解绑资源标签信息。
调用该 API 时的请求参数如下,除此之外还需传入公共请求参数。公共请求参数说明,请参见 公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | UntagResources | 接口名称。当前 API 的名称为 UntagResources 。 |
Version | String | 是 | 2022-05-12 | 接口版本。当前 API 的版本为 2022-05-12 。 |
ResourceType | String | 是 | Cluster | 待解绑标签的资源类型。容器服务当前仅支持如下两种资源标签:
|
ResourceIds | Array of String | 是 | ["cc9q8pbfqtofn8jxxxx"] | 资源 ID 列表,即集群 ID 列表或节点池 ID 列表。 注意
|
TagKeys | Array of String | 是 | ["key"] | 待解绑的标签键列表。 |
POST https://open.volcengineapi.com/?Action=UntagResources&Version=2022-05-12 HTTP/1.1 Content-Type:application/json { "ResourceType": "Cluster", "ResourceIds": [ "cc5silumrsfeq****" ], "TagKeys": [ "key1", "key2" ] }
本接口无专有返回参数,公共返回参数请参见 返回结果。
HTTP/1.1 200 OK Content-Type:application/json { "ResponseMetadata": { "RequestId": "0216353****", "Action": "UntagResources", "Version": "2022-05-12", "Service": "vke", "Region": "cn-beijing" }, "Result": {} }
本接口无专有错误码,公共错误码请参见 公共错误码。