CHAPTER
4-51
Cisco CRS-1 Series Carrier Routing System XML API Guide
OL-4596-01
4
Cisco CRS-1 Series XML and Native Data
Operations
Native data operations <Get>, <Set>, and <Delete> provide basic access to configuration and
operational data residing on the Cisco CRS-1 Series Carrier Routing System (Cisco CRS-1 Series)
router.
This chapter describes the content of the native data operations and provides an example of each
operation type.
Note The XML API code is available for use on any Cisco platform that runs Cisco IOS XR software.
Native Data Operation Content
The content of native data operations includes the request type and relevant object class hierarchy as
described in the following sections.
The operations are described in the following sections:
• “Request Type Tag and Namespaces”
• “Object Class Hierarchy”
• “Dependencies Between Configuration Items”
• “Null Value Representations”
• “Operation Triggering”
• “Native Data Operation Examples”
The following example shows a native data operation request:
Sample XML Client Native Data Operation Request
<?xml version="1.0" encoding="UTF-8"?>
<Request MajorVersion="1" MinorVersion="0">
<Operation>
<Request Type>
.
.
.
object hierarchy goes here
.
.