Account Limit Rest API¶
Overview
Resource  | 
Operation  | 
Description  | 
|---|---|---|
AccountLimit  | 
Delete account limits.  | 
|
Create/update account limits.  | 
Details
- 
DELETE/accountlimits/(account)/(rse)¶ Delete an account limit.
- Parameters
 account – Account name.
rse – RSE name.
- Status Codes
 200 OK – Successfully deleted.
401 Unauthorized – Invalid auth token.
404 Not Found – RSE not found.
404 Not Found – Account not found
- 
POST/accountlimits/(account)/(rse)¶ Create or update an account limit.
- Parameters
 account – Account name.
rse – RSE name.
- Status Codes
 201 Created – Successfully created or updated.
401 Unauthorized – Invalid auth token.
404 Not Found – RSE not found.
404 Not Found – Account not found