All Products
Search
Document Center

Cloud Config:UpdateAggregator

Last Updated:Apr 12, 2024

Modify an account group

Operation description

The sample request in this topic shows you how to add a member account to the account group whose ID is ca-dacf86d8314e00eb****. The member account ID is 173808452267**** and the member account name is Tony. The member account belongs to ResourceDirectory.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
config:UpdateAggregatorWrite
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
AggregatorIdstringYes

The ID of the account group.

For more information about how to obtain the ID of an account group, see ListAggregators .

ca-dacf86d8314e00eb****
AggregatorNamestringNo

The name of the account group.

For more information about how to obtain the name of an account group, see ListAggregators .

Test_Group
DescriptionstringNo

The description of the account group.

For more information about how to obtain the description of an account group, see ListAggregators .

AggregatorAccountsobject []No

The information about the member accounts in the account group.

Note When you modify the configurations of an account group, this parameter can be left empty. In this case, the member account list is not updated. If you want to update the member account list, you must set the AccountId, AccountName and AccountType parameters.
AccountIdlongNo

The member account ID, which indicates the Alibaba Cloud account ID of the member account.

For more information about how to obtain the ID of a member account, see ListAccounts .

Note If you want to update the member account list, you must set the AccountId, AccountName and AccountType parameters.
173808452267****
AccountNamestringNo

The member account name, which indicates the name of the Alibaba Cloud account that corresponds to the member account.

For more information about how to obtain the name of a member account, see ListAccounts .

Note If you want to update the member account list, you must set the AccountId, AccountName and AccountType parameters.
Tony
AccountTypestringNo

The affiliation of the member account. You can set this parameter to only ResourceDirectory.

Note If you want to update the member account list, you must set the AccountId, AccountName and AccountType parameters.
ResourceDirectory
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must ensure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.

1594295238-f9361358-5843-4294-8d30-b5183fac****

For information about common request parameters, see Common parameters.

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

8195B664-9565-4685-89AC-8B5F04B44B92
AggregatorIdstring

The ID of the account group.

ca-dacf86d8314e00eb****

Examples

Sample success responses

JSONformat

{
  "RequestId": "8195B664-9565-4685-89AC-8B5F04B44B92",
  "AggregatorId": "ca-dacf86d8314e00eb****"
}

Error codes

HTTP status codeError codeError messageDescription
400Invalid.AggregatorAccounts.EmptyYou must specify AggregatorAccounts.You must specify AggregatorAccounts.
400AggregatorAccountExceedMaxCountThe maximum number of aggregator account is exceeded.The maximum number of aggregator account is exceeded.
400AggregatorAccountListDuplicatedThe aggregator account list is duplicated.The aggregator account list is duplicated.
400AggregatorAccountListItemDuplicatedThe aggregator account list item is duplicated.The aggregator account list item is duplicated.
400AggregatorAlreadyPendingThe aggregator has a pending operation and cannot be updated.The aggregator has a pending operation and cannot be updated.
400AggregatorNameDuplicatedThe aggregator name is duplicated.The aggregator name is duplicated.
400DefaultAggregatorDeleteNotSupportThe default aggregator cannot be deleted.The default aggregator cannot be deleted.
400Invalid.AggregatorId.ValueThe specified AggregatorId is invalid.The specified aggregator ID does not exist or you are not authorized to use the aggregator.
400Invalid.AccountType.ValueThe specified AccountType is invalid.The specified account type is invalid.
400Invalid.AggregatorAccounts.ValueThe specified AggregatorAccounts is invalid.The specified AggregatorAccounts is invalid.
403AggregatorMemberNoPermissionThe aggregator member is not authorized to perform the operation.The aggregator member is not authorized to perform the operation.
404AccountNotExistedYour account does not exist.The specified account does not exist.
503ServiceUnavailableThe request has failed due to a temporary failure of the server.The request has failed due to a temporary failure of the server.

For a list of error codes, visit the Service error codes.