調用UntagResources為指定的ECS資源列表統一解綁標簽。解綁后,如果該標簽沒有綁定其他任何資源,會被自動刪除。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀?。≧ead)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
ecs:UntagResources | delete | *全部資源 * |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 資源所屬的地域 ID。您可以調用 DescribeRegions 查看最新的阿里云地域列表。 | cn-hangzhou |
ResourceType | string | 是 | 資源類型定義。取值范圍:
| instance |
All | boolean | 否 | 是否解綁資源上全部的標簽。當請求中未設置 TagKey.N 時,該參數才有效。取值范圍:
默認值:false | false |
ResourceId | array | 是 | 資源 ID 列表??奢斎胱疃?50 個資源 ID。 | |
string | 是 | 資源 ID。 | i-bp67acfmxazb4ph**** | |
TagKey | array | 否 | 資源的標簽鍵列表??奢斎胱疃?20 個標簽鍵。 | |
string | 否 | 資源的標簽鍵。 | TestKey |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "C46FF5A8-C5F0-4024-8262-B16B639225A0"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | NumberExceed.ResourceIds | The ResourceIds parameter's number is exceed , Valid : 50 | - |
400 | NumberExceed.Tags | The Tags parameter's number is exceed , Valid : 20 | - |
400 | Duplicate.TagKey | The Tag.N.Key contain duplicate key. | 標簽中存在重復的鍵,請保持鍵的唯一性。 |
400 | InvalidTagKey.Malformed | The specified Tag.n.Key is not valid. | 指定的標簽鍵參數有誤。 |
400 | InvalidTagValue.Malformed | The specified Tag.n.Value is not valid. | 指定的標簽值參數有誤。 |
400 | OperationDenied.QuotaExceed | The quota of tags on resource is beyond permitted range. | 資源標簽已達上限。 |
400 | InvalidTag.Mismatch | The specified Tag.n.Key and Tag.n.Value are not match. | 指定的 Tag.N.Key 和 Tag.N.Value 不匹配。 |
400 | InvalidTagCount | The specified tags are beyond the permitted range. | 指定的標記超出取值范圍。 |
400 | Invalid.Scope | The specified scope is invalid. | 可見范圍參數無效。 |
403 | PermissionDenied.TagOwnerBid | The specified operator not have permission to set TagOwnerBid value. | - |
403 | PermissionDenied.TagOwnerUid | The specified operator not have permission to set TagOwnerUid value. | 無權設置標簽歸屬者。 |
403 | PermissionDenied.Scope | The specified operator not have permission to set Scope value. | 指定的操作員無權設置范圍值。 |
403 | InvalidResourceId.NotSupported | The specified ResourceId does not support tagging. | 指定的資源 ID 不支持標記。 |
403 | NoPermissionKey.Scope | %s | - |
403 | NoPermission.Tag | The operator is not permission for the tag. | 您沒有操作該資源標簽的權限。 |
403 | Param.Conflict | The specified all is true, but the specified TagKey.N is not empty. | - |
404 | InvalidRegionId.NotFound | The RegionId provided does not exist in our records. | 提供的RegionId不存在 |
404 | InvalidRegionId.NotFound | %s | 提供的地域 ID 不存在。 |
404 | MissingParameter.ResourceIds | The parameter - ResourceIds.N should not be null | - |
404 | MissingParameter.TagOwnerUid | The parameter - TagOwnerUid should not be null | 參數 TagOwnerUid 不能為空。 |
404 | MissingParameter.TagOwnerBid | The parameter - TagOwnerBid should not be null | 參數 TagOwnerBid 不能為空。 |
404 | MissingParameter.ResourceType | The parameter - ResourceType should not be null | - |
404 | MissingParameter.Tags | The parameter - Tags should not be null | 參數 Tags 不能為空。 |
404 | MissingParameter.RegionId | The parameter - RegionId should not be null | 參數 RegionId 不能為空。 |
404 | InvalidResourceId.NotFound | The specified ResourceIds are not found in our records. | 指定的資源不存在,請檢查參數 ResourceId 是否正確。 |
404 | InvalidResourceType.NotFound | The ResourceType provided does not exist in our records. | 指定的資源類型不存在。 |
404 | InvalidRegionId.NotFound | The specified RegionId does not exist. | 指定的地域 ID 不存在。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史