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

Configuration Change Responses

Configuration change responses are responses to requests that change the state or contents of the C-series Controller configuration. The NETCONF server indicates successful execution of a request by returning the <ok/> tag within the <rpc-reply> tag element:


<rpc-reply xmlns="URN "xmlns:sdx="URL”>
    <ok/>
</rpc-reply>
]]>]]>

If the operation fails, the <rpc-reply> tag element instead encloses an <rpc-error> tag element that describes the cause of the failure. For information about handling errors, see Handling an Error or Warning.

For information about changing C-series Controller configuration, see Changing Configuration Information. For a summary of the available configuration tag elements, see the SRC XML API Configuration Reference.


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