Controllers

Community space to connect, share knowledge, and seek guidance on network controllers and related topics
cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Developer Sustainability Week Events

Build for Better Code Challenge

Cisco U. Spotlight Registration


>> View previously featured conversations <<

Forum Posts

Hi all,I've created a CLI template and am deploying it via the API:https://prime3-2/webacs/api/v1/op/cliTemplateConfiguration/deployTemplateThroughJob.jsonThis works well and applies the config to the switch - also, now in PI3.2 you can now see the d...

Hello,We are making sort of self-provisioning Portal for our SP that will offer the customers Cisco APs. Our Portal will use CPI API and customers will be able to do some actions for their own APs and SSIDs - change psk, create new ssid, change bandw...

There is more information for the devices in each network that i can pull from the dashboard than i can get using the API for instance i'm trying to GET all the device information to populate into our asset management software. Two of the things i'd ...

karlwyatt by Level 1
  • 1072 Views
  • 1 replies
  • 0 Helpful votes

Resolved! Meraki Developers,

Meraki Gurus,I am using python to extract the dashboard client information.  The developer's documentation (found here) shows the api access url to be:url = "https://dashboard.meraki.com/api/v0/devices/{{serial}}/clients"What does "serial" mean in th...

plditallo by Level 5
  • 1930 Views
  • 1 replies
  • 0 Helpful votes

Hi,Currently we block clients who we suspect of being malicious by adding them to the built-in 'blocked' policy. I'm looking for a way to do this via the API. I see you can update a client's group policy but we don't use those - only the built-in pol...

We have Cisco Prime 3.0.  When my Java client code is making the following REST API calls it sometimes returns 401 from the http request.Requesting Device data:/webacs/api/v1/data/Devices?productFamily=notStartsWith%28%22Third+Party%22%29&.full=true&...

ed_rs by Level 1
  • 8465 Views
  • 5 replies
  • 0 Helpful votes

With my Java Client is there a way to determine the rate limits set on the Cisco Prime server that is described in the documentation via my code?https://developer.cisco.com/media/prime-infrastructure-api-reference-v3-0/192.168.115.187/webacs/api/v1/i...

ed_rs by Level 1
  • 1238 Views
  • 2 replies
  • 1 Helpful votes

I am getting 503 status code with my API calls on our Cisco Prime 3.0.  The documentation says that there will be text in the response providing info regarding the cause:https://developer.cisco.com/media/prime-infrastructure-api-reference-v3-0/192.16...

ed_rs by Level 1
  • 1131 Views
  • 1 replies
  • 5 Helpful votes

Hi Team,I'm experimenting with the CSR and postman. I'm able to get a authentication token when running the following call on postman and when doing a curl command:curl -v -X POST https://10.20.10.128:55443/api/v1/auth/token-services -H "Accept:appli...

fmartinez by Level 1
  • 2040 Views
  • 1 replies
  • 5 Helpful votes
Top Solution Authors