ON THIS PAGE
junos:changed
Usage
<rpc-reply xmlns:junos="URL">
<configuration standard-attributes junos:changed="changed">
<!-- opening-tag-for-each-parent-level junos:changed="changed" -->
<!-- If the changed element is an empty tag -->
<element junos:changed="changed"/>
<!-- If the changed element has child tag elements -->
<element junos:changed="changed">
<first-child-of-element junos:changed="changed">
<second-child-of-element junos:changed="changed">
<!-- additional children of element - ->
</element>
<!-- closing-tag-for-each-parent-level -->
</configuration>
</rpc-reply>Description
Indicate that a configuration element has changed
since the last commit operation. The Junos XML protocol server includes
the attribute when the client application includes the changed attribute in a <get-configuration> operation. The attribute appears in the opening tag of every parent
tag element in the path to the changed configuration element, including
the opening top-level <configuration> tag.
The attribute does not appear if the client requests formatted
ASCII output by including the format="text" attribute in the empty <get-configuration/> tag or opening <get-configuration> tag.
For information about the standard attributes in the opening <configuration> tag, see Specifying the Source for Configuration Information Requests in a
Junos XML Protocol Session.