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

Looking for some guidance on an API Call we have built; it is:webacs/api/v1/data/RogueApHistoryData?.full=true&containmentLevel=ne(0)&totalRogueclients=ne(0)We believe the query results show us the following information:     1)  The controller has de...

Objective: advanced BGP monitoringFrom the Nanog45 presentation:BMP provides all paths.Peer identity (address, BGP Identifier, RD if applicable,AS number)Time stamp (when route or route withdrawal was received, up to microsecond granularity)statistic...

ruudgroot1 by Community Member
  • 3160 Views
  • 1 replies
  • 0 Helpful votes

Hello All,I am really new at all of this programming. I have been learning Python and just found out about REST APIs. This afternoon while messing around, I found that using Postman, REST client, I can pull data from our Prime server. Our Prime serve...

Hi, I am having issues adding devices to Prime:I use the following URL:https://192.168.4.2/webacs/api/v1/op/devices/bulkImport.jsonThis is the body of the request{  "devicesImport" : {    "devices" : {      "device" : {        "ipAddress" : "192.168....

sfloresk by Cisco Employee
  • 1248 Views
  • 2 replies
  • 1 Helpful votes

Team,I made a script for interfacing with ODL BORON release RESTCONF interface for adding a node.  I'm getting an error as shown below.  Any idea what is wrong?(ydk-py-venv) [gibson@rickenbacker yangtesting]$ python addnode_odl.pyhello from Python 2....

brfoster by Cisco Employee
  • 6015 Views
  • 4 replies
  • 0 Helpful votes

Hi ,My name is Ajay. I am using the open daylight controller to mange XRV device . Now i mounted the devices on ODL and able to see capabilities of XRV devices in yang ui . Also able to see to interface and bgp configuration for XRV in odl . I want t...

aajay9321 by Community Member
  • 2282 Views
  • 1 replies
  • 5 Helpful votes

Hi all,Running Prime 3.1.5, device pack 8I'm using the interface errors (statisticsService/interface/errors) API endpoint and I'm getting a response that looks quite different to the example on the doco.Sample output from the doco:          ...  },  ...

Ben Clifton by Frequent Visitor
  • 1273 Views
  • 1 replies
  • 0 Helpful votes

Might be the wrong place to post, but I thought I would ask.I am trying to use the REST API 3.1 guide on Cisco DevNet for the Get Configuration Diff and it doesn't pull up any details on how to use it.  Is there another place that I can find the docu...

dasampson by Community Member
  • 6300 Views
  • 10 replies
  • 1 Helpful votes

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 ...