NSO Developer Hub Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Forum Posts

We want to call an action with parameters by Python in an NSO action, There is an maapi.requestAction(parms,"url") in Java, like : maapi.requestAction(params, "/ncs:devices/ncs:partial-sync-from")Do we have an similarity method in Python? It's would ...

yongz2 by Cisco Employee
  • 2808 Views
  • 3 replies
  • 0 Helpful votes

Hi there, I have question please..   I run simple-mpls-vpn example.   when i run #devices sync-from, there is an output like this ( for all the devices   sync-result {device ce0result true   but when i run :  admin@ncs# devices partial-sync-from path...

erdemk by Level 3
  • 2284 Views
  • 3 replies
  • 0 Helpful votes

I wrote an action class to access webservice outside of NSO     Action class uses: /* HttpClient client = HttpClientBuilder.create().build(); ResourceManager.registerResources(client); HttpGet request = new HttpGet(url); request.addHeader("User-Agent...

suvdeshm by Cisco Employee
  • 992 Views
  • 1 replies
  • 0 Helpful votes

Hi Team,   I am getting below error while executing a custom written action however I have conf-api-6.7.2.jar and ncs-4.7.2.jar in package shared-jar folder so they should get loaded in the Java VM.   com.tailf.dp.DpCallbackException: com.tailf.maapi...

mohitk4 by Cisco Employee
  • 877 Views
  • 2 replies
  • 0 Helpful votes

Hi, dears.   I'm new with NSO, and I'm having difficult to find resources about JavaScript with NSO. I'm trying to connect the NSO with a webpage that I did, but it's returning this message:     Access to XMLHttpRequest at 'http://127.0.0.1:8080/api/...

We have a daily job to check-sync all the devices managed, and generate the report to result in that some of the devices are locked in the report. But when I manually check-sync or sync-from the locked devices by CLI, it is OK, and could be sync-from...

Chris Wang by Cisco Employee
  • 1805 Views
  • 5 replies
  • 0 Helpful votes