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

junos:changed

Usage

junos:changed attribute (JUNOS XML)
<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 JUNOScript server includes the attribute when the client application includes the changed attribute in the empty <get-configuration/> tag or opening <get-configuration> tag. 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 Requesting Information from the Committed or Candidate Configuration.

Usage Guidelines

See Requesting a Change Indicator for Configuration Elements.

Related Topics

<get-configuration>, <rpc-reply>


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