Cisco Cisco Security Manager 4.9 Specification Guide

Page of 217
 
 
 
  
 
Cisco Security Manager 4.4 API Specification (Version 1.1) 
 
OL- 29074-01 
Page  150
 
 
Figure 96: ExecDeviceReadOnlyCLICmdsRequest XML Schema   
 
5.2.2.2 Response 
An example of the execDeviceReadOnlyCLICmds response is shown in the figure below.  The fields in these 
messages are described in the table below. 
 
<
xs:complexType
 name
="
DeviceReadOnlyCLICmd
">
 
 
 
<
xs:sequence
>
 
 
 
 
<
xs:choice
 minOccurs
="
1
"
 maxOccurs
="
1
">
 
 
 
 
 
<
xs:element
 name
="
deviceIP
"
 type
="
xs:string
"
 minOccurs="
0
" maxOccurs="
1
"
/>
 
 
 
 
 
<
xs:element
 name
="
deviceName
"
 type
="
xs:string
minOccurs
="
1"
 
maxOccurs
="
1
"
 
/>
 
 
 
 
 
<
xs:element
 name
="
deviceGID
"
 type
="
ObjectIdentifier
"
 minOccurs="
1"
 maxOccurs="
1
"
/>
 
 
 
 
</
xs:choice
>
 
 
 
 
<
xs:element
 
name
="cmd" 
minOccurs
="1" 
maxOccurs
="1"> 
 
 
 
 
<
xs:simpleType
 
 
 
 
 
<
xs:restriction
 
base
="xs:string"> 
 
 
 
 
 
 
<
xs:pattern
 
value
="[sS][hH][oO][wW]"/> 
 
 
 
 
 
</
xs:restriction
 
 
 
 
</
xs:simpleType
 
 
 
</
xs:element
 
 
 
<
xs:element
 
name
="argument" 
type
="xs:string" 
minOccurs
="1" 
maxOccurs
="1"> 
 
 
 
<
xs:element
 
name
="execTimeout" 
type
="xs:
 
unsignedInt" 
minOccurs
="0" 
maxOccurs
="1"> 
 
 
</
xs:element
>   
 
                
</
xs:sequence
>
 
 
</
xs:complexType
>
 
 
 
 
<
xs:element
 name
="
execDeviceReadOnlyCLICmdsRequest
"
 
type
="
ExecDeviceReadOnlyCLICmdsRequest
"/> 
 
<
xs:complexType
 name
="
ExecDeviceReadOnlyCLICmdsRequest
"> 
 
 
<
xs:complexContent
 
 
 
<
xs:extension
 base
="
BaseReqResp
"> 
 
 
 
 
<
xs:sequence
 
 
 
 
 
<
xs:element
 name
="
DeviceReadOnlyCLICmd
"
 type
="
DeviceReadOnlyCLICmd
"
 
minOccurs
="1"
 maxOccurs
="1"/> 
 
 
 
 
</
xs:sequence
 
 
 
</
xs:extension
 
 
</
xs:complexContent
 
</
xs:complexType