cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
312
Views
5
Helpful
1
Replies

Viewing Proplist values through RESTCONF

tcragg1
Cisco Employee
Cisco Employee

Is it possible to retrieve the proplist values for an NSO service using a RESTCONF API call?

1 Accepted Solution

Accepted Solutions

snovello
Cisco Employee
Cisco Employee
They are stored under a hidden part of the yang model, and by design anything hidden is not available through the NBI.

I would recommend you add a ‘config false’ leaf or leaves to your service model and copy the values you are interested in from the proplist into those leaves within the ‘create’ callback.

View solution in original post

1 Reply 1

snovello
Cisco Employee
Cisco Employee
They are stored under a hidden part of the yang model, and by design anything hidden is not available through the NBI.

I would recommend you add a ‘config false’ leaf or leaves to your service model and copy the values you are interested in from the proplist into those leaves within the ‘create’ callback.