Cisco Cisco Security Manager 4.6 Guia De Especificaciones

Descargar
Página de 217
 
 
 
  
 
Cisco Security Manager 4.4 API Specification (Version 1.1) 
 
OL- 29074-01 
Page  132
 
3.2.10.2 
Response 
Object:
 
Figure 84: GetSharedPolicyNamesByType Response Example 
 
Element.
Attribute
 Name 
Definition 
policyNamesResponse 
Returns the policy Names and the Device Assignments for the 
Policy Type passed in the Request.  
policyNamesResponse.policyType
 
The Policy Type passed in the Request. 
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. 
<?xml version=”1.0” encoding=”UTF-8”?> 
<policyNamesResponse> 
 
<protVersion>1.0</protVersion> 
 
<reqId>123</reqId> 
 
<policyType>DeviceAccessRuleFirewallPolicy</policyType> 
 
<policy> 
 
  <name>policy-1</name> 
 
  <deviceAssignments> 
 
    
<device> 
 
    
 
<deviceGID>00000000-0000-0000-0000-004294967308</deviceGID> 
 
    
 
<deviceName>1.1.1.1</deviceName> 
 
    
</device> 
 
 
</deviceAssignments> 
 
</policy> 
 
<policy> 
 
  <name>policy-2</name> 
 
  <deviceAssignments> 
 
    
<device> 
 
    
 
<deviceGID>00000000-0000-0000-0000-004294967309</deviceGID> 
 
    
 
<deviceName>1.1.1.2</deviceName> 
 
    
</device> 
 
 
  </deviceAssignments> 
 
</policy> 
</policyNamesResponse>