<system-image>
(system RPC)
- Module
- Example XML input
-
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1"> <get> <filter type="subtree"> <system-image/> </filter> </get> </rpc> ]]>]]>
- Example output
- In this example, we have only one installed image.
<?xml version="1.0" encoding="UTF-8"?> <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1"> <data> <system-image xmlns="urn:vyatta.com:mgmt:vyatta-image:1"> <default-boot-image>9999.01111349</default-boot-image> <installed-images> <name>9999.01111349</name> <storage> <read-only>582865295</read-only> <read-write>66827418</read-write> <total>649692713</total> </storage> <version>9999</version> </installed-images> <running-image>9999.01111349</running-image> </system-image> </data> </rpc-reply>