NSO Developer Hub Discussions

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

Forum Posts

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
  • 604 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
  • 1230 Views
  • 1 replies
  • 2 Helpful votes

Resolved! NED_EXTERNAL_ERROR

Hello,  I've added a device to NSO as follows:address X.X.X.X;port     22;authgroup NSOAUTH;device-type {     cli {          ned-id     cisco-ios-xr;          protocol     ssh;state {     admin-state unlocked;Note that the device is reachable via IP ...

allenvose by Level 1
  • 2594 Views
  • 5 replies
  • 1 Helpful votes