You need to enable JavaScript to run this app.
导航
UntagResources - 资源取消标签
最近更新时间:2025.03.03 14:34:54首次发布时间:2023.08.28 16:18:12
我的收藏
有用
有用
无用
无用

删除伸缩组的用户标签。

调试

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

UntagResources

要执行的操作,取值:UntagResources。

Version
String

2020-01-01

API的版本,取值:2020-01-01。

ResourceIds.N
Array of String

scg-ybmssdnnhn5pkgyd****

资源ID。 您可以调用DescribeScalingGroups 接口查询伸缩组ID。

  • 参数 - N:表示资源的序号。取值:1~20。
ResourceType
String

scalinggroup

资源类型。取值:

  • scalinggroup:伸缩组。
TagKeys.N
Array of String

k1

用户标签的标签键。

  • 参数 - N:表示标签键的序号。取值:1~50。
  • 多个标签键之间用&分隔。

命名规则如下:

  • 不能以volc:sys:的任意大小写组合开头。

    说明

    volc:sys:开头为系统预留标签键,禁止创建。

  • 只能包含语言字符、数字、空格和英文符号“_”、“.”、“:”、“/”、“=”、“+”、“-”、“@”。
  • 长度限制在1~128个字符之间。

同一资源的标签键不允许重复。

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结构

参数
类型
示例值
描述
OperationDetails
Array of Object

--

Tag操作详情,详情为空表示成功。

请求示例

GET /?Action=UntagResources&ResourceIds.1=scg-ybmssdnnhn5pkgyd****&ResourceType=scalinggroup&TagKeys.1=k1&Version=2020-01-01 HTTP/1.1
Host: open.volcengineapi.com
X-Date: 20240507T113257Z
Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20240507/cn-beijing/auto_scaling/request, SignedHeaders=host;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f


返回示例

{
  "ResponseMetadata": {
    "RequestId": "2024050719330708921214609005A3D7",
    "Version": "2020-01-01",
    "Service": "auto_scaling",
    "Region": "cn-beijing"
  },
  "Result": {
    "OperationDetails": [
      {
        "ResourceId": "scg-ybmssdnnhn5pkgyd****",
        "Error": {
          "Code": "OperationDenied.ResourceLocked",
          "Message": "The specified operation is denied as your resource is locked for another operation."
        }
      }
    ]
  }
}

错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

状态码
错误码
错误信息
说明
400
InvalidTagValue.Malformed

The specified TagValue is malformed.

指定的标签值不合法。

400
InvalidTagKey.Malformed

The specified TagKey is malformed.

指定的标签键不合法。

400
MissingParameter.ResourceIds

The required parameter ResourceIds are not supplied.

资源ID不能为空。

400
LimitExceeded.ResourceIds

You've reached the limit on the number of ResourceIds that you can set.

已达到可设置的资源ID数量上限。

400
LimitExceeded.TagKeys

You've reached the limit on the number of tag keys that you can delete.

已达到可删除的标签键数量上限。

404
InvalidResourceType.NotFound

The specified ResourceType does not exist.

指定的资源类型不存在。

500
InternalError

An internal error has occurred.

内部错误,请重试。如果多次尝试失败,请提交工单。