NSO Developer Hub Discussions

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

Forum Posts

Hello,Imagine i have two module, "switch" and "port". A switch has a name and i associated with a device (the "parent-device").A "port" object is the association of a "switch" and an interface number (int-number).module switch {  namespace "http://dn...

alexis_m by Level 1
  • 982 Views
  • 3 replies
  • 0 Helpful votes

I have a leafref() that is generating a list of devices based on the devices currently managed by NSO.    leaf csp-device {      type leafref {        path "/ncs:devices/ncs:device/ncs:name";      }      mandatory true;    }I would like to filter tha...

I am doing my first nso system install for a production environment. After software installation (ncs 4.5.2), I add a user to the ncsadmin group, however when I login to ncs_cli the only option is "exit". What am I doing wrong here? I have not had th...

I am attempting to use deref() to generate a list of interfaces based on a previously selected device in the same service model.  Once the users select a device (which is another leafref), I want to pull the list of interfaces from the CDB and presen...

Hi Cisco,We implemented a role based authentication in NSO. The request which comes from north bound should not allowed to delete all services.Not Allowed : Method : DeleteURL : http://******.com:8080/api/running/servicesFunction : This request delet...

equinix by Level 1
  • 1227 Views
  • 2 replies
  • 0 Helpful votes

I've been trying to use special characters in the URL. I have used this for translation of interface:In [3]: quote("TenGigE=0/0/1","=")Out[3]: 'TenGigE=0%2F0%2F1'And the REST call works fine:(auto) MMALYSZ-M-60YE:452 mmalysz$ curl -isu admin:admin -X...

mmalysz by Cisco Employee
  • 631 Views
  • 0 replies
  • 0 Helpful votes