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  136
 
Element.
Attribute
 Name 
Definition 
policyNamesResponse.policy 
A policy defined in CSM for the Requested Policy Type. 
policyNamesResponse.policy.name 
Name of the Shared Policy. 
policyNamesResponse.policy.deviceAssignmen
ts 
List of devices the Shared Policy is assigned to. 
policyNamesResponse.policy.deviceAssignmen
ts.deviceGID 
Device GID of the Device the Shared Policy is assigned to. 
policyNamesResponse.policy.deviceAssignmen
ts.deviceName 
Device Name of the Device the Shared Policy is assigned to. 
Table 73: GetSharedPolicyNamesByType Response Elements and Attributes Description 
 
Figure 86: PolicyNamesResponse XML Schema 
 
3.2.11 
Method CreateCSMSession 
This method will create a CSMSession to be used with other write api methods. Internally it will create a ticket or 
activity based on the mode of the CSM Server. All csm server modes supports this method. For detailed information 
about it’s usage please see section 
<
xs:element
 name
="policyNamesResponse"
 type
="PolicyNamesResponse"/> 
<
xs:complexType
 name
="PolicyNamesResponse"> 
 
<xs:complexContent> 
 
 
<
xs:extension
 base
="BaseReqResp"> 
 
 
 
<
xs:sequence
 minOccurs="1" maxOccurs="1"> 
 
 
 
 
<
xs:element
 name
="policyTYpe"
 type
="xs:string"
 minOccurs
="1"
 maxOccurs
="1"/> 
 
 
 
 
<
xs:element
 name
="policy"
 minOccurs
="1"
 maxOccurs
="unbounded"> 
 
 
 
 
 
<xs:complexType> 
 
 
 
 
 
 
<xs:sequence> 
 
 
 
 
 
 
 
<
xs:element
 name
="policyName"
 type
="xs:string"
 minOccurs
="1" 
maxOccurs
="1"/> 
 
 
 
 
 
 
 
<
xs:element
 name
="deviceAssignments"
 minOccurs
="0"
 
maxOccurs
="1"> 
 
 
 
 
 
 
 
 
<xs:complexType> 
 
 
 
 
 
 
 
 
 
<
xs:sequence
 
 
 
 
 
 
 
 
 
 
<
xs:element
 name
="device"
 type
="xs:string"
 
minOccurs
="1" 
maxOccurs
="unbounded”> 
 
 
 
 
 
 
 
 
 
 
 
<
xs:complexType
 
 
 
 
 
 
 
 
 
 
 
 
<
xs:sequence
 
 
 
 
 
 
 
 
 
 
 
 
 
<
xs:element
 name
="deviceGID"
 
type
="ObjectIdentifier"
 minOccurs
="1" 
maxOccurs
="1"/> 
 
 
 
 
 
 
 
 
 
 
 
 
 
<
xs:element
 name
="deviceName"
 
type
="xs:string"
 minOccurs
="1" 
maxOccurs
="1"/> 
 
 
 
 
 
 
 
 
 
 
 
 
</
xs:sequence
 
 
 
 
 
 
 
 
 
 
 
</
xs:complexType
 
 
 
 
 
 
 
 
 
 
</
xs:element
 
 
 
 
 
 
 
 
 
</
xs:sequence
 
 
 
 
 
 
 
 
</xs:complexType> 
 
 
 
 
 
 
 
</
xs:element
 
 
 
 
 
 
</xs:sequence> 
 
 
 
 
 
</xs:complexType> 
 
 
 
 
/
l
t