此接口用于查询点播域名配置。当前仅支持查询 HTTP 响应头配置。
请求地址:https://vod.volcengineapi.com?Action=DescribeDomainConfig&Version=2023-07-01
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共请求参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeDomainConfig | 接口名称。当前 API 的名称为 DescribeDomainConfig 。 |
Version | String | 是 | 2023-07-01 | 接口版本。当前 API 的版本为 2023-07-01 。 |
SpaceName | String | 是 | test-space | |
DomainType | String | 是 | play | 域名类型。取值如下:
说明 详见域名类型介绍。 |
Domain | String | 是 | example.test.com | 域名。 |
下表仅列出本接口特有的返回参数。更多信息请见公共返回参数。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Config | Object | - | 域名配置详情。 |
ResponseHeaderControl | Object | - | HTTP 响应头配置模块。 |
ResponseHeader | Object[] | - | HTTP 响应头配置。 |
ResponseHeaderAction | Object | - | 点播 CDN 在响应用户请求的时候,对响应头的操作。 |
ResponseHeaderInstances | Object[] | - | 响应头的配置规则列表。每个规则都包含一个头部的操作配置。最多支持 50 条规则。 |
Key | String | Content-Disposition | 头部名称。名称不能超过 1,024 个字符,不区分大小写。可包含除以下字符外的可打印 ASCII 字符:下划线(_)、空格、双引号(")、Delete(ASCII code 127)。同时,不能使用这些特定的名称。 |
Action | String | set | 对响应头的操作。取值如下:
|
ValueType | String | constant |
|
Value | String | attachment;filename=FileName.xls | 头部的值。仅当
|
AccessOriginControl | Boolean | false | 在点播 CDN 响应用户请求时,是否校验请求头中的
注意 该参数仅在以下条件都满足的情况下有效:
|
Domain | Object | - | 域名基础信息。 |
Cname | String | example.test.com.com | 点播为该加速域名分配的 CNAME。 |
Domain | String | example.com | 加速域名。 |
CreateTime | String | 2024-06-26T11:04:58+08:00 | 配置创建时间。遵循 RFC3339 格式的东八区(UTC+8)时间,精度为秒。 |
LockStatus | String | off | 域名是否被锁定,取值如下:
|
ConfigStatus | String | enable | 加速域名的配置状态。取值如下:
|
SpaceName | String | test-space | 点播空间名称。 |
https://vod.volcengineapi.com?Action=DescribeDomainConfig&Version=2023-07-01 { "SpaceName": "test-space", "DomainType": "play", "Domain": "example.test.com" }
{ "Result": { "Config": { "ResponseHeaderControl": { "ResponseHeader": [ { "ResponseHeaderAction": { "ResponseHeaderInstances": [ { "Key": "Content-Disposition", "Value": "attachment;filename=FileName.xls", "Action": "set", "ValueType": "constant", "AccessOriginControl": true } ] } } ] } }, "Domain": { "Cname": "example.test.com.com", "Domain": "example.test.com", "CreateTime": "2024-06-26T11:04:58+08:00", "LockStatus": "off", "ConfigStatus": "enable" }, "SpaceName": "test-space" }, "ResponseMetadata": { "Action": "DescribeVodDomains", "Region": "cn-north-1", "Service": "vod", "Version": "2023-07-01", "RequestId": "20230604110420****100232280022D31" } }
下表列举了本接口特有的错误码。如需了解更多错误码,详见视频点播公共错误码。
状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | InvalidParameter.InvalidDomainType | Domain type must be play/image | DomainType 取值不合法 |
400 | InvalidParameter.DomainNotFound | The domain does not exist | 域名不存在 |