Cisco Systems 4.1 Dust Collector User Manual


 
19-51
User Guide for Resource Manager Essentials 4.1
OL-11714-01
Chapter 19 CLI Utilities
CWCLI
Detailed Description of Inventory Collection Service Schema
The table below describes elements in the Inventory Collection Service schema.
XML Schema for Software Management
The following XML schema is used by Software Management application when you run the cwcli
export changeaudit
command with -app argument and the -app argument values as Software
Management.
The schema file is:
<?xml version="1.0" encoding="UTF-8" ?>
- <!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by Cisco -->
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
attributeFormDefault="unqualified">
- <xs:element name="SwimHistoryRecord">
- <xs:annotation>
<xs:documentation>Models a set of image changes on the device.</xs:documentation>
</xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element name="JobID" type="xs:positiveInteger" minOccurs="0">
- <xs:annotation>
<xs:documentation>ID of the Job in which the change happened</xs:documentation>
</xs:annotation>
</xs:element>
- <xs:element name="ImageChange" maxOccurs="unbounded">
- <xs:complexType>
- <xs:sequence>
Field Description
Name Name of the physical and logical entities.
The main physical entities are Chassis, Backplane, Card, CommunicationConnector,
FlashDevice, FlashPartition, FlashFile, SoftwareIdentity, PhysicalMemory
The main logical entities are ManagedNetworkElement, LogicalModule, Port, MemoryPool,
OSElement, IPProtocolEndpoint, IfEntry, AdditionalInformation
See Detailed Description of the Inventory Schema for further information.
Identity Identifies the entity that has changed on the device.
For example: If the Flash File name has changed then Identity will be Flash Device 2, Flash
Partition 3.
AttributeName Name of the different physical and logical entities
For example: In MemoryPool, the different entities are User, Free, PoolType.
See Detailed Description of the Inventory Schema for further information.
Previous_value Value of the entity before the change occurred.
Current_value Value of the entity after the change occurred.
Action Type of change that has occurred on the device:
Inserted— Added a new entity.
Changed—Changed in the entity.
Deleted—Deleted an entity.