为资源解绑资源标签。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
vpc:UntagResources |
update |
Ipam
IpamPool
IpamScope
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RegionId |
string |
是 |
资源的地域 ID。 |
cn-hangzhou |
| ResourceId |
array |
是 |
资源 ID 列表。 |
|
|
string |
否 |
资源 ID。最多支持解绑 20 个资源 ID。 |
ipam-uq5dcfc2eqhpf4**** |
|
| ResourceType |
string |
是 |
资源类型。取值:
|
IPAM |
| TagKey |
array |
否 |
要解绑的标签键列表。 |
|
|
string |
否 |
要解绑的标签键。最多支持输入 20 个标签键。一旦传入该值,可以为空字符串。 一个标签键最多支持 64 个字符,必须以字母或中文开头,可包含数字、半角句号(.)、下划线(_)和短划线(-),不能以 |
FinanceDept |
|
| All |
boolean |
否 |
是否解绑资源的所有标签。取值:
|
false |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
返回的信息列表。 |
||
| RequestId |
string |
请求 ID。 |
44C884BD-2D56-5637-A523-1FA920A01E7D |
示例
正常返回示例
JSON格式
{
"RequestId": "44C884BD-2D56-5637-A523-1FA920A01E7D"
}
错误码
|
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 | IllegalParamSize.ResourceIds | The number of Param ResourceIds exceeded the limit. | 传入的ResourceIds参数超过数量限制。 |
| 400 | IllegalParamSize.Tags | The number of Parameter Tags exceeded the limit. | 传入的Tags参数超过数量限制。 |
| 400 | IllegalParam.ResourceType | The input parameter ResourceType is invalid. | 参数ResourceType非法。 |
| 400 | MissingParameter.Tags | The input parameter Tags that is mandatory for processing this request is not supplied. | 参数Tags未传入。 |
| 400 | IllegalParam.TagKey | The input parameter TagKey is invalid. | 参数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 | DuplicatedParam.ResourceIds | The parameter of ResourceIds contains duplicate values. | |
| 404 | ResourceNotFound.IpamPool | The dependent IPAM pool is not found. | 依赖资源IPAM Pool不存在。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。