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 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
  • 841 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
  • 4739 Views
  • 4 replies
  • 0 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:          ...  },  ...

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 Level 1
  • 3711 Views
  • 10 replies
  • 1 Helpful votes

I am currently playing around with the Dashboard API and I am wondering if there is no way to pull out the Port status "Up" or "Down" viaAPI from the dashboard.I got several information about switch ports, but not the connection state? Is this true?

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

Top Solution Authors