home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

<add-image> (system RPC)

Use this command to mimic the CLI add system image command.

Module
vyatta-image-v1
Available elements
<location>
A local path or a URL to the image. (Mandatory.)
<username>
The username for the location in which the image is stored. (If required.)
<password>
The password for the location in which image is stored. (If required.)
Example XML input
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1">
<add-image xmlns="urn:vyatta.com:mgmt:vyatta-image:1">
<location>http://path/to/iso/vyatta-unstable-base_20220111T1131-amd64-Build42.1.hybrid.iso</location>
</add-image>
</rpc>
]]>]]>
Example output
<?xml version="1.0" encoding="UTF-8"?>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1">
<ok/>
</rpc-reply>