http://www.ibm.com/schema/twss/spm/admin/policy/v2_0/interface
The getInheritedPolicies Operation

Get all scoped policy values that are included in the specified scope or higher scopes per service policy manager hierarchical resolution. This returns the inheritance chain of policy values, returning from most general to most specific. This list may be empty if no policies can be located for the specific policy name.

PolicyAdministrationInterface_getInheritedPoliciesResponse  getInheritedPolicies (getInheritedPoliciesRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: PolicyAdministrationInterface_getInheritedPoliciesRequest

Get inherited policies operation input parameters. Specifies the (requester, service, operation) scope tuple and policy name whose scoped policies to fetch.

getInheritedPoliciesRequest request

Get inherited policies request.

Collapse Output: PolicyAdministrationInterface_getInheritedPoliciesResponse

Get inherited policies response result. Returns a list of scoped policies for the specified scope tuple and policy name. The list may be empty if no policies for the specified policy name can be found.

getInheritedPoliciesResponse result

Get inherited policies response.

Collapse Fault:
ServicePolicyException  : 

Raised if the provided policy scope is invalid or an internal error occurs.

ServicePolicyException ServicePolicyException

Service policy exception fault.

 Collapse Bindings
Binding: PolicyAdministrationInterfaceBinding
<soap:binding  style="document"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
<soap:operation  soapAction=""
  style="document" />
Input: PolicyAdministrationInterface_getInheritedPoliciesRequest
<soap:body  use="literal" />
Output: PolicyAdministrationInterface_getInheritedPoliciesResponse
<soap:body  use="literal" />
Fault:
ServicePolicyException: ServicePolicyException
<soap:fault  name="ServicePolicyException"
  use="literal" />
 

 Collapse XML
-<operation  name="getInheritedPolicies">
-<wsdl:documentation>
<xhtml:p>Get all scoped policy values that are included in the specified scope or higher scopes per service policy manager hierarchical resolution. This returns the inheritance chain of policy values, returning from most general to most specific. This list may be empty if no policies can be located for the specific policy name.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Get inherited policies operation input parameters. Specifies the (requester, service, operation) scope tuple and policy name whose scoped policies to fetch.</xhtml:p>
</wsdl:documentation>
</input>
-<wsdl:documentation>
<xhtml:p>Get inherited policies response result. Returns a list of scoped policies for the specified scope tuple and policy name. The list may be empty if no policies for the specified policy name can be found.</xhtml:p>
</wsdl:documentation>
</output>
-<fault  message="admin_policy_interface:ServicePolicyException"  name="ServicePolicyException">
-<wsdl:documentation>
<xhtml:p>Raised if the provided policy scope is invalid or an internal error occurs.</xhtml:p>
</wsdl:documentation>
</fault>
</operation>
Generated by WSDLdoc ©