Configuration information responses are responses to requests for information about the C-series Controller’s current configuration. The SRC 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. The opening <rpc-reply> tag appears on two lines for legibility only. For information about the attributes in the opening <configuration> tag, see Requesting Information from the Candidate Configuration.
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"\
xmlns:sdx="http://xml.juniper.net/junos/sdx/1.0">
<data>
<configurationattributes>
<system>
<login>
<user>
<user-name>admin</user-name>
<full-name>Administrator</full-name>
<!- - other data tag elements for the admin user - ->
</user>
</login>
</system>
</configuration>
</data>
</rpc-reply>
]]>]]>