調用DescribeDcdnIpaDomainConfigs查詢域名配置。
接口說明
說明
單用戶調用頻率:20 次/秒。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DomainName | string | 是 | 您的加速域名,多個域名用英文逗號(,)分隔。 | example.com |
FunctionNames | string | 是 | 功能列表名稱。僅支持 protogw,表示 IP 應用加速。 | protogw |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "F8AA0364-0FDB-4AD5-AC74-D69FAB8924ED",
"DomainConfigs": {
"DomainConfig": [
{
"Status": "success",
"ConfigId": "5003576",
"FunctionName": "protogw",
"FunctionArgs": {
"FunctionArg": [
{
"ArgName": "file_type",
"ArgValue": "txt"
}
]
}
}
]
}
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | Invalid%s.ValueNotSupported | FunctionName [%s] is not supported. | 不支持該配置,請重新查詢。 |
訪問錯誤中心查看更多錯誤碼。