Cisco Cisco Security Manager 4.0 仕様ガイド

ページ / 217
 
 
 
  
 
Cisco Security Manager 4.4 API Specification (Version 1.1) 
 
OL- 29074-01 
Page  128
 
 
 
 
 
Element.
Attribute
 Name 
Definition 
policyConfigResponse 
Returns the policy configuration that matches the object identifier  
Policy
 
The policy class as described in 3.1.1. 
Table 68: GetPolicyConfigByName Response Elements and Attributes Description 
 
 
Figure 80: PolicyConfigResponse XML Schema   
The following are error codes specific to this method. There could be additional generic errors that the method 
might return in cases of error 
 
Code 
Description 
18 
Returned if an internal error occurred while fetching config. 
19 
Returned if required input parameters are missing in the request. 
20 
Returned if the requested Policy Type is not correct. 
22 
Returned if the user is not authorized to view this policy data. 
23 
Returned if no configuration data is available for requested input parameters. 
24 
Returned if an internal error encountered by the server (when processing a policy type 
that is not supported). 
Table 69: GetPolicyConfigByName Method Error Codes 
 
<
xs:element
 name
="policyConfigResponse"
 type
="PolicyConfigResponse"/> 
 
<
xs:complexType
 name
="PolicyConfigResponse"> 
 
 
<
xs:complexContent
 
 
 
<
xs:extension
 base
="BaseReqResp"> 
 
 
 
 
<
xs:sequence
 
 
 
 
 
<
xs:element
 name
="policy"
 type
="BasePolicy"/> 
 
 
 
 
 
<
xs:element
 name
="policyObject"
 type
="BasePolicyObject"/> 
 
 
 
 
</
xs:sequence
 
 
 
</
xs:extension
 
 
</
xs:complexContent
 
</
xs:complexType