Retrieves a summary of an Alibaba Cloud account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:GetAccountSummary |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
81313F5E-3C85-478F-BCC9-E1B70E4556DB |
| SummaryMap |
object |
The summary information of the Alibaba Cloud account. |
|
| MFADevices |
integer |
The number of virtual multi-factor authentication (MFA) devices. |
13 |
| AccessKeysPerUserQuota |
integer |
The maximum number of AccessKey pairs that a RAM user can have. |
2 |
| AttachedPoliciesPerGroupQuota |
integer |
The maximum number of custom policies that can be attached to a user group. |
5 |
| AttachedSystemPoliciesPerRoleQuota |
integer |
The maximum number of system policies that can be attached to a RAM role. |
20 |
| AttachedPoliciesPerRoleQuota |
integer |
The maximum number of custom policies that can be attached to a RAM role. |
5 |
| GroupsPerUserQuota |
integer |
The maximum number of user groups that a RAM user can join. |
5 |
| Roles |
integer |
The number of RAM roles. |
19 |
| PolicySizeQuota |
integer |
The maximum length of a policy document. |
2048 |
| AttachedSystemPoliciesPerGroupQuota |
integer |
The maximum number of system policies that can be attached to a user group. |
20 |
| AttachedSystemPoliciesPerUserQuota |
integer |
The maximum number of system policies that can be attached to a RAM user. |
20 |
| AttachedPoliciesPerUserQuota |
integer |
The maximum number of custom policies that can be attached to a RAM user. |
10 |
| GroupsQuota |
integer |
The maximum number of user groups that can be created. |
50 |
| Groups |
integer |
The number of user groups. |
7 |
| PoliciesQuota |
integer |
The maximum number of custom policies that can be created. |
1500 |
| VirtualMFADevicesQuota |
integer |
The maximum number of virtual MFA devices that can be created. |
1000 |
| VersionsPerPolicyQuota |
integer |
The maximum number of policy versions. |
5 |
| RolesQuota |
integer |
The maximum number of RAM roles that can be created. |
1000 |
| UsersQuota |
integer |
The maximum number of RAM users that can be created. |
1000 |
| Policies |
integer |
The number of custom policies. |
13 |
| Users |
integer |
The number of RAM users. |
9 |
| MFADevicesInUse |
integer |
The number of virtual MFA devices that are in use. |
2 |
| IPItemsPerAKPolicyQuota |
integer |
The maximum number of IP addresses that can be set in an account-level or AccessKey-level network access control policy. |
50 |
| ConditionsPerAKPolicyQuota |
integer |
The maximum number of conditions that can be set in an account-level or AccessKey-level network access control policy. |
8 |
| AccountAccessKeysPerAccountQuota |
integer |
The maximum number of AccessKeys for an Alibaba Cloud account. |
2 |
Examples
Success response
JSON format
{
"RequestId": "81313F5E-3C85-478F-BCC9-E1B70E4556DB",
"SummaryMap": {
"MFADevices": 13,
"AccessKeysPerUserQuota": 2,
"AttachedPoliciesPerGroupQuota": 5,
"AttachedSystemPoliciesPerRoleQuota": 20,
"AttachedPoliciesPerRoleQuota": 5,
"GroupsPerUserQuota": 5,
"Roles": 19,
"PolicySizeQuota": 2048,
"AttachedSystemPoliciesPerGroupQuota": 20,
"AttachedSystemPoliciesPerUserQuota": 20,
"AttachedPoliciesPerUserQuota": 10,
"GroupsQuota": 50,
"Groups": 7,
"PoliciesQuota": 1500,
"VirtualMFADevicesQuota": 1000,
"VersionsPerPolicyQuota": 5,
"RolesQuota": 1000,
"UsersQuota": 1000,
"Policies": 13,
"Users": 9,
"MFADevicesInUse": 2,
"IPItemsPerAKPolicyQuota": 50,
"ConditionsPerAKPolicyQuota": 8,
"AccountAccessKeysPerAccountQuota": 2
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.