調(diào)用UntagResourcesForExpressConnect接口為高速通道指定的資源列表統(tǒng)一解綁標(biāo)簽。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
下表是API對(duì)應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語(yǔ)句的Action
元素中使用,用來(lái)給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說(shuō)明如下:
- 操作:是指具體的權(quán)限點(diǎn)。
- 訪問(wèn)級(jí)別:是指每個(gè)操作的訪問(wèn)級(jí)別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權(quán)的資源類型。具體說(shuō)明如下:
- 對(duì)于必選的資源類型,用背景高亮的方式表示。
- 對(duì)于不支持資源級(jí)授權(quán)的操作,用
全部資源
表示。
- 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
- 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作 | 訪問(wèn)級(jí)別 | 資源類型 | 條件關(guān)鍵字 | 關(guān)聯(lián)操作 |
---|---|---|---|---|
vpc:UntagResourcesForExpressConnect | update | *PhysicalConnection acs:vpc:{#regionId}:{#accountId}:physicalconnection/{#PhysicalConnectionId} *VirtualBorderRouter acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VbrId} *RouterInterface acs:vpc:{#regionId}:{#accountId}:routerinterface/{#RouterInterfaceId} |
| 無(wú) |
請(qǐng)求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ResourceType | string | 是 | 資源類型。取值:
| PHYSICALCONNECTION |
RegionId | string | 是 | 資源所屬的地域 ID。 您可以通過(guò)調(diào)用 DescribeRegions 接口獲取地域 ID。 | cn-hangzhou |
All | boolean | 否 | 是否解綁資源的所有標(biāo)簽。取值:
| false |
ResourceId | array | 是 | 資源 ID 列表。 | |
string | 是 | 資源 ID。最多支持輸入 20 個(gè)資源 ID。 | pc-bp16qjewdsunr41m1**** | |
TagKey | array | 否 | 資源的標(biāo)簽列表。 | |
string | 否 | 資源的標(biāo)簽鍵。最多支持輸入 20 個(gè)標(biāo)簽鍵。如需傳入該值,則不能輸入空字符串。 最多支持 128 個(gè)字符,不能以 | FinanceDept |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"RequestId": "DE65F6B7-7566-4802-9007-96F2494AC512"
}
錯(cuò)誤碼
HTTP status code | 錯(cuò)誤碼 | 錯(cuò)誤信息 | 描述 |
---|---|---|---|
400 | InvalidTagKey | The tag keys are not valid. | 無(wú)效的標(biāo)簽索引 |
400 | InvalidTagValue | The tag values are not valid. | 無(wú)效的標(biāo)簽值 |
400 | InvalidInstanceType.NotFound | The instance type is not found | 實(shí)例類型沒有找到 |
400 | InvalidInstanceIds.NotFound | The instanceIds are not found | 實(shí)例ID沒有找到 |
400 | Forbidden.TagKeys | The request do not allow to operate the tag keys | 沒有權(quán)限操作TagKeys |
400 | QuotaExceeded.TagNum | Custom Tags quota exceeded | quota超限 |
400 | Forbidden.TagKey.Duplicated | The specified tag key already exists. | 標(biāo)簽資源重復(fù) |
400 | SizeLimitExceeded.TagNum | The maximum number of tags is exceeded. | 標(biāo)簽數(shù)量超限 |
400 | SizeLimitExceeded.ResourceId | The maximum number of resource IDs is exceeded. | 資源組ID數(shù)目超限 |
403 | Forbidden | User not authorized to operate on the specified resource. | 您沒有權(quán)限操作指定資源,請(qǐng)申請(qǐng)權(quán)限后再操作。 |
訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。
變更歷史
變更時(shí)間 | 變更內(nèi)容概要 | 操作 |
---|---|---|
2023-09-11 | OpenAPI 描述信息更新、OpenAPI 錯(cuò)誤碼發(fā)生變更 | 查看變更詳情 |