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

Forum Posts

Hey Experts, I am trying to wrap my head around how to automatically update a resource with information from Cisco PI using the API. What I want to do is trigger an alarm or an event and send that information instantly to a python server app. I will ...

We have APIs set up to grab client session details. However, we would like to be able to query the data provided by the Data Center and Hypervisor license. This is essentially all of our VM information that does not get populated under client session...

ds5879.cisco by Frequent Visitor
  • 1446 Views
  • 1 replies
  • 10 Helpful votes

Hello,When using the GUI page "Monitor/Clients and Users" if I filter on profile name 'voice' I get 3,652 results which is about right. If I use an API call on /data/ClientSessions?profileName="voice"&.maxResults=20000 I get 20,000 results of which v...

i've been trying to use database variables in cisco prime. Here is what i got, a simple test template:#foreach ($interfaceName in $interfaceNameList)  #if($interfaceName == "GigabitEthernet1/6")     interface $interfaceName      description 'teste da...

tmkobayashi by Community Member
  • 2585 Views
  • 3 replies
  • 0 Helpful votes

Hi there,We are trying to get the number of active client on a per AP basis.We are referring to the latest version, which is 10.2 for our testing.https://www.cisco.com/c/en/us/td/docs/wireless/mse/10-2/api/b_cmx_102_api_reference.htmlHowever, it seem...

jared.ching by Community Member
  • 3459 Views
  • 7 replies
  • 0 Helpful votes

Resolved! SSL read timeout

I am having some trouble with my API calls timing out. I am using the Get Devices API and I am trying to get 1000 devices at a time with a URL like this: /webacs/api/v2/data/Devices.json?.full=true&.firstResult=0&.maxResults=1000 . I have ~5600 devic...

smp by Level 4
  • 7798 Views
  • 9 replies
  • 2 Helpful votes