Apache CloudStack 4.21.0.0 Root Admin API Reference
quotaCreditsList
Lists quota credits of an account.
Request parameters
Parameter Name | Description | Required |
accountid | ID of the account for which the credit statement will be generated. | false |
domainid | ID of the domain for which credit statement will be generated. Available only for administrators. | false |
enddate | End date of the credit statement. If not provided, the current date will be considered as the end date. The recommended format is "yyyy-MM-dd'T'HH:mm:ssZ" (e.g.: "2023-01-01T12:00:00+0100"); however, the following formats are also accepted: "yyyy-MM-dd HH:mm:ss" (e.g.: "2023-01-01 12:00:00") and "yyyy-MM-dd" (e.g.: "2023-01-01" - if the time is not added, it will be interpreted as "23:59:59"). If the recommended format is not used, the date will be considered in the server timezone. | false |
isrecursive | Whether to generate the credit statement for the provided domain and its children. Defaults to false. | false |
startdate | Start date of the credit statement. If not provided, the first day of the current month will be considered as the start date. The recommended format is "yyyy-MM-dd'T'HH:mm:ssZ" (e.g.: "2023-01-01T12:00:00+0100"); however, the following formats are also accepted: "yyyy-MM-dd HH:mm:ss" (e.g.: "2023-01-01 12:00:00") and "yyyy-MM-dd" (e.g.: "2023-01-01" - if the time is not added, it will be interpreted as "00:00:00"). If the recommended format is not used, the date will be considered in the server timezone. | false |
Response Tags
Response Name | Description |
credit | The credit deposited. |
creditedon | When the credit was added. |
creditoruserid | ID of the creditor user. |
creditorusername | Username of the creditor user. |
currency | Credit's currency. |