start attribute (JUNOS XML with JUNOScript)<rpc>
<get-configuration>
<configuration>
<!- - opening tags for each parent of the object - ->
<object-type start="index"/>
<!- - closing tags for each parent of the object - ->
</configuration>
</get-configuration>
</rpc>
Specify the index number of the first object to return (1 for the first object, 2 for the second, and so on) when requesting information about a configuration object of a specified type. If the attribute is omitted, the returned set of objects starts with the first one in the configuration hierarchy.
The attribute can be combined with one or more of the count, matching, and recurse 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 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>, recurse, <rpc>