19-50
User Guide for Resource Manager Essentials 4.1
OL-11714-01
Chapter 19 CLI Utilities
CWCLI
XML Schema for Inventory Collection Service
The following XML schema is used by Inventory Collection Service application when you run the cwcli
export changeaudit command with -app argument and the -app argument values as ICServer.
The schema file is:
<?xml version = "1.0" encoding = "UTF-8"?>
<xsd:schema xmlns:xsd = "http://www.w3.org/2000/10/XMLSchema">
<xsd:element name = "InventoryChangeDetailRecord">
<xsd:complexType>
<xsd:sequence maxOccurs = "unbounded">
<xsd:element ref = "Section"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name = "Section">
<xsd:complexType>
<xsd:sequence maxOccurs = "unbounded">
<xsd:element ref = "Attributes"/>
</xsd:sequence>
<xsd:attribute name = "Name" type = "xsd:string"/>
<xsd:attribute name = "Identity" type = "xsd:string"/>
</xsd:complexType>
</xsd:element>
<xsd:element name = "Attributes">
<xsd:complexType>
<xsd:all maxOccurs = "unbounded">
<xsd:element ref = "Previous_value"/>
<xsd:element ref = "Current_value"/>
<xsd:element ref = "Action"/>
</xsd:all>
</xsd:complexType>
</xsd:element>
<xsd:element name = "Previous_value" type = "xsd:string"/>
<xsd:element name = "Current_value" type = "xsd:string"/>
<xsd:element name = "Action" type = "xsd:string"/>
</xsd:schema>
Summary Description describing what caused the change. For example:
• Configuration Download due to job
• Syslog triggered Config Collection
ConfigDiff • FirstConfig, SecondConfig
• DeviceName—Network device on which the change occurred. The display name as
entered in the Device and Credential Repository.
• Version—Configuration file version number.
• CommandDiff Polarity—Changes in the configuration file.
–
POSNEG—No change
–
POSITIVE —Added new commands
–
IGNORED—Ignored the commands
–
NEGATIVE—Deleted the commands
Field Description