调用 TagResources 接口,为资源添加用户标签。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | TagResources | 要执行的操作,取值为TagResources。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
ResourceType | String | 是 | clb | 资源的类型,取值如下:
|
ResourceIds.N | String | 是 | ResourceIds.1=clb-273sdsdsxxxxxp8u2j****&ResourceIds.2=clb-2fe6fszjgeznk5oxruv0u**** | 资源的ID。
|
Tags.N.Key | String | 是 | Tags.1.Key=k1&Tags.2.Key=k2 | 用户标签的标签键。
|
Tags.N.Value | String | 否 | Tags.1.Value=v1&Tags.2.Value=v2 | 用户标签的标签值。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=TagResources&Version=2020-04-01&ResourceType=clb&ResourceIds.1=clb-273sdsdsxxxxxp8u2j****&ResourceIds.2=clb-2fe6fszjgeznk5oxruv0u****&Tags.1.Key=k1&Tags.2.Key=k2&Tags.1.Value=v1&Tags.2.Value=v2 HTTP/1.1 Host: open.volcengineapi.com ServiceName: clb Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "TagResources", "Version": "2020-04-01", "Service": "clb", "Region": "cn-beijing" }, "Result": { "RequestId": "2021062415303301022514515207C4****" } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidIncorrectOrder.Malformed | The specified index order is malformed. | 指定的索引顺序参数格式不合法。 |
400 | InvalidResourceType.Malformed | The specified ResourceType is malformed. | 指定的 ResourceType 参数格式不合法。 |
400 | InvalidTagKey.Malformed | The specified TagKey is malformed. | 指定的 TagKey 参数格式不合法。 |
400 | InvalidTagValue.Malformed | The specified TagValue is malformed. | 指定的 TagValue 参数格式不合法。 |
400 | LimitExceeded.Resource | You've reached the limit on the number of resources that you can operate at a time. | 已达到单次可操作资源数量的上限。 |
400 | LimitExceeded.ServiceManagedTag | You've reached the limit on the number of service managed tags that you can create. | 已达到单次可创建受管资源标签键值数量的上限。 |
400 | LimitExceeded.TagOperation | You've reached the limit on the number of tags that you can operate at a time. | 已达到单次可操作的标签条目数量上限。 |
400 | QuotaExceeded.ResourceCustomTags | You've reached the limit on the number of resource tags that you can create. | 已达到单个资源可创建用户标签的数量的配额上限。 |
400 | QuotaExceeded.ResourceSystemTags | You've reached the limit on the number of system tags that you can create. | 已达到单个资源可创建系统标签的数量的配额上限。 |
403 | Forbidden | You are not authorized to perform operations on the service managed tag. | 无权限对指定资源打上受管标签。 |
403 | InvalidResourceType.ServcieManaged | The specified ResourceType is managed by a service. | 指定的资源是服务托管资源。 |
404 | InvalidResource.NotFound | The specified resource does not exist. | 指定的资源不存在。 |