Cisco Cisco Security Manager 4.7 Guía Del Usuario

Descargar
Página de 290
 
 
 
  
 
Cisco Security Manager 4.7 API Specification (Version 2.0) 
 
OL- 32164-01 
Page  29
 
 
Element/Attributes 
Type 
Comment 
Element:path 
String 
A hierarchichal path string indicating the group. 
Element: device 
Device 
Zero or more devices within this device group 
Element: deviceGroup 
DeviceGroup 
Zero or more device groups within this device group 
Table 6: DeviceGroup Class Attributes 
 
 
Figure 7: DeviceGroup and DeviceGroupPath XML Schema   
2.1.5 Port Identifier 
The PortIdentifier class defines a physical or virtual port identifier in a network device.  
Attribute 
Type 
Comment 
slotNum 
unsignedInt 
The identifier of the slot in the case of a modular chassis. In a non-
modular chassis this attribute is empty. 
moduleNum 
unsignedInt 
The identifier of the module in the case of a sub-module within a slot. 
In a non-modular chassis this attribute is empty. 
portNum 
unsignedInt 
The port number 
Table 7: PortIdentifier Class Attributes 
<xs:complexType
 name
="
DeviceGroup
">
 
 
 
<xs:complexContent>
 
 
 
 
<xs:extension
 base
="
BaseObject
">
 
 
 
 
 
<xs:sequence>
 
 
 
 
 
 
<xs:element name="
path
" type="
xs:string
" minOccurs="
1
" maxOccurs="
1
"/>
 
 
 
 
 
 
<xs:element name="
device
" type="
Device
" minOccurs="
0
" maxOccurs="
unbounded
"/>
 
 
 
 
 
 
<xs:element
 name
="deviceGroup"
 type
="DeviceGroup"
 minOccurs
="0"
 
maxOccurs
="unbounded"/> 
 
 
 
 
</xs:sequence>
 
 
 
 
</xs:extension>
 
 
 
</xs:complexContent>
 
 
</xs:complexType>
 
 
<xs:complexType
 name
="
DeviceGroupPath
">
 
 
 
<xs:sequence>
 
 
 
 
<xs:element
 name
="pathItem"
 type
="xs:string"
 minOccurs
="1"
 maxOccurs
="unbounded"/> 
 
 
</xs:sequence>
 
 
</xs:complexType>