count attribute (JUNOS XML with JUNOScript)<rpc>
<get-configuration>
<configuration>
<!- - opening tags for each parent of the object - ->
<object-type count="count"/>
<!- - closing tags for each parent of the object - ->
</configuration>
</get-configuration>
</rpc>
Specify the number of configuration objects of the specified type about which to return information. If the attribute is omitted, the JUNOScript server returns information about all objects of the type.
The attribute can be combined with one or more of the matching, recurse, and start attributes.
If the application requests JUNOS XML-tagged output (the default), the JUNOScript server includes two attributes in the opening container tag for each returned object:
These attributes do not appear if the application requests formatted ASCII output by including the format="text" attribute in the opening <get-configuration> tag.
See Requesting a Specified Number of Configuration Objects.
<get-configuration>, matching, recurse, <rpc>, start