ON THIS PAGE
junos:group
Usage
<rpc-reply xmlns:junos="URL"> <configuration> <!-- opening tag for each parent of the element --> <inherited-element junos:group="source-group"> <inherited-child-of-inherited-element junos:group="source-group"> <!-- inherited-children-of-child junos:group="source-group" --> </inherited-child-of-inherited-element> </inherited-element> <!-- closing tag for each parent of the element --> </configuration> </rpc-reply>
Description
Name the configuration group from which each configuration
element is inherited. The Junos XML protocol server includes the attribute
when the client application includes the inherit
and groups
attributes in a <get-configuration>
operation.
The attribute does not appear if the client requests formatted
ASCII output by including the format="text"
attribute in the <get-configuration>
operation. Instead, the Junos XML protocol server provides the information
in a comment directly above each inherited element.