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,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
  • 7944 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
  • 1128 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
  • 1051 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
  • 1925 Views
  • 1 replies
  • 5 Helpful votes

All,  I have not been able to find any documentation regarding this, but wanted to ask the group if it is possible. I am trying to find out if Client VPN credentials/accounts can be generated via the API? Thank you in advance, Mike Swearingen

mike31 by Level 1
  • 1394 Views
  • 1 replies
  • 0 Helpful votes

Hello,We would like to monitor Meraki Environment – specifically, to get visibility into the up/down status of their Meraki access points, get traffic statistics, and other availability and performance metrics.We looked the monitoring data exposed by...

Hi, I use following call for disable the SSID of my Meraki organzation but API return 403, I have admin rights for all these networks but I don't know what goes wrongcurl --request PUT \  --url 'https://n189.meraki.com/api/v0/organizations/693139/net...

Top Solution Authors