名称: AddTags
使用场景: 调用 AddTags,为火山引擎账户添加 tags。
前置条件: 已使用账号登录火山引擎。
RequestParam:
TOP公共参数:
Action=AddTags
Version=2022-06-30
Region=cn-beijing
其他参数(Header或Path均可):
Header: Cluster-ID
Path: ClusterId
POST:
名称 | 类型 | 必填 | 描述 | 示例 |
---|---|---|---|---|
AccountId | Long | Y | 火山引擎账户 id | 210000xxxx |
Tags | Map | Y | 需要添加的 tags | {"key": value} |
名称 | 类型 | 描述 | 示例 |
---|---|---|---|
Result | Boolean | 添加 tags 的返回结果 | true |
{ "ResponseMetadata": { "RequestId": "20211230204359010225243125031Bxxxx", "Action": "AddTags", "Version": "2022-06-30", "Service": "emr", "Region": "cn-guilin-boe", "Error": null }, "Result": true }