Apache CloudStack 4.23.0.0 Root Admin API Reference
quotaSummary
Lists Quota balance summary of Accounts and Projects.
Request parameters
| Parameter Name | Description | Required |
| account | Name of the Account for which balance will be listed. | false |
| accountid | ID of the Account for which balance will be listed. Can not be specified with projectid. | false |
| accountstatetoshow | Possible values are [ALL, ACTIVE, REMOVED]. ALL will list summaries for active and removed accounts; ACTIVE will list summaries only for active accounts; REMOVED will list summaries only for removed accounts. The default value is ACTIVE. | false |
| domainid | ID of the Domain for which balance will be listed. May be used individually or with accountname. | false |
| keyword | List by keyword | false |
| listall | False (default) lists the Quota balance summary for calling Account. True lists balance summary for Accounts which the caller has access. If domain ID is informed, this parameter is considered as true. | false |
| page | false | |
| pagesize | false | |
| projectid | ID of the Project for which balance will be listed. Can not be specified with accountId. | false |
Response Tags
| Response Name | Description |
| account | Account's name |
| accountid | Account's ID |
| accountremoved | If the account is removed or not |
| balance | Account's balance |
| currency | Currency |
| domain | Domain's path |
| domainid | Domain's ID |
| domainremoved | If the domain is removed or not |
| enddate | End date of the quota consumption |
| projectid | Project's id |
| projectname | Name of the project |
| projectremoved | Whether the project is removed or not |
| quota | Quota consumed between the startdate and enddate |
| quotaenabled | If the account has the quota config enabled |
| startdate | Start date of the quota consumption |
| state | Account's state |