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

DescribeRegions

調用DescribeRegions接口查詢所有支持地域或者指定地域對應的Endpoint信息,包括外網Endpoint、內網Endpoint和傳輸加速Endpoint。

注意事項

  • 要查詢地域對應的Endpoint信息,您必須有oss:DescribeRegions權限。具體操作,請參見RAM用戶授權自定義的權限策略

  • 只支持在二級域名(例如oss-cn-hangzhou.aliyuncs.com)上調用DescribeRegions接口。

請求語法

  • 查詢所有支持地域對應的Endpoint信息

    GET /?regions HTTP/1.1
    Host: oss.example.com
    Date: GMT Date
    Authorization: SignatureValue
  • 查詢指定地域對應的Endpoint信息

    說明

    僅支持通過OSS專用Region ID查詢指定地域對應的Endpoint信息。更多信息,請參見公共云下OSS RegionEndpoint對照表

    GET /?regions=oss-cn-hangzhou HTTP/1.1
    Host: oss.example.com
    Date: GMT Date
    Authorization: SignatureValue

請求頭

此接口僅涉及公共請求頭。更多信息,請參見公共請求頭(Common Request Headers)

響應頭

此接口僅涉及公共響應頭。更多信息,請參見公共響應頭(Common Response Headers)

響應元素

名稱

類型

示例值

描述

RegionInfoList

容器

不涉及

地域信息列表。

子節點:RegionInfo

父節點:無

RegionInfo

容器

不涉及

地域信息。

子節點:Region、InternetEndpoint、InternalEndpoint、AccelerateEndpoint

父節點:RegionInfoList

Region

字符串

oss-cn-hangzhou

OSS專用Region ID。

父節點:RegionInfo

InternetEndpoint

字符串

oss-cn-hangzhou.aliyuncs.com

外網Endpoint。

父節點:RegionInfo

InternalEndpoint

字符串

oss-cn-hangzhou-internal.aliyuncs.com

內網Endpoint。

父節點:RegionInfo

AccelerateEndpoint

字符串

oss-accelerate.aliyuncs.com

傳輸加速Endpoint。取值固定為oss-accelerate.aliyuncs.com。

父節點:RegionInfo

示例

  • 查詢所有支持地域的描述信息

    • 請求示例

      GET /?regions HTTP/1.1
      Host: oss-cn-hangzhou.aliyuncs.com
      Date: Fri, 20 Aug 2021 06:38:30 GMT
      Authorization: SignatureValue
    • 返回示例

      HTTP/1.1 200 OK
      x-oss-request-id: 3a8f-2e2d-7965-3ff9-51c875b*****
      Date: Fri, 20 Aug 2021 06:38:30 GMT
      Content-Type: application/xml
      Content-Length: 344606
      Server: AliyunOSS
      
      <?xml version="1.0" encoding="UTF-8"?>
      <RegionInfoList>
        <RegionInfo>
           <Region>oss-cn-hangzhou</Region>
           <InternetEndpoint>oss-cn-hangzhou.aliyuncs.com</InternetEndpoint>
           <InternalEndpoint>oss-cn-hangzhou-internal.aliyuncs.com</InternalEndpoint>
           <AccelerateEndpoint>oss-accelerate.aliyuncs.com</AccelerateEndpoint>  
        </RegionInfo>
        <RegionInfo>
           <Region>oss-cn-shanghai</Region>
           <InternetEndpoint>oss-cn-shanghai.aliyuncs.com</InternetEndpoint>
           <InternalEndpoint>oss-cn-shanghai-internal.aliyuncs.com</InternalEndpoint>
           <AccelerateEndpoint>oss-accelerate.aliyuncs.com</AccelerateEndpoint>  
        </RegionInfo>
      </RegionInfoList>
  • 查詢指定地域的描述信息

    • 請求示例

      GET /?regions=oss-cn-hangzhou HTTP/1.1
      Host: oss-cn-hangzhou.aliyuncs.com
      Date: Fri, 20 Aug 2021 06:40:30 GMT
      Authorization: SignatureValue
    • 返回示例

      HTTP/1.1 200 OK
      x-oss-request-id: 3a8f-2e2d-7965-3ff9-51c875b*****
      Date: Fri, 20 Aug 2021 06:40:30 GMT
      Content-Type: application/xml
      Content-Length: 3446
      Server: AliyunOSS
      
      <?xml version="1.0" encoding="UTF-8"?>
      <RegionInfoList>
        <RegionInfo>
          <Region>oss-cn-hangzhou</Region>
          <InternetEndpoint>oss-cn-hangzhou.aliyuncs.com</InternetEndpoint>
          <InternalEndpoint>oss-cn-hangzhou-internal.aliyuncs.com</InternalEndpoint>
          <AccelerateEndpoint>oss-accelerate.aliyuncs.com</AccelerateEndpoint>  
        </RegionInfo>
      </RegionInfoList>

錯誤碼

錯誤碼

HTTP狀態碼

描述

AccessDenied

403

返回該錯誤的可能原因如下:

  • 發起DescribeRegions請求時沒有傳入用戶驗證信息或者用戶驗證信息錯誤。

  • 用戶無oss:DescribeRegions權限。

    請通過腳本配置方式創建自定義權限策略,然后為指定的RAM用戶授予相應權限。具體操作,請參見RAM用戶授權自定義的權限策略

InvalidArgument

400

參數不合法。

NoSuchRegion

404

地域不存在。