Specifications

1-20
Cisco CRS-1 Series Carrier Routing System XML API Guide
OL-4596-02
Chapter 1 Cisco CRS-1 Series XML API Overview
Cisco CRS-1 Series XML API Tags
Note The XML schema definitions for the configuration services operation type tags are contained in the
schema file cfgmgr_operations.xsd (see Chapter 13, Cisco CRS-1 Series XML Schemas).
Note The configuration services operations are described further in Chapter 2, Cisco CRS-1 Series XML
Router Configuration and Management.
CLI Operation Tag
CLI access provides support for XML encapsulated CLI commands and responses. For CLI access, a
single tag is provided. The <CLI> operation tag issues the request as a CLI command.
Note The XML schema definitions for the CLI tag are contained in the schema file common_types.xsd (see
Chapter 13, Cisco CRS-1 Series XML Schemas).
Note The CLI operations are described further in Chapter 6, Cisco CRS-1 Series XML and Encapsulated CLI
Operations.
GetNext Operation Tag
The <GetNext> tag is used to retrieve the next portion of a large response. It can be used as required to
retrieve an oversize response following a request using one of the other operation types. The<GetNext>
operation tag gets the next portion of a response. Iterators are supported for large requests.
Note The XML schema definition for the <GetNext> operation type tag is contained in the schema file
common_types.xsd (see Chapter 13, Cisco CRS-1 Series XML Schemas).
Note The get next operation is described further in Chapter 7, Cisco CRS-1 Series XML and Large Data
Retrieval (Iterators).
<GetConfigurationHistory> Get a list of commits made to the running configuration.
<GetConfigurationSessions> Get a list of the user sessions currently configuring the box.
Table 1-4 Configuration Services Operation Tags (continued)
Tags Description