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  108
 
 
Figure 59: GetGroupList Response Example 
 
Table 54: GetGroupList Response Elements and Attributes Description 
XML Element & Attributes 
Definition 
groupListResponse 
Returns a list of 0 or more device groups  
<?xml version=”1.0” encoding=”UTF-8”?> 
<groupListResponse> 
 
<protVersion>1.0</protVersion> 
 
<reqId>123</reqId> 
 
<deviceGroup> 
 
  <gid>00000000-0000-0000-0000-000000000001</gid> 
 
  <name>San Jose</name> 
 
  <lastUpdateTime>2011-05-22T07:07:29.129Z</lastUpdateTime> 
 
  <path>/VmsVirtualRoot/San Jose</path> 
 
  <deviceGroup> 
 
    <gid>00000000-0000-0000-0000-000000000002</gid> 
 
    <name>Building 13</name> 
 
    <lastUpdateTime>2011-05-22T07:07:29.129Z</lastUpdateTime> 
 
    <path>/VmsVirtualRoot/San Jose/Building 13</path> 
 
    
<device> 
 
    
 
<gid>00000000-0000-0000-0000-214748364932</gid> 
 
    
 
<name>10.77.208.138</name> 
 
    
 
<lastUpdateTime>2011-05-26T00:11:53Z</lastUpdateTime> 
 
    
 
<osType>asa</osType> 
 
    
 
<osVersion>8.4(1)</osVersion> 
 
    
 
<imageName>disk0:/asa831-k8.bin</imageName> 
 
    
 
<sysObjectID>1.3.6.1.4.1.9.1.670</sysObjectID> 
 
    
 
<fullConfig/> 
 
    
 
<mgmtInterface> 
 
    
 
 
<type>Management</type> 
 
    
 
 
<identifier>mgmt</identifier> 
 
    
 
 
<ipInterface> 
 
    
 
 
 
<ipAddress>10.77.208.138/255.255.255.0</ipAddress> 
 
    
 
 
</ipInterface> 
 
    
 
</mgmtInterface> 
 
    
 
<interfaceList> 
 
    
 
 
<interface> 
 
    
 
 
 
<type>GigabitEthernet</type> 
 
    
 
 
 
<identifier>outside</identifier> 
 
    
 
 
 
<ipInterface> 
 
    
 
 
 
 
<ipAddress>20.10.30.42/255.255.255.0</ipAddress> 
 
    
 
 
 
</ipInterface> 
 
    
 
 
</interface> 
 
    
 
 
<interface> 
 
    
 
 
 
<type>FastEthernet</type> 
 
    
 
 
 
<identifier>FastEthernet5/1</identifier> 
 
    
 
 
 
<ipInterface> 
 
    
 
 
 
 
<ipAddress>20.10.30.45/255.255.255.0</ipAddress> 
 
    
 
 
 
</ipInterface> 
 
    
 
 
</interface> 
 
   
 
 
 
</interfaceList> 
 
    
<configState>committed</configState> 
 
   </device> 
 
  </deviceGroup> 
 
</deviceGroup> 
</groupListResponse>