日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

TagResources - 為指定的ECS資源列表統一創建并綁定標簽

調用TagResources為指定的ECS資源列表統一創建并綁定標簽。

接口說明

綁定標簽前,阿里云會校驗資源已有標簽數量。超過限制值后返回報錯信息。更多詳情,請參見使用限制

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

下表是API對應的授權信息,可以在RAM權限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:

  • 操作:是指具體的權限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權的操作,用全部資源表示。
  • 條件關鍵字:是指云產品自身定義的條件關鍵字。
  • 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作訪問級別資源類型條件關鍵字關聯操作
ecs:TagResourcescreate
*DedicatedHost
acs:ecs:{#regionId}:{#accountId}:ddh/{#ddhId}
*Disk
acs:ecs:{#regionId}:{#accountId}:disk/{#diskId}
*NetworkInterface
acs:ecs:{#regionId}:{#accountId}:eni/{#eniId}
*Image
acs:ecs:{#regionId}:{#accountId}:image/{#imageId}
*Instance
acs:ecs:{#regionId}:{#accountId}:instance/{#instanceId}
*KeyPair
acs:ecs:{#regionId}:{#accountId}:keypair/{#keypairId}
*LaunchTemplate
acs:ecs:{#regionId}:{#accountId}:launchtemplate/{#launchtemplateId}
*ReservedInstance
acs:ecs:{#regionId}:{#accountId}:reservedinstance/{#reservedinstanceId}
*SecurityGroup
acs:ecs:{#regionId}:{#accountId}:securitygroup/{#securitygroupId}
*Snapshot
acs:ecs:{#regionId}:{#accountId}:snapshot/{#snapshotId}
*AutoSnapshotPolicy
acs:ecs:{#regionId}:{#accountId}:snapshotpolicy/{#SnapshotPolicyId}

請求參數

名稱類型必填描述示例值
RegionIdstring

資源所屬的地域 ID。您可以調用 DescribeRegions 查看最新的阿里云地域列表。

cn-hangzhou
ResourceTypestring

資源類型定義。取值范圍:

  • instance:ECS 實例。
  • disk:磁盤。
  • snapshot:快照。
  • image:鏡像。
  • securitygroup:安全組。
  • volume:存儲卷。
  • eni:彈性網卡。
  • ddh:專有宿主機。
  • ddhcluster:專有宿主機集群。
  • keypair:SSH 密鑰對。
  • launchtemplate:啟動模板。
  • reservedinstance:預留實例券。
  • snapshotpolicy:自動快照策略。
  • elasticityassurance:彈性保障。
  • capacityreservation:容量預定。
  • command:云助手命令。
  • invocation:云助手命令執行結果。
instance
ResourceIdarray

資源 ID。N 的取值范圍為:1~50

string

資源 ID。N 的取值范圍為:1~50

r-XXX
Tagarray<object>

標簽列表。

object
Keystring

資源的標簽鍵。N 的取值范圍:1~20。一旦傳入該值,則不允許為空字符串。最多支持 128 個字符,不能以aliyunacs:開頭,不能包含http://或者https://

TestKey
Valuestring

資源的標簽值。N 的取值范圍:1~20。一旦傳入該值,可以為空字符串。最多支持 128 個字符,不能以acs:開頭,不能包含http://或者https://

TestValue

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID。

473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

示例

正常返回示例

JSON格式

{
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400NumberExceed.ResourceIdsThe ResourceIds parameter's number is exceed , Valid : 50.-
400NumberExceed.TagsThe Tags parameter's number is exceed , Valid : 20.-
400Duplicate.TagKeyThe Tag.N.Key contain duplicate key.標簽中存在重復的鍵,請保持鍵的唯一性。
400InvalidTagKey.MalformedThe specified Tag.n.Key is not valid.指定的標簽鍵參數有誤。
400InvalidTagValue.MalformedThe specified Tag.n.Value is not valid.指定的標簽值參數有誤。
400OperationDenied.QuotaExceedThe quota of tags on resource is beyond permitted range.資源標簽已達上限。
400InvalidTag.MismatchThe specified Tag.n.Key and Tag.n.Value are not match.指定的 Tag.N.Key 和 Tag.N.Value 不匹配。
400InvalidTagCountThe specified tags are beyond the permitted range.指定的標記超出取值范圍。
400Invalid.ScopeThe specified scope is invalid.可見范圍參數無效。
403PermissionDenied.TagOwnerBidThe specified operator not have permission to set TagOwnerBid value.-
403PermissionDenied.TagOwnerUidThe specified operator not have permission to set TagOwnerUid value.無權設置標簽歸屬者。
403PermissionDenied.ScopeThe specified operator not have permission to set Scope value.指定的操作員無權設置范圍值。
403InvalidResourceId.NotSupportedThe specified ResourceId does not support tagging.指定的資源 ID 不支持標記。
403NoPermissionKey.Scope%s-
403NoPermission.TagThe operator is not permission for the tag.您沒有操作該資源標簽的權限。
403QuotaExceed.Tags%s標簽數超過可以配置的最大數量。%s為變量,將根據調用API的實際情況動態返回錯誤信息。
403TagKey.DuplicationThe TagKey has duplication with others, case-insensitive.-
404InvalidRegionId.NotFoundThe RegionId provided does not exist in our records.提供的RegionId不存在
404InvalidRegionId.NotFound%s提供的地域 ID 不存在。
404MissingParameter.ResourceIdsThe parameter - ResourceIds.N should not be null.-
404MissingParameter.TagOwnerUidThe parameter - TagOwnerUid should not be null.-
404MissingParameter.TagOwnerBidThe parameter - TagOwnerBid should not be null.-
404MissingParameter.ResourceTypeThe parameter - ResourceType should not be null.參數ResourceType不能為空。
404MissingParameter.TagsThe parameter - Tags should not be null.-
404MissingParameter.RegionIdThe parameter - RegionId should not be null.-
404InvalidResourceId.NotFoundThe specified ResourceIds are not found in our records.指定的資源不存在,請檢查參數 ResourceId 是否正確。
404InvalidResourceType.NotFoundThe ResourceType provided does not exist in our records.指定的資源類型不存在。
404InvalidRegionId.NotFoundThe specified RegionId does not exist.指定的地域 ID 不存在。
500ServiceUnavailableThe service is unavailable, please try again later.服務暫時不可用,請稍候重試。

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
暫無變更歷史