cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
480
Views
0
Helpful
3
Replies

SNO Patch in SandBox

gilflores2000
Level 1
Level 1

Hi 

 

Send the follow command to NSO  Sandbox cisco

--/"{{PROTOCOL}}://{{NSO_IP}}:{{NSO_HTTP_PORT}}/restconf/data/tailf-ncs:devices/device=core-rtr01/config/tailf-ned-cisco-ios-xr:interface"--

 

 

and I got the following error

 

    "ietf-restconf:errors": {
        "error": [
            {
                "error-type""application",
                "error-tag""operation-failed",
                "error-path""/tailf-ncs:devices/device[name='core-rtr01']/config/tailf-ned-cisco-ios-xr:interface",
                "error-message""External error in the NED implementation for device core-rtr01: config exclusive: config exclusive\r\n\rTue Mar 29 18:22:23.055 UTC"
            }
        ]
 
    
 

 

Someone can help me
 
BR
Gil

 

3 Replies 3

@gilflores2000 which HTTP method are you using? I am using this ok

 

restconf/data/tailf-ncs:devices/device=edge-rtr01/config/tailf-ned-cisco-ios-xr:interface/"TenGigE=0/0/0/1"

 

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io

The Method is PATCH

@gilflores2000  PATCH is right https://tools.ietf.org/html/rfc8072

 

device=edge-rtr01/config/tailf-ned-cisco-ios-xr:interface/"TenGigE=0/0/0/1"shutdown/tags="delete"/

 

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io