為指定的EAIS資源列表統一創建并綁定標簽。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 資源所屬的地域 ID。您可以調用 DescribeRegions 查看最新的阿里云地域列表。 | cn-hangzhou |
ResourceType | string | 是 | 資源類型定義。目前取值僅支持 | instance |
ResourceId | array | 是 | 資源 ID,最多 50 個子項。 | |
string | 是 | 資源 ID。 | eais-hzgv8uxixkho5b3w**** | |
Tag | array<object> | 是 | 標簽列表,最多包含 20 個子項。 | |
object | 是 | 標簽對象。 | ||
Key | string | 否 | 標簽鍵。限制:
| TestKey |
Value | string | 否 | 標簽值。限制:
| TestValue |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | NumberExceed.ResourceIds | The maximum number of ResourceIds is exceeded. The maximum is 50. | 傳入的資源ID數量達到上限,最多支持50個。 |
400 | MissingParameter.ResourceIds | You must specify ResourceIds. | ResourceId不能為空。 |
400 | Duplicate.ResourceId | The request contains duplicated ResourceId. | ResourceId不能重復。 |
400 | NumberExceed.Tags | The maximum number of Tags is exceeded. The maximum is 20. | 傳入的Tag數量達到上限,最多支持20個。 |
400 | Duplicate.TagKey | The Tag.N.Key contains a duplicated key. | 傳入的TagKey重復。 |
400 | InvalidResourceId.NotFound | The ResourceId does not exist. | ResourceId不存在。 |
400 | InvalidParameter.TagKey | The specified Tag.n.Key is invalid. | TagKey為非法值。 |
400 | InvalidParameter.TagValue | The specified Tag.n.Value is invalid. | TagValue為非法值。 |
400 | CustomTag.NumberExceed | The maximum number of system tags for each resource is 20. | 每個資源最多允許綁定20個用戶標簽。 |
403 | OperationDenied.KeyValueNotNull | The key value cannot be null. | 標簽值不能為空。 |
訪問錯誤中心查看更多錯誤碼。