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

Hello, is there a way to easily get Rogue AP information through the PI API instead of having to go through the "get alarms" call or "get reports" call?  If not, are there plans to do so in the future to help with PCI compliance reporting?Or is the b...

biwong by Cisco Employee
  • 1952 Views
  • 13 replies
  • 6 Helpful votes

Hello all,I'm using Postman to attempt to get a response from Cisco Prime Provisioning, but I'm not having much luck. I'm going along with the below documentation from Cisco, however, it does not clearly state the URL I should use or what type of Aut...

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
  • 791 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
  • 1382 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
  • 6961 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
  • 949 Views
  • 2 replies
  • 1 Helpful votes