ON THIS PAGE
recurse
Usage
<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>
Description
Request only the identifier tag element for each configuration object of a specified type in the configuration hierarchy. If the attribute is omitted, the Junos XML protocol 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.