[Contents] [Prev] [Next] [Index] [Report an Error]

Operational Requests

Operational requests are requests for information about C-series Controller status, and correspond to the CLI operational mode commands listed in the SRC software command references. The SRC XML API defines a request tag element for many CLI commands. For example, the <get-interfaces> tag element corresponds to the show interfaces command, and the <get-system-info> tag element requests the same information as the show system information command.

The following sample request is for information about the interface called eth0:


<rpc>
    <get-interfaces>
        <interface-name>eth0</interface-name>
    </get-interfaces>
</rpc>
]]>]]>

For more information, see Requesting Operational Information. For information about the XML request tag elements available in the current SRC software release, see the SRC XML API Operational Reference.


[Contents] [Prev] [Next] [Index] [Report an Error]