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

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
  • 1479 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
  • 7193 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
  • 1002 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
  • 892 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
  • 1824 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
  • 1262 Views
  • 1 replies
  • 0 Helpful votes
Top Solution Authors