为资源实例绑定资源标签。
接口说明
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
下表是API对应的授权信息,可以在RAM权限策略语句的Action
元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:
- 操作:是指具体的权限点。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|
vpc:TagResources | update |
|
| 无 |
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 资源所属的地域 ID。 | cn-beijing |
ResourceId | array | 是 | 资源 ID 列表。 | |
ResourceId | string | 是 | 资源 ID。最多支持输入 20 个资源 ID。 说明
调用该 API 时,ResourceId.N 参数必须输入。
| ipam-uq5dcfc2eqhpf4**** |
ResourceType | string | 是 | 资源类型。取值:
| IPAM |
Tag | array<object> | 是 | 标签列表。 | |
Tag | object | 是 | 标签列表。 | |
Key | string | 否 | 资源的标签键。最多支持输入 20 个标签键。一旦传入该值,则不允许为空字符串。 最多支持 64 个字符,必须以字母或中文开头,可包含数字、半角句号(.)、下划线(_)和短划线(-),不能以 | FinanceDept |
Value | string | 否 | 资源的标签值。最多支持输入 20 个标签值。一旦传入该值,可以为空字符串。 最多支持 128 个字符,不能包含 | FinanceJoshua |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "BF872550-9700-52FD-839C-4D3F05543FA8"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | MissingParameter.ResourceIds | The input parameter ResourceIds that is mandatory for processing this request is not supplied. | 参数ResourceIds未传入。 |
400 | MissingParameter.ResourceType | The input parameter ResourceType that is mandatory for processing this request is not supplied. | 参数ResourceType未传入。 |
400 | MissingParameter.TagKey | The input parameter TagKey that is mandatory for processing this request is not supplied. | 参数TagKey未传入。 |
400 | MissingParameter.Tags | The input parameter Tags that is mandatory for processing this request is not supplied. | 参数Tags未传入。 |
400 | MissingParameter.TagValue | The input parameter TagValue that is mandatory for processing this request is not supplied. | 参数TagValue未传入。 |
400 | IllegalParamSize.ResourceIds | The number of Param ResourceIds exceeded the limit. | 传入的ResourceIds参数超过数量限制。 |
400 | IllegalParamSize.Tags | The number of Parameter Tags exceeded the limit. | 传入的Tags参数超过数量限制。 |
400 | DuplicatedParam.TagKey | TagKey duplicate. | TagKey参数重复。 |
400 | ResourceNotFound.Ipam | The specified resource of ipam is not found. | 输入的IPAM不存在。 |
400 | ResourceNotFound.IpamScope | The specified resource of IPAM scope is not found. | 输入的IPAM作用范围不存在。 |
400 | IllegalParam.TagKey | The input parameter TagKey is invalid. | 参数TagKey非法。 |
404 | ResourceNotFound.IpamPool | The dependent IPAM pool is not found. | 依赖资源IPAM Pool不存在。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2024-09-12 | OpenAPI 错误码发生变更 | 查看变更详情 |