http://glite.org/wms/wmproxy
This operation returns the remaining free part of available user disk quota (in bytes).
The fault GetQuotaManagementFault is returned if the quota management is not active.
Input: no input.
Output: long containing soft limit free quota i.e. the difference between quota soft limit and user's disk usage.
Output: long containing hard limit free quota i.e. total free available disk space.
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" />
Input: getFreeQuotaRequest <soap:body namespace="http://glite.org/wms/wmproxy" use="literal" />
Fault:
AuthenticationFault: AuthenticationFault
<soap:fault name="AuthenticationFault" use="literal" />
GenericFault: GenericFault
<soap:fault name="GenericFault" use="literal" />
|
|
XML |
-<wsdl:operation name="getFreeQuota">
<wsdl:documentation>
This operation returns the remaining free part of available user disk quota (in bytes).
The fault GetQuotaManagementFault is returned if the quota management is not active.
Input: no input.
Output: long containing soft limit free quota i.e. the difference between quota soft limit and user's disk usage.
Output: long containing hard limit free quota i.e. total free available disk space.
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>
|