junos:group attribute (JUNOS XML with JUNOScript)<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>
Name the configuration group from which each configuration element is inherited. The JUNOScript server includes the attribute when the client application includes the groups attribute in the empty <get-configuration/> tag or opening <get-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. Instead, the JUNOScript server provides the information in a comment directly above each inherited element.
See Displaying the Source Group for Inherited Configuration Elements.
<get-configuration>, <rpc-reply>