获取一个加速域名的配置详情。如果该加速域名已删除,您无法获取其配置详情。
节流限制:您每秒最多可以发送 20 个请求。
参数名称 | 数据类型 | 是否必选 | 参数说明 |
---|---|---|---|
Action | String | 是 | 接口名称。当前 API 的名称为 DescribeCdnConfig 。 |
Version | String | 是 | 接口版本。当前 API 的版本为 2021-03-01 。 |
参数名称 | 数据类型 | 是否必选 | 参数说明 | 示例 |
---|---|---|---|---|
Domain | String | 是 | 表示一个加速域名。您一次只能查询一个加速域名的配置详情。 | www.example.com |
说明
该 API 的响应正文中大部分参数与 UpdateCdnConfig 中请求正文中的参数相同。本文档仅对该 API 独有的参数进行描述。关于其他参数的说明,参见 UpdateCdnConfig。
参数名称 | 数据类型 | 参数说明 | 示例 |
---|---|---|---|
DomainConfig | Object | 域名配置详情。包括域名基础信息及全量配置模块内容。 |
POST https://cdn.volcengineapi.com/?Action=DescribeCdnConfig&Version=2021-03-01 { "Domain": "www.example.com" }
{ "ResponseMetadata": { "RequestId": "202401231831527AC1016449E7462FDB47", "Action": "DescribeCdnConfig", "Version": "2021-03-01", "Service": "CDN", "Region": "cn-north-1" }, "Result": { "DomainConfig": { "Cname": "www.example.com.volcgslb.com", "CreateTime": 1661160509, "Domain": "www.example.com", "LockStatus": "off", "Project": "default", "ServiceRegion": "chinese_mainland", "ServiceType": "web", "Status": "online", "UpdateTime": 1702386766, "HTTPS": { "Switch": true, "CertInfo": null, "CertInfoList": [ { "CertId": "cert_hosting-31813", "CertName": "www.example.com", "Certificate": null, "Desc": "comment", "EffectiveTime": 1687651200, "EncryType": "inter_cert", "ExpireTime": 1719187199, "Source": "cdn_cert_hosting" }, { "CertId": "cert_hosting-31869", "CertName": "www.example.com", "Certificate": null, "Desc": "comment", "EffectiveTime": 1714389511, "EncryType": "inter_cert", "ExpireTime": 1745925511, "Source": "cdn_cert_hosting" } ], "CertCheck": { "CertInfoList": [ { "CertId": "cert_hosting-31872", "CertName": "*.byte-test.com", "Certificate": null, "Desc": "Comment", "EffectiveTime": 1713426405, "EncryType": "inter_cert", "ExpireTime": 1744962405, "Source": "cdn_cert_hosting" } ], "Switch": true }, //关于其他参数的示例,参见 UpdateCdnConfig 文档中相应配置的请求示例。 } } }
如果响应正文的 ResponseMetadata
字段中包含 Error
字段,则表示 API 请求失败。更多关于错误码的信息,参见错误码。