junos:total

Usage

<rpc-reply xmlns:junos="URL">
<configuration>
<!-- opening tags for each parent of the object -->
<object junos:position="index" junos:total="total">
<!-- closing tags for each parent of the object -->
</configuration>
</rpc-reply>

Description

Specify the number of configuration objects of a specified type about which information is being returned. The Junos XML protocol server includes the attribute when the client application requests information about an object type (with the <get-configuration> tag element) and includes the count attribute, the start attribute, or both, in the opening tag for the object type.

The attribute does not appear if the client requests formatted ASCII output by including the format="text" attribute in the opening <get-configuration> tag.

Usage Guidelines

See Requesting a Specified Number of Configuration Objects.

Related Topics