Cisco Cisco Security Manager 4.11 Guia De Especificaciones

Descargar
Página de 217
 
 
 
  
 
Cisco Security Manager 4.4 API Specification (Version 1.1) 
 
OL- 29074-01 
Page  21
 
This will not be available if Ticketing is not enabled. 
activityName 
String 
Activity Name of the Activity as part of which the Object has been 
updated. This is applicable if the CSM is in WorkFlow mode. 
Table 2: BaseObject Class Attributes 
 
 
 
Figure 3: BaseObject XML Schema   
2.1.3 Device 
A device object is used to represent a single device in the system. Virtual contexts are also modeled as individual 
devices in the system. The device object also expresses a relationship between a parent (admin/system context) and 
its associated child contexts. 
 
The Device class inherits from BaseObject including all attributes. 
 
Element/Attribute 
Type 
Comment 
osType 
String 
The device OS Type from an enumerated list {IOS, FWSM, 
ASA, PIX, IPS} 
osVersion 
String 
The software version of the OS running on the device. Version 
string could be 6.1, 6.2 etc. on a PIX platform, 12.1, 12.2S etc. 
on an IOS platform etc. 
imageName 
String 
The OS Image name. 
mgmtInterface 
Interface 
A reference to the management interface for the device. The 
interface which is used to manage the device in CSM is taken as 
management interface. 
 interfaceList 
Sequence of 
Interface 
A list of interfaces within the device. (Contains list of interfaces 
other than management interface of the device.)
 
fullConfig 
String 
An element containing the full configuration of the device. The 
<xs:complexType
 name
="
BaseObject
"
 
>
 
 
<xs:sequence>
 
 
 
<xs:element
 name
="
gid
"
 type
="
ObjectIdentifier
"
 minOccurs
="
1
"
 maxOccurs
="
1
"/>
 
 
 
<xs:element
 name
="
name
"
 type
="
xs:string
"
 minOccurs
="
0
"
 maxOccurs
="
1
"/>
 
 
 
<xs:element
 name
="
lastUpdateTime
"
 type
="
xs:dateTime
"
 minOccurs
="
1
"
 maxOccurs
="
1
"/>
 
 
 
<xs:element
 name
="
parentGID
"
 type
="
ObjectIdentifier
"
 minOccurs
="
1
"
 maxOccurs
="
1
"/> 
 
 
<xs:element 
name
="
updatedByUser
type
="
xs:string
minOccurs
="
0
maxOccurs
="
1
"/> 
 
 
<xs:element 
name
="
lastCommitTime
type
="
xs:dateTime
minOccurs
="
0
maxOccurs
="
1
"/> 
 
 
<xs:element 
name
="
ticketId
type
="
xs:string
minOccurs
="
0
maxOccurs
="
1
"/> 
 
 
<xs:element 
name
="
activityName
type
="
xs:string
minOccurs
="
0
maxOccurs
="
1
"/>
 
 
</xs:sequence>
 
</xs:complexType>