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

GetMultiAccountResourceConfiguration - 查詢多賬號資源配置

查詢資源目錄管理賬號或成員的資源配置。

調試

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

授權信息

當前API暫無授權信息透出。

請求參數

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

資源目錄管理賬號 ID 或成員 ID。

1619302****
ResourceRegionIdstring

資源地域 ID。

cn-shanghai
ResourceTypestring

資源類型。

ACS::VPC::RouteTable
ResourceIdstring

資源 ID。

m-eb3hji****

返回參數

名稱類型描述示例值
object

返回參數。

AccountIdstring

資源目錄管理賬號 ID 或成員 ID。

1619302****
Configurationobject

資源配置詳情。

CreateTimestring

資源創建時間。

2023-02-14T03:12:11Z
ExpireTimestring

資源過期時間。

2023-09-18T07:04:21Z
IpAddressAttributesarray<object>

IP 地址屬性。

object

IP 地址屬性。

IpAddressstring

IP 地址。

172.27.199.42
NetworkTypestring

網絡類型,取值:

  • Public:公網。
  • Private:私網。
Public
Versionstring

IP 地址的版本。

Ipv4
IpAddressesarray

IP 地址。

說明 資源是否返回該參數,由所屬的云服務決定。
string

IP 地址。

說明 資源是否返回該參數,由所屬的云服務決定。
['192.168.1.2']
RegionIdstring

資源地域 ID。

cn-shanghai
RequestIdstring

請求 ID。

B2DCC08B-C12A-5705-879C-5A1450016156
ResourceGroupIdstring

資源組 ID。

rg-acfmzy6d****
ResourceIdstring

資源 ID。

m-eb3hji****
ResourceNamestring

資源名稱。

test_resource
ResourceTypestring

資源類型。

ACS::VPC::RouteTable
Tagsarray<object>

資源標簽。

object

資源標簽。

Keystring

標簽鍵。

tag-key
Valuestring

標簽值。

tag-value
ZoneIdstring

可用區 ID。

cn-shanghai-a

示例

正常返回示例

JSON格式

{
  "AccountId": "1619302****",
  "Configuration": {
    "test": "test",
    "test2": 1
  },
  "CreateTime": "2023-02-14T03:12:11Z",
  "ExpireTime": "2023-09-18T07:04:21Z",
  "IpAddressAttributes": [
    {
      "IpAddress": "172.27.199.42",
      "NetworkType": "Public",
      "Version": "Ipv4"
    }
  ],
  "IpAddresses": [
    "['192.168.1.2']"
  ],
  "RegionId": "cn-shanghai",
  "RequestId": "B2DCC08B-C12A-5705-879C-5A1450016156",
  "ResourceGroupId": "rg-acfmzy6d****",
  "ResourceId": "m-eb3hji****",
  "ResourceName": "test_resource",
  "ResourceType": "ACS::VPC::RouteTable",
  "Tags": [
    {
      "Key": "tag-key",
      "Value": "tag-value"
    }
  ],
  "ZoneId": "cn-shanghai-a"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400NoPermissionYou are not authorized to perform this operation.無操作權限。
400MultiAccountServiceNotEnabledMulti account ResourceCenter service is not enabled.多賬號資源中心服務未開通。
404NotExists.ResourceThe specified resource does not exist.指定資源不存在。
404NotExists.ResourceDirectoryThe resource directory for the account is not enabled.當前賬號未開通資源目錄。
409InvalidParameter.AccountIdThe specified parameter AccountId is not valid.參數 AccountId 不合法。
409InvalidParameter.ResourceTypeThe specified parameter ResourceType is not valid.參數 ResourceType 不合法。
409NoPermission.ResourceDirectory.MemberAccountResourceDirectory Member Account is not authorized to perform this operation.資源目錄成員賬號不能執行此操作,請使用管理賬號操作。

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

變更歷史

變更時間變更內容概要操作
2023-11-21OpenAPI 錯誤碼發生變更、OpenAPI 返回結構發生變更查看變更詳情
2023-06-02OpenAPI 錯誤碼發生變更查看變更詳情
2023-05-05OpenAPI 錯誤碼發生變更查看變更詳情