1-21
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
Sample XML Minimum Response from Cisco CRS-1 Series Router
<?xml version="1.0" encoding="UTF-8"?>
<Response MajorVersion="1" MinorVersion="0">
<Operation>
.
.
.
</Operation>
</Response>
Operation Type Tags
Following the <Request> tag, the client application must specify the operation types to be carried out by
the Cisco CRS-1 Series router. There are three general types of operations supported along with the
<GetNext> operation for large responses. Each of these operation types is described in the following
sections.
Native Data Operation Tags
Native data operations provide basic access to the Cisco CRS-1 Series native management data model.
The native data tags are provided in Table 1-2.
Tip The XML schema definitions for the native data operation type tags are contained in the schema file
common_types.xsd.
The native data operations are described further in Chapter 5, “Cisco CRS-1 Series XML and Native
Data Access Techniques.”
Table 1-2 Native Data Operation Tags
Native Data Tags Description
<Get> Get the value of one or more configuration, operational, or action
data items.
<Set> Create/modify one or more configuration or action data items.
<Delete> Delete one or more configuration data items.
<GetVersionInfo> Get the major and minor version numbers for one or more
components.