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

recurse

Usage

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>

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 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.

Usage Guidelines

See Requesting Identifiers Only.

Related Topics

count, <get-configuration>, <rpc>, start


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