-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query organisation rf profiles without net_id
#307
Comments
I'm constrained by what the API will allow me to do. Browsing the API I'm not seeing any option for applying an RF Profile to an organization instead of a network. Are you familiar with an endpoint that attaches it to the organization? |
No I couldn't see a way to do it via the API but thought I'd ask, I assume you can add profiles to templates either? |
You should be able to apply it to templates. Instead of specifying the network ID specify the template ID in |
Ok cool I'll give that a shot and get back to you ASAP. So using that logic could I use template ID in |
Seems like query doesn't like the template ID instead of
output:
UPDATE: You said use So that just hangs for some reason
|
@richardjohnallsopp When you say template, you mean a configuration template, yes? If so, can you confirm that's indeed your configuration template ID? In my experience configuration template ID's begin with |
@kbreit when I query any wireless network where the template is applied I get the same ID
|
What module is this? Looks more like |
The above is me querying the
|
I created a new integration test and the query to
|
Yeah my code is the same as is the output, what doesn't work is using that template ID to query the RF profiles attached to the template. I'd like to see this working in your lab. One issue I can think about is that our Meraki wireless template was manually build 5 years ago so that might explain the weird ID. |
Do you have Postman or any tool like that? If you know how to, please try the query there. What does it respond with? If it has a 500 error and gives no details you should be able to work with Meraki support on the problem. |
I was wondering if there is a way we could make the
meraki_mr_rf_profile
module have the ability to query and add the RF profiles at an org level without the requirement ofnet_id
. The use case is we have a massive AP deployment where each site in our wireless org has a network, but we use a single template to configure all the devices. RF profiles live in the template, but the way the module works right now we would have to manage a profile per network.I want to be able to add a profile to a template instead of managing at the network level and then I can assign where needed in each network.
The text was updated successfully, but these errors were encountered: