http://glite.org/wms/wmproxy
This operation returns the available user space quota on the storage managed by the WM.
The fault GetQuotaManagementFault is returned if the quota management is not active on the WM.
Input: no input.
Output: long containing soft limit quota (in bytes) i.e. the limit that the user is expected to remain below.
Output: long containing hard limit quota (in bytes) i.e. the real quota limit that cannot be exceeded.
Faults:
AuthenticationFault: a generic authentication problem occured.
AuthorizationFault: client is not authorized to perform this operation.
GenericFault: another problem occured.
GetQuotaManagementFault: quota management is not active on the WM.
Operation Type: Request-response
Fault:
Bindings |
Binding: WMProxy <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
Fault:
AuthenticationFault: AuthenticationFault
<soap:fault name="AuthenticationFault" use="literal" />
GenericFault: GenericFault
<soap:fault name="GenericFault" use="literal" />
|
|
XML |
-<wsdl:operation name="getTotalQuota">
<wsdl:documentation>
This operation returns the available user space quota on the storage managed by the WM.
The fault GetQuotaManagementFault is returned if the quota management is not active on the WM.
Input: no input.
Output: long containing soft limit quota (in bytes) i.e. the limit that the user is expected to remain below.
Output: long containing hard limit quota (in bytes) i.e. the real quota limit that cannot be exceeded.
Faults:
AuthenticationFault: a generic authentication problem occured.
AuthorizationFault: client is not authorized to perform this operation.
GenericFault: another problem occured.
GetQuotaManagementFault: quota management is not active on the WM.
</wsdl:documentation>
</wsdl:operation>
|