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

DescribeDcdnUserDomainsByFunc - 查詢域名-按功能

調用DescribeDcdnUserDomainsByFunc通過FuncId查詢用戶名下所有配置了指定功能的DCDN域名。

接口說明

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

調試

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

授權信息

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

請求參數

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

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

7
FuncFilterstring

是否開通 funcid 功能。

  • config:開通。
  • unconfig:未開通。
config
DomainNamestring

加速域名。

example.com
PageNumberinteger

頁碼,默認值:1。 取值范圍:1~100000

1
PageSizeinteger

單頁顯示域名的數量,默認值:20。 取值范圍:1~500

20
ResourceGroupIdstring

資源組 ID。

rg-acfmyuji4b6r4**
MatchTypestring

查詢類型,支持以下 2 種類型,默認為精確查詢。

  • fuzzy_match:模糊查詢。
  • exact_match:精確查詢。
exact_match

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID。

AA75AADB-5E25-4970-B480-EAA1F5658483
PageNumberlong

頁碼。

1
PageSizelong

單頁顯示域名的數量。

5
TotalCountlong

域名總個數。

16
Domainsarray<object>

由 PageData 組成的數組格式,返回加速域名的狀態信息。

PageDataobject
GmtCreatedstring

加速域名創建時間。

2015-10-28T09:32:51Z
SslProtocolstring

HTTPS 開關。取值:

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

審核失敗原因。

audit failed
ResourceGroupIdstring

資源組 ID。

rg-acfmyuji4b6r4**
Sandboxstring

沙箱。

normal
DomainStatusstring

加速域名狀態。取值:

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

加速域名對應的 CNAME 域名。

example.com.w.alikunlun.net
GmtModifiedstring

加速域名修改時間。

2015-10-28T11:05:50Z
DomainNamestring

加速域名名稱。

example.com
Sourcesarray<object>

源站信息。

Sourceobject
Typestring

源站類型。

oss
Weightstring

回源權重。

20
Prioritystring

優先級。

20
Portinteger

源站端口。

80
Contentstring

源站地址。

image.developer.aliyundoc.com

示例

正常返回示例

JSON格式

{
  "RequestId": "AA75AADB-5E25-4970-B480-EAA1F5658483",
  "PageNumber": 1,
  "PageSize": 5,
  "TotalCount": 16,
  "Domains": {
    "PageData": [
      {
        "GmtCreated": "2015-10-28T09:32:51Z",
        "SslProtocol": "on",
        "Description": "audit failed",
        "ResourceGroupId": "rg-acfmyuji4b6r4**",
        "Sandbox": "normal",
        "DomainStatus": "configure_failed",
        "Cname": "example.com.w.alikunlun.net",
        "GmtModified": "2015-10-28T11:05:50Z",
        "DomainName": "example.com",
        "Sources": {
          "Source": [
            {
              "Type": "oss",
              "Weight": "20",
              "Priority": "20",
              "Port": 80,
              "Content": "image.developer.aliyundoc.com"
            }
          ]
        }
      }
    ]
  }
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400InvalidPageNumber.ValueNotSupportedThe specified value of PageNumber is not supported.頁碼參數錯誤,請重新填寫。
400InvalidPageSize.ValueNotSupportedThe specified value of PageSize is invalid.PageSize參數錯誤,請重新填寫。
400InvalidDomainStatus.ValueNotSupportedThe specified value of DomainStatus is invalid.DomainStatus值錯誤,請重新填寫。
400InvalidDomainName.MalformedThe specified DomainName is invalid.域名格式錯誤。
400InvalidDomainSearchType.ValueNotSupportedThe specified value of DomainSearchType is invalid.DomainSearchType值錯誤,請重新填寫。
400InvalidChangeStartTime.MalformedThe specified ChangeStartTime is invalid.更新開始時間非法。
400InvalidChangeEndTime.MalformedThe specified ChangeEndTime is invalid.更新結束時間非法。

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

變更歷史

變更時間變更內容概要操作
2023-10-16OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更查看變更詳情
2023-03-02OpenAPI 錯誤碼發生變更查看變更詳情