Cisco Cisco Security Manager 4.1 仕様ガイド

ページ / 217
 
 
 
  
 
Cisco Security Manager 4.4 API Specification (Version 1.1) 
 
OL- 29074-01 
Page  109
 
XML Element & Attributes 
Definition 
Element List: DeviceGroup 
A list of group elements 
 
 
Figure 60: GetGroupList Response XML Schema 
Method specific errors: 
Code 
Description 
2000 
This error will be returned if the API is unable to retrieve the list of authorized 
devices for the user who is logged in. 
2001 
This error will be returned if API is not able to get the available groups from CSM 
Server for further processing. 
2002 
This error will be returned if API is not able to retrieve devices from CSM Server. 
2003 
This error will be returned if API is not able to find the config state of the device. 
2004 
This error will be returned if API is not able to retrieve interface details for a device. 
2005, 2006 
These errors will be returned if the API encounters an internal error when processing 
device specific data. 
Table 55: GetGroupList Method Error Codes 
 
<
xs:element
 name
="groupListResponse"
 type
="GroupListResponse"/> 
 
<
xs:complexType
 name
="GroupListResponse"> 
 
 
<
xs:complexContent
 
 
 
<
xs:extension
 base
="BaseReqResp"> 
 
 
 
 
<
xs:sequence
 minOccurs
="1"
 maxOccurs
="1"> 
 
 
 
 
 
<
xs:element
 name
="deviceGroup"
 type
="DeviceGroup"/> 
 
 
 
 
</
xs:sequence
 
 
 
</
xs:extension
 
 
</
xs:complexContent
 
</
xs:complexType