給資源打標簽。當前支持實例 Instance 資源。
接口說明
單個實例最多可綁定 20 條標簽。綁定標簽前,阿里云會校驗資源已有標簽數量,超過限制值會返回報錯信息。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
cr:TagResources | *Instance acs:cr:{#regionId}:{#accountId}:instance/{#InstanceId} |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ResourceType | string | 是 | 資源類型。當前支持實例 Instance 資源。 | Instance |
ResourceId | array | 是 | 資源 ID。最多支持添加 20 個資源。 | |
string | 是 | 資源 ID。 | cri-1lg7vtctpqdn**** | |
RegionId | string | 是 | 地域 ID。 | cn-hangzhou |
Tag | array<object> | 是 | 標簽列表。 | |
object | 是 | 標簽列表。 | ||
Key | string | 否 | 資源的標簽鍵。最多支持輸入 20 個標簽鍵。如需傳入該值,則不能輸入空字符串。 一個標簽鍵最多支持 128 個字符,不能以 aliyun 和 acs:開頭,不能包含 http://或者 https://。 | test-key |
Value | string | 否 | 資源的標簽值。最多支持輸入 20 個標簽值。如需傳入該值,可以輸入空字符串。 最多支持 128 個字符,不能以 aliyun 和 acs:開頭,不能包含 http://或者 https://。 | test-val |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "E9A586D0-3977-5C28-A44D-55D3A9CD53CC"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | SystemError | A system error occurred while processing your request | 系統異常。 |
400 | InvalidParameter.ResourceId | The ResourceId parameter is invalid. | - |
400 | InvalidResourceId.NotFound | The specified ResourceIds are not found in our records. | - |
400 | NumberExceed.ResourceIds | The maximum number of ResourceIds is exceeded. | - |
400 | InvalidParameter.RegionId | The RegionId parameter is invalid. | - |
400 | InvalidParameter.ResourceType | The ResourceType parameter is invalid. | - |
400 | MissingParameter.ResourceIds | You must specify ResourceId.N. | - |
400 | MissingParameter.ResourceType | You must specify ResourceType. | - |
400 | MissingParameter.Tags | You must specify Tags. | - |
400 | MissingParameter.TagKey | You must specify Tag.N.Key. | - |
400 | MissingParameter.TagValue | You must specify Tag.N.Value. | - |
400 | InvalidParameter.TagKey | The Tag.N.Key parameter is invalid. | - |
400 | InvalidParameter.TagValue | The Tag.N.Value parameter is invalid. | - |
400 | NumberExceed.Tags | The maximum number of Tags is exceeded. | - |
400 | QuotaExceed.TagsPerResource | The maximum number of tags for each resource is exceeded. | - |
400 | Duplicate.TagKey | The Tag.N.Key contains duplicate keys. | - |
403 | NoPermission | The operator is not permission for this operate | - |
500 | InvalidOperation.ConcurrentModification | The resource is modified concurrently. | - |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2024-04-01 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |