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

DescribeCdnUserDomainsByFunc - 查詢域名-按功能

調用DescribeCdnUserDomainsByFunc查詢用戶名下配置了指定功能的所有的域名及其狀態。

接口說明

說明 單用戶調用頻率:100 次/秒。

調試

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

授權信息

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

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

請求參數

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

功能 ID,您可在域名配置功能參數文檔,根據功能名稱搜索查詢。 例如:配置回源 HOST(set_req_host_header)功能 ID 為 18。

7
PageNumberinteger

頁碼,默認值:1

取值范圍:1~100000

10
PageSizeinteger

單頁顯示域名的數量,默認值:20

取值范圍:1~50

20
ResourceGroupIdstring

資源組 ID。

rg-xxxxx

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID。

AA75AADB-5E25-4970-B480-EAA1F5658483
PageNumberlong

頁碼。

1
PageSizelong

單頁顯示域名的數量。

5
TotalCountlong

域名總個數。

16
Domainsarray<object>

加速域名的配置數據列表。

PageDataobject
GmtCreatedstring

加速域名創建時間。

2015-10-28T11:05:52Z
SslProtocolstring

https 開關。取值:

  • on:已開啟。
  • off:未開啟。
on
Descriptionstring

狀態描述。

audit failed
ResourceGroupIdstring

資源組 ID。

rg-xxxxx
DomainStatusstring

加速域名狀態。取值:

  • online:啟用。
  • offline:停用。
  • configuring:配置中。
  • configure_failed:配置失敗。
  • checking:正在審核。
  • check_failed:審核失敗。
  • stopping:停用中。
  • deleting:刪除中。
configure_failed
Cnamestring

加速域名對應的 CNAME 域名。

example.com.w.alikunlun.com
GmtModifiedstring

加速域名修改時間。

2015-10-29T10:15:31Z
CdnTypestring

加速業務類型。取值:

  • web:圖片小文件加速。
  • download:大文件下載加速。
  • video:視音頻點播加速。
  • liveStream:直播流媒體加速。
web
DomainNamestring

加速域名名稱。

example.com
Sourcesarray<object>

源站信息列表。

Sourceobject
Typestring

源站類型。取值:

  • ipaddr:IP 源站。
  • domain:域名源站。
  • oss:OSS Bucket 為源站。
  • fc_domain:函數計算為源站。
ipaddr
Weightstring

回源權重。

10
Prioritystring

優先級。

20
Portinteger

源站端口。

80
Contentstring

源站地址。

1.1.1.1

示例

正常返回示例

JSON格式

{
  "RequestId": "AA75AADB-5E25-4970-B480-EAA1F5658483",
  "PageNumber": 1,
  "PageSize": 5,
  "TotalCount": 16,
  "Domains": {
    "PageData": [
      {
        "GmtCreated": "2015-10-28T11:05:52Z",
        "SslProtocol": "on",
        "Description": "audit failed",
        "ResourceGroupId": "rg-xxxxx",
        "DomainStatus": "configure_failed",
        "Cname": "example.com.w.alikunlun.com",
        "GmtModified": "2015-10-29T10:15:31Z",
        "CdnType": "web",
        "DomainName": "example.com",
        "Sources": {
          "Source": [
            {
              "Type": "ipaddr",
              "Weight": "10",
              "Priority": "20",
              "Port": 80,
              "Content": "1.1.1.1"
            }
          ]
        }
      }
    ]
  }
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400InvalidPageNumber.ValueNotSupportedThe specified value of PageNumber is not supported.-
400InvalidPageSize.ValueNotSupportedThe specified value of PageSize is invalid.-
400InvalidDomainStatus.ValueNotSupportedThe specified value of DomainStatus is invalid.-
400InvalidDomainName.MalformedThe specified DomainName is invalid.域名格式錯誤。
400InvalidDomainSearchType.ValueNotSupportedThe specified value of DomainSearchType is invalid.-
400InvalidChangeStartTime.MalformedThe specified ChangeStartTime is invalid.-
400InvalidChangeEndTime.MalformedThe specified ChangeEndTime is invalid.-
400InvalidCdnType.MalformedThe specified CdnType is invalid.-

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

變更歷史

變更時間變更內容概要操作
2024-12-18OpenAPI 描述信息更新、OpenAPI 錯誤碼發生變更查看變更詳情