ON THIS PAGE
<junoscript>
Usage
<!-- emitted by a client application --> <junoscript version="version" [hostname="hostname"] [junos:key="key"] [release="release"]> <!-- all tag elements generated by the application during the session --> </junoscript> <!-- emitted by the Junos XML protocol server --> <junoscript xmlns="namespace-URL" xmlns:junos="namespace-URL" schemaLocation="namespace-URL" os="os" release="release" hostname="hostname" version="version"> <!-- all tag elements generated by the Junos XML protocol server during the session --> </junoscript>
Description
Enclose all tag elements in a Junos XML protocol session (act as the root tag element for the session). The client application and Junos XML protocol server each emit this tag element, enclosing all other tag elements that they emit during a session inside it.
Attributes
hostname |
Name of the device on which the tag element’s originator is running. |
junos:key |
Request that the Junos XML protocol server include
the |
os |
Operating system of the device named by the |
release |
Identify the Junos OS release being run by the tag element’s originator. Software modules always set this attribute, but client applications are not required to set it. |
schemaLocation |
XML namespace for the XML Schema-language representation of the Junos OS configuration hierarchy. |
version |
(Required for a client application) Specify the version of the Junos XML management protocol used for the enclosed set of tag elements. |
xmlns |
XML namespace for the tag elements enclosed by the |
xmlns:junos |
XML namespace for the tag elements enclosed by the |