http://www.ibm.com/wsdl/soa/trafficsh/v1_0/interface
The verifyResourceCapacity Operation

Verifies whether a network resource has sufficient processing capacity to accept the traffic generated by the specified service operation.

TrafficShapingInterface_verifyResourceCapacityResponse  verifyResourceCapacity (verifyResourceCapacityRequest parameters)
[fault:  TrafficExceededFault  NoSuchResourceFault  InvalidResourceSpecificationDefinedFault  ]
Operation Type: Request-response
Collapse Input: TrafficShapingInterface_verifyResourceCapacityRequest

Verify network resource capacity input parameters. Specifies the network resource logical name against which the operation is being executed.

verifyResourceCapacityRequest parameters

Verify resource capacity request input parameters.

Collapse Output: TrafficShapingInterface_verifyResourceCapacityResponse

Verify network resource capacity response result. Indicates that the network resource has sufficient capacity to accept the additional traffic.

verifyResourceCapacityResponse result

Verify resource capacity response result.

Collapse Fault:
TrafficExceededFault  : 

Traffic exceeded fault. This indicates that the specified service operation request would generate traffic that exceeds the network resource specification's current available capacity.

TrafficExceededFault TrafficExceededFault

Traffic exceeded fault.

NoSuchResourceFault  : 

No such resource fault. This indicates that the specified resource is not known.

NoSuchResourceFault NoSuchResourceFault

No such resource fault.

InvalidResourceSpecificationDefinedFault  : 

Invalid resource specification defined fault. This indicates that the network resource specification for the logical resource name is invalid or is missing properties required by this component.

InvalidResourceSpecificationDefinedFault InvalidResourceSpecificationDefinedFault

Invalid resource specification defined fault.

 Collapse Bindings
Binding: TrafficShapingInterfaceBinding
<soap:binding  style="document"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
<soap:operation  soapAction=""
  style="document" />
Input: TrafficShapingInterface_verifyResourceCapacityRequest
<soap:body  use="literal" />
Output: TrafficShapingInterface_verifyResourceCapacityResponse
<soap:body  use="literal" />
Fault:
TrafficExceededFault: TrafficExceededFault
<soap:fault  name="TrafficExceededFault"
  use="literal" />
 
NoSuchResourceFault: NoSuchResourceFault
<soap:fault  name="NoSuchResourceFault"
  use="literal" />
 
InvalidResourceSpecificationDefinedFault: InvalidResourceSpecificationDefinedFault
<soap:fault  name="InvalidResourceSpecificationDefinedFault"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="verifyResourceCapacity">
-<wsdl:documentation>
<xhtml:p>Verifies whether a network resource has sufficient processing capacity to accept the traffic generated by the specified service operation.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Verify network resource capacity input parameters. Specifies the network resource logical name against which the operation is being executed.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Verify network resource capacity response result. Indicates that the network resource has sufficient capacity to accept the additional traffic.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="soa_trafficsh_interface:TrafficExceededFault"  name="TrafficExceededFault">
-<wsdl:documentation>
<xhtml:p>Traffic exceeded fault. This indicates that the specified service operation request would generate traffic that exceeds the network resource specification's current available capacity.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
-<wsdl:fault  message="soa_trafficsh_interface:NoSuchResourceFault"  name="NoSuchResourceFault">
-<wsdl:documentation>
<xhtml:p>No such resource fault. This indicates that the specified resource is not known.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
-<wsdl:fault  message="soa_trafficsh_interface:InvalidResourceSpecificationDefinedFault"  name="InvalidResourceSpecificationDefinedFault">
-<wsdl:documentation>
<xhtml:p>Invalid resource specification defined fault. This indicates that the network resource specification for the logical resource name is invalid or is missing properties required by this component.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©