NSO Developer Hub Discussions

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

Forum Posts

  I had a device in NSO, but couldn't succeed on a "check-sync" operation. I deleted it from NSO, and re-added it again, when performing a sync-from, it said the device was locked by a different session.   Does anyone know how to release the device f...

yli7 by Cisco Employee
  • 2085 Views
  • 2 replies
  • 0 Helpful votes

I've created a service template using REQUESTS as follows:import requestsfrom requests.auth import HTTPBasicAuthurl = ('http://x.x.x.x:8080/api/running/services')headers = {'Content-Type': 'application/vnd.yang.data+xml'}content = open('af.xml', 'rb'...

allenvose by Level 1
  • 668 Views
  • 2 replies
  • 0 Helpful votes

Is there a way to fetch an individual SSH key via REST API in NSO?For example, the following API call will fetch SSH keys for all discovered devices:http://x.x.x.x:8080/api/operations/devices/fetch-ssh-host-keysIs there an API that will do the same f...

allenvose by Level 1
  • 1281 Views
  • 1 replies
  • 2 Helpful votes