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

TagResources - 為云資源創建并綁定標簽

為指定的多個云產品的多個云資源統一創建并綁定標簽。

接口說明

標簽是云資源的標識,可以幫助您從不同維度對具有相同特征的云資源進行分類、搜索和聚合,讓資源管理變得更加輕松。更多信息,請參見標簽概述

支持標簽的云服務,請參見支持標簽的云服務

調試

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

授權信息

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

  • 操作:是指具體的權限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權的操作,用全部資源表示。
  • 條件關鍵字:是指云產品自身定義的條件關鍵字。
  • 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作訪問級別資源類型條件關鍵字關聯操作
tag:TagResourcesupdate
*全部資源
*
  • *:TagResources
  • vod:TagVodResources
  • dcdn:TagDcdnResources
  • ecs:AddTags
  • rds:AddTagsToResource
  • slb:AddTags
  • oss:PutBucketTagging
  • live:TagLiveResources

請求參數

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

地域 ID。取值:

  • 對于中心化部署的云服務,您可以填寫通用地域cn-hangzhou,或者參照標簽支持的中心化云服務的對應地域填寫資源對應的地域 ID。
  • 對于非中心化部署的云服務,您需要填寫資源所屬的地域 ID。
cn-hangzhou
Tagsstring

標簽鍵和標簽值。鍵值對取值范圍:1~10。

如果指定多個標簽,則會為指定資源同時創建并綁定該多個標簽。

約束如下:

  • 標簽鍵長度范圍:1~128 個字符。
  • 標簽值長度范圍:1~128 個字符。
  • 區分大小寫。
  • 同一個資源上的同一個標簽鍵只能對應一個標簽值。如果您嘗試添加已有標簽鍵,則對應的標簽值會更新為新值。
{"k1":"v1","k2":"v2"}
ResourceARNarray

資源 ARN(Aliyun Resource Name)。

string

資源 ARN(Aliyun Resource Name)。

N 的取值范圍:1~50。

資源 ARN 的格式:arn:acs:${ProductCode}:${Region}:${Account}:${ResourceType}/${ResourceId}。各字段含義如下:

  • ProductCode:云服務 code。從 ListSupportResourceTypes 返回參數中獲取。
  • Region:資源所屬的地域 ID。支持使用星號(*)表示當前地域。
  • Account:資源所屬的阿里云賬號(主賬號)ID。支持使用星號(*)表示當前登錄的阿里云賬號(主賬號)。
  • ResourceType:資源類型。從 ListSupportResourceTypes 返回參數中獲取。
  • ResourceId:資源 ID。
說明 ResourceARN 支持傳遞資源組、操作審計和資源管理的ProductCodeResourceType
arn:acs:vpc:cn-hangzhou:123456789****:vpc/vpc-bp19dd90tkt6tz7wu****

關于公共請求參數的詳情,請參見公共參數

返回參數

名稱類型描述示例值
object

返回參數。

RequestIdstring

請求 ID。

72086426-9F8C-4A60-852B-864048FD1199
FailedResourcesarray<object>

失敗資源信息。

說明
  • 創建并綁定標簽成功時,返回的FailedResources為空。
  • 創建并綁定標簽失敗或部分失敗時,返回的FailedResources會顯示失敗資源的詳細信息。
  • FailedResourceobject

    失敗資源信息。

    ResourceARNstring

    失敗資源 ARN。

    arn:acs:vpc:cn-hangzhou:123456789****:vpc/vpc-bp19dd90tkt6tz7wu****
    Resultobject

    錯誤結果。

    Codestring

    錯誤碼。

    InvalidResourceId.NotFound
    Messagestring

    錯誤信息。

    The specified ResourceIds are not found in our records.

    示例

    正常返回示例

    JSON格式

    {
      "RequestId": "72086426-9F8C-4A60-852B-864048FD1199",
      "FailedResources": {
        "FailedResource": [
          {
            "ResourceARN": "arn:acs:vpc:cn-hangzhou:123456789****:vpc/vpc-bp19dd90tkt6tz7wu****",
            "Result": {
              "Code": "InvalidResourceId.NotFound",
              "Message": "The specified ResourceIds are not found in our records."
            }
          }
        ]
      }
    }

    錯誤碼

    HTTP status code錯誤碼錯誤信息描述
    400InvalidResourceARN.RegionThe Region specified in the ResourceARN parameter does not match the RegionId parameter, specifically: %s.ResourceARN中的Region與參數RegionId不匹配,它們分別是:%s
    400InvalidResourceARN.AccountThe Account specified in the ResourceARN parameter does not match the actual account, specifically: %s.ResourceARN中的Account與實際用戶不吻合,分別是:%s
    400InvalidResourceARN.FormatErrorThe format of parameter ResourceARN: %s is not valid, for the correct format, you can refer to the Recommend.ResourceARN的格式不符合規范,正確的格式請參考錯誤診斷。
    400InvalidParameter.ResourceTypeThe parameter resource type: %s in ResourceARN is not valid or not support.在ResourceARN中的ResourceType:%s 不合法或不被支持。
    400InvalidParameter.ServiceCodeThe parameter service code: %s in ResourceARN is not valid or not support.ResourceARN中的ServiceCode:%s 不合法或未被支持。
    400InvalidParameter.TagKeyThe TagKey parameter is invalid. The following TagKeys are invalid: %s.參數中存在不合法的標簽鍵,不合法的標簽鍵如下:%s
    400InvalidParameter.TagValueThe TagValue parameter is invalid. The following TagValues are invalid: %s.參數中包含不合法的標簽值,不合法的標簽值如下:%s
    400InvalidParameter.TagsThe Tags parameter cannot be empty, and JSON parsing should adhere to the format of a Map.-
    403Duplicate.TagKeyThe Tag.N.Key contains duplicate keys.參數包含重復標簽鍵。
    403InvalidParameter.CategoryThe specified Category is invalid. Valid values are Custom and System.標簽類型非法,合法值為Custom,System。
    403MissingParameter.CreatebyYou must specify Createby.操作者參數不可為空。
    403MissingParameter.ResourceIdsYou must specify ResourceIds.資源列表參數不可為空。
    403NoPermission.OperatorThe user is not authorized to operate on the specified resource.該用戶沒有權限操作。
    403NoPermissionKey.CategorySome keys cannot be modified because the user does not have permission.某些key的標簽類型沒有操作權限。
    403NoPermissionKey.OperatorYou are not authorized to operate the tag key.該用戶沒有操作此標簽鍵權限。
    403NumberExceed.ResourceIdsThe maximum number of ResourceIds is exceeded.資源列表參數數量超限。
    403NumberExceed.TagsThe maximum number of Tags is exceeded.標簽參數數量超限。
    403QuotaExceed.TagsPerResourceThe maximum number of tags for each resource is exceeded.每個資源上的標簽數量有限制,目前有資源已經超限。
    404Missing.TagKeyTag.N.Value has been specified and you must specify Tag.N.Key.一對鍵值對,對應的TagValue缺失相同N的TagKey。
    404MissingParameter.AliUidYou must specify AliUid.缺失用戶UID參數。
    404MissingParameter.BidYou must specify Bid.bid參數不可為空。
    404MissingParameter.TagKeyYou must specify TagKey.標簽鍵參數不可為空。

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

    變更歷史

    變更時間變更內容概要操作
    2024-02-27OpenAPI 錯誤碼發生變更查看變更詳情