调用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. | 不支持该配置,请重新查询。 |
访问错误中心查看更多错误码。