junos:total attribute (JUNOS XML with JUNOScript)<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>
Specify the number of configuration objects of a specified type about which information is being returned. The JUNOScript 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.
See Requesting a Specified Number of Configuration Objects.
count, <get-configuration>, junos:position, <rpc>, start