1-24
Cisco CRS-1 Series Carrier Routing System XML API Guide
OL-4596-01
Chapter 1 Cisco CRS-1 Series XML API Overview
Cisco CRS-1 Series XML API Tags
.
.
</Configuration>
</Set>
<Commit/>
<Get>
<Operational>
.
.
.
Get operation content goes here
.
.
.
</Operational>
</Get>
<Unlock/>
</Request>
Sample XML Response from the Cisco CRS-1 Series Router
<?xml version="1.0" encoding="UTF-8"?>
<Response MajorVersion="1" MinorVersion="0">
<Lock/>
<Get>
<Configuration>
...
...
...
Get response content returned here
...
...
...
</Configuration>
</Get>
<Set/>
<Commit/>
<Get>
<Operational>
...
...
...
Get response content returned here
...
...
...
</Operational>
</Get>
<Unlock/>
</Response>