This RPC synchronizes configurations from network devices to UniConfig nodes in the Operational datastore of the UniConfig transaction.
RPC input contains a list of UniConfig nodes whose configuration should be refreshed within the network. RPC output describes the result and matches all input nodes.
Calling the RPC with an empty list of target nodes syncs the configuration of all nodes modified in the UniConfig transaction. If any node fails, the entire RPC also fails.
If the network device was installed as southbound-only (with the uniconfig-config:install-uniconfig-node-enabled parameter set to false), the RPC syncs the device to the UniConfig topology and rewrites the above-mentioned parameter to true.
{"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Node 'R2' hasn't been installed in Uniconfig database","error-info":{"node-id":"R2"}}]}}
{"errors":{"error":[{"error-type":"application","error-tag":"missing-element","error-message":"There aren't any nodes specified in input RPC and there aren't any touched nodes."}]}}