Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, Team!I`m looking for a way to configure NACM permissions for reading configuration of devices in device-group 'group1' to users in user group 'USER-GROUP'. device-group group1 has configset devices device-group group1 device-name [ios1 ios2 ios3...
Hi, Team I need to change NED for device LAB-vXR from cisco-iosxr-cli-7.26 to cisco-iosxr-cli-7.33 via restconf request. Сli command for this operation is "request devices device LAB-vXR migrate new-ned-id cisco-iosxr-cli-7.33" I khow command for f...
Hi, Team Trying to create NSO new device via restconf query, but recieve error. [admin@servername ~]$ curl -u admin -X POST -H "Accept: application/yang-data+xml" -H "Content-type: application/yang-data+xml" http://192.168.0.100:8080/restconf/data/...
Hi, Team Pls share the way to get output of 'show devices list' command via restconf. Output mast include all fieds (NAME/ADDRESS/ DESCRIPTION/NED/ID/ADMIN STATE) Thks
Hi, @snovello! Thanks for your participating, but It seems for me that exec `live-status' commands does not fit for migration devise in NSO from one ned to another. We can use it for example if we need to obtain some operational data from devise like...
Hi @perander, thnks for reply! Error:[admin@server]$ curl -u admin-X POST -H 'Accept: application/yang-data+json' http://10.10.10.10:8080/restconf/data/tailf-ncs:devices/device=LAB-vXR/migrate/ned-id=cisco-iosxr-cli-7.33Enter host password for user ...
Thanks, it works now, device is crated correctly! But i don`t recive any message from curl about success, how may i fix it? [admin@servername ~]$ curl -u admin -X POST -H "Accept: application/yang-data+xml" -H "Content-type: application/yang-data+xml...
@tcragg1 thanks, i looked for exactly that! Just one thing, field values have to be quoted. curl -u admin -X GET -H "Accept: application/yang-data+json" http://10.10.10.10:8080/restconf/data/tailf-ncs:devices/device?fields='name;address;device-type/g...