recurse attribute (JUNOS XML with JUNOScript)<rpc>
<get-configuration>
<configuration>
<!- - opening tags for each parent of the object - ->
<object-type recurse="false"/>
<!- - closing tags for each parent of the object - ->
</configuration>
</get-configuration>
</rpc>
Request only the identifier tag element for each configuration object of a specified type in the configuration hierarchy. If the attribute is omitted, the JUNOScript server returns the complete set of child tag elements for every object. The only acceptable value for the attribute is false.
The attribute can be combined with one or more of the count, matching, and start attributes.
See Requesting Identifiers Only.
count, <get-configuration>, <rpc>, start