devices that are linked to configuration templates

Solved
ruan_defesacibe
Conversationalist

devices that are linked to configuration templates

I want to list devices that are linked to configuration templates, how can I do this using Meraki's API?

1 Accepted Solution
RaphaelL
Kind of a big deal
Kind of a big deal

You have to use : https://developer.cisco.com/meraki/api-v1/get-organization-networks/

 

Which will return : "isBoundToConfigTemplate": false or the template id. 

 

Then you can list the devices in that network with another endpoint.

View solution in original post

2 Replies 2
alemabrahao
Kind of a big deal
Kind of a big deal

Have you checked the API documentation?

 

https://developer.cisco.com/meraki/api-v1/get-organization-config-templates/

I am not a Cisco Meraki employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.
RaphaelL
Kind of a big deal
Kind of a big deal

You have to use : https://developer.cisco.com/meraki/api-v1/get-organization-networks/

 

Which will return : "isBoundToConfigTemplate": false or the template id. 

 

Then you can list the devices in that network with another endpoint.

Get notified when there are additional replies to this discussion.