[Contents] [Prev] [Next] [Index] [Report an Error]

Configuration Information Responses

Configuration information responses are responses to requests for information about the routing platform’s current configuration. The JUNOS XML API defines a tag element for every container and leaf statement in the configuration hierarchy.

The following sample response includes the information at the [edit system login] hierarchy level in the configuration hierarchy. For brevity, the sample shows only one user defined at this level.

<rpc-reply xmlns:junos="URL">
    <configuration>
        <system>
            <login>
                <user>
                    <name>admin</name>
                    <full-name>Administrator</full-name>
                    <!- - other tag elements for the admin user - ->
                </user>
            </login>
        </system>
    </configuration>
</rpc-reply>

[Contents] [Prev] [Next] [Index] [Report an Error]