Queries the detailed information of an Alibaba Cloud account.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
AccessKeyId | String | No | your_accesskey_id |
The AccessKey ID provided to you by Alibaba Cloud. |
Action | String | No | DescAccountSummary |
The operation that you want to perform. Set the value to DescAccountSummary. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
DailyQuota | Integer | 2000 |
The maximum number of emails that you can send every day. |
DayuStatus | Integer | 0 |
Indicates whether you have enabled the Short Message Service. |
Domains | Integer | 1 |
The number of domain names. |
EnableTimes | Integer | 0 |
Indicates how many times you have enabled the Direct Mail service. |
MailAddresses | Integer | 0 |
The number of sender addresses. |
MaxQuotaLevel | Integer | 10 |
The highest privilege level of users. |
MonthQuota | Integer | 60000 |
The maximum number of emails that you can send every month. |
QuotaLevel | Integer | 2 |
The current privilege level. |
Receivers | Integer | 0 |
The number of recipients. |
RequestId | String | 82B295BB-7E69-491F-9896-ECEAFF09E1A4 |
The ID of the request. |
Tags | Integer | 0 |
The number of tags. |
Templates | Integer | 1 |
The number of templates. |
UserStatus | Integer | 0 |
The status of the account. Valid values: 0 to 3. 0: indicates that your account is available. 1: indicates that your account is frozen. 2: indicates that you have overdue payments. 3: indicates that you cannot send emails. |
Samples
Sample requests
http(s)://dm.aliyuncs.com/? Action=DescAccountSummary
&<Common request parameters>
Sample success responses
XML
format
<DescAccountSummaryResponse>
<DayuStatus>0</DayuStatus>
<SmsRecord>0</SmsRecord>
<SmsSign>0</SmsSign>
<UserStatus>0</UserStatus>
<SmsTemplates>0</SmsTemplates>
<Templates>1</Templates>
<Domains>1</Domains>
<MonthQuota>60000</MonthQuota>
<Tags>0</Tags>
<QuotaLevel>2</QuotaLevel>
<EnableTimes>0</EnableTimes>
<RequestId>82B295BB-7E69-491F-9896-ECEAFF09E1A4</RequestId>
<MaxQuotaLevel>10</MaxQuotaLevel>
<MailAddresses>0</MailAddresses>
<DailyQuota>2000</DailyQuota>
<Receivers>0</Receivers>
</DescAccountSummaryResponse>
JSON
format
{
"DayuStatus":0,
"SmsRecord":0,
"SmsSign":0,
"UserStatus":0,
"SmsTemplates":0,
"Templates":1,
"Domains":1,
"MonthQuota":60000,
"Tags":0,
"QuotaLevel":2,
"EnableTimes":0,
"RequestId":"82B295BB-7E69-491F-9896-ECEAFF09E1A4",
"MailAddresses":0,
"MaxQuotaLevel":10,
"Receivers":0,
"DailyQuota":2000
}
Error codes
For a list of error codes, visit the API Error Center.