cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
752
Views
10
Helpful
1
Replies

RESTCONF : get the list of NED

Hello dear could someone tell me how I could get the list of NED on my NSO using RESTCONF call.

your help will be appreciate.

regards.

1 Accepted Solution

Accepted Solutions

yfherzog
Cisco Employee
Cisco Employee

Try using something like this:

 

curl -i -u admin:admin http:/localhost:8080/restconf/data/tailf-ncs:devices/ned-ids/ned-id?fields=id -X GET

View solution in original post

1 Reply 1

yfherzog
Cisco Employee
Cisco Employee

Try using something like this:

 

curl -i -u admin:admin http:/localhost:8080/restconf/data/tailf-ncs:devices/ned-ids/ned-id?fields=id -X GET