更新时间:2019-06-30 20:50
获取指定视频监控域名配置的基本信息
参数 | 类型 | 是否必须 | 描述 |
---|---|---|---|
Action | String | 是 | 操作接口名,系统规定参数 DescribeVsDomainDetail |
DomainName | String | 是 | 视频监控域名名称 |
名称 | 类型 | 描述 |
---|---|---|
DomainName | String | 视频监控域名名称 |
Cname | String | 为视频监控域名生成的一个CNAME域名,需要在域名解析服务商处将域名CNAME解析到该域名 |
DomainStatus | String | 视频监控域名运行状态 取值意义:online表示启用;offline表示停用;configuring表示配置中 |
SSLProtocol | String | 是否开启ssl证书 on表示开启;off表示关闭 |
GmtCreated | String | 创建时间 |
GmtModified | String | 最近修改时间 |
Region | String | 域名所在区域 |
DomainType | String | 域名类型 |
Scope | String | 加速区域, 返回值范围:domestic,overseas,global |
ErrorCode 错误码 | Message 错误信息 | HTTP 状态 | 语义 |
---|---|---|---|
InvalidDomain.NotFound | The domain provided does not belong to you. | 404 | 域名不存在或不属于当前用户 |
ServiceBusy | The specified Domain is configuring, please retry again later. | 403 | 域名正在配置中, 请稍后再试 |
请求示例:
http://vs.aliyuncs.com?Action=DescribeVsDomainDetail&DomainName=example.com&<公共请求参数>
返回示例:
JSON格式
{
"RequestId":"85323805-AD63-41EE-98B2-3285AF1F1F1F",
"DomainConfig":{
"Cname":"example.com.w.kunlungr.com",
"Region":"cn-shanghai",
"SSLProtocol":"off",
"DomainStatus":"online",
"DomainType":"vs",
"DomainName":"example.com",
"GmtModified":"1970-01-18T22:13:06Z",
"GmtCreated":"1970-01-18T22:12:25Z"
}
}
在文档使用中是否遇到以下问题
更多建议
匿名提交