Cisco Cisco Security Manager 4.11 Specification Guide

Page of 217
 
 
 
  
 
Cisco Security Manager 4.4 API Specification (Version 1.1) 
 
OL- 29074-01 
Page  107
 
 
Figure 58: GroupListRequest XML Schema   
3.2.2.2 Response 
An example of the GroupListRequest response is shown in the figure below.  The fields in these messages are 
described in the table below. In a GetGroupListResponse, the full config of the device will not be set. This is only 
set when the GetDeviceConfigByName or GetDeviceConfigByGID methods are called. 
 
<
xs:element
 name
="groupListRequest"
 type
="GroupListRequest"/> 
 
<
xs:complexType
 name
="GroupListRequest"> 
 
 
<
xs:complexContent
 
 
 
<
xs:extension
 base
="BaseReqResp"> 
 
 
 
 
<
xs:sequence
 minOccurs
="1"
 maxOccurs
="1"> 
 
 
 
 
 
<
xs:element
 name
="includeEmptyGroups"
 type
="xs:boolean"/> 
 
 
 
 
</
xs:sequence
 
 
 
</
xs:extension
 
 
</
xs:complexContent
 
</
xs:complexType