Cisco Cisco Security Manager 4.11 Guía Del Usuario

Descargar
Página de 301
 
 
 
  
 
Cisco Security Manager 4.11 API Specification (Version 2.3) 
 
Page  161
 
HTTP/XML Content 
Definition 
HTTP Method 
POST 
HTTP Header: asCookie 
The cookie returned by the login method that identifies the authentication 
session 
Returns 
200 OK + XML 
 
401 Unauthorized 
 
 
 
Figure 124: GetListofDeployableDevices Request XSD 
 
 
3.2.23.2 
Response 
The response has the details of the devices that have changes that are yet to be deployed i.e dirty devices. The 
following gives an example response and its XSD. 
 
 
Figure 125: GetListofDeployableDevices Response Example 
 
 
 
 
Table 87: GetListofDeployableDevices Response XML Element and Attribute Description 
<
xs:complexType
 
name
=
"DeployableDevicesListRequest"> 
 
 
<
xs:complexContent
 
 
 
<
xs:extension
 
base
=
"BaseReqResp"> 
 
 
 
 
<
xs:sequence
 
minOccurs
=
"1" 
maxOccurs
=
"1">
 
 
                    
</
xs:sequence
               
</
xs:extension
          
</
xs:complexContent
</
xs:complexType
>
 
<?xml version="1.0" encoding="UTF-8" ?>  
  <ns1:deviceListResponse xmlns:ns1="csm"> 
    <protVersion>1.0</protVersion>  
    <reqId>123</reqId>  
   <deviceId> 
     <deviceCapability>firewall</deviceCapability>  
     <deviceName>4.4.4.4</deviceName>  
     <ipv4Address>4.4.4.4</ipv4Address>  
     <sysObjectID>1.3.6.1.4.1.9.1.670</sysObjectID>  
     <gid>00000000-0000-0000-0000-004294968099</gid>  
   </deviceId> 
  </ns1:deviceListResponse>