This RPC replaces nodes in the UniConfig topology of the Configuration datastore with selected nodes from a specified snapshot.
RPC input contains the name of the snapshot topology and target nodes that should replace UniConfig nodes in the Configuration datastore. RPC output describes the result of the operation and matches all input nodes.
This RPC cannot be called with an empty target-nodes list. If a node fails for any reason, the entire RPC fails.
RPC input contains the name of the snapshot topology that should replace nodes in the UniConfig topology of the Configuration datastore, as well as a list of nodes from that snapshot. RPC output contains the result of the operation.
RPC input contains the name of the snapshot topology that should replace nodes in the UniConfig topology of the Configuration datastore, as well as a list of nodes from that snapshot. This particular snapshot (snapshot2) has not been created yet.
{"errors":{"error":[{"error-tag":"missing-element","error-info":{"node-id":"IOSXR"},"error-type":"application","error-message":"Snapshot with name 'snapshot2' does not exist."}]}}
RPC input contains the name of the snapshot topology that should replace nodes in the UniConfig topology of the Configuration datastore, as well as a list of nodes from that snapshot. RPC input is missing the snapshot name. RPC output contains the result of the operation.
RPC input contains the name of the snapshot topology that should replace nodes in the UniConfig topology of the Configuration datastore, as well as a list of nodes from that snapshot. One node is missing in snapshot1 (IOSXRN). RPC output contains the result of the operation.
{"errors":{"error":[{"error-tag":"missing-element","error-info":{"node-id":"IOSXRN"},"error-type":"application","error-message":"UniConfig node does not exist in snapshot 'snapshot1'."}]}}