UpdateAggregator_配置审计_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

接口说明

本文将提供一个示例,在账号组ca-dacf86d8314e00eb****中添加一个成员,成员 ID 为173808452267****,成员名称为Tony,成员归属为ResourceDirectory

流控信息

请求速率为60/60(s)。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
config:UpdateAggregator
Update
Aggregator
acs:config:*:{#accountId}:aggregator/{#AggregatorId}

请求参数

字段名称字段详情
AggregatorIdstring

账号组 ID。展开详情

示例值:ca-dacf86d8314e00eb****参考取值来源:
    ListAggregators
    CreateAggregator
AggregatorNamestring

账号组名称。展开详情

示例值:Test_Group参考取值来源:
    GetAggregator
    CreateAggregator
    ListAggregators
Descriptionstring

账号组描述。展开详情

示例值:测试组
AggregatorAccountsarray<object>

账号组内的成员列表。展开详情

ClientTokenstring

保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken 只支持 ASCII 字符,且不能超过 64 个字符。

示例值:1594295238-f9361358-5843-4294-8d30-b5183fac****
Tagarray<object>

资源的标签。展开详情

子级条数 <= 21

请求说明

关于公共请求参数的详情,请参见公共参数

返回参数

字段名称字段详情
RequestIdstring

请求 ID。

示例值:8195B664-9565-4685-89AC-8B5F04B44B92
AggregatorIdstring

账号组 ID。

示例值:ca-dacf86d8314e00eb****

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
Invalid.AggregatorAccounts.Empty
You must specify AggregatorAccounts.诊断
400
AggregatorAccountExceedMaxCount
The maximum number of aggregator account is exceeded.诊断
400
AggregatorAccountListDuplicated
The aggregator account list is duplicated.诊断
400
AggregatorAccountListItemDuplicated
The aggregator account list item is duplicated.诊断
400
AggregatorAlreadyPending
The aggregator has a pending operation and cannot be updated.诊断
400
AggregatorNameDuplicated
The aggregator name is duplicated.诊断
400
DefaultAggregatorDeleteNotSupport
The default aggregator cannot be deleted.诊断
400
Invalid.AggregatorId.Value
The specified AggregatorId is invalid.诊断
400
Invalid.AccountType.Value
The specified AccountType is invalid.诊断
400
Invalid.AggregatorAccounts.Value
The specified AggregatorAccounts is invalid.诊断
403
AggregatorMemberNoPermission
The aggregator member is not authorized to perform the operation.诊断
404
AccountNotExisted
Your account does not exist.诊断
503
ServiceUnavailable
The request has failed due to a temporary failure of the server.诊断

变更历史

变更时间变更内容概要操作
2025-01-21
新增请求参数Tag

相关示例

更新账号组
2021-12-15