名称 | 类型 | 是否必选 | 示例值 | 描述 |
Action | String | 是 | ListUserDomains | 系统规定参数。取值:ListUserDomains。 |
Offset | Integer | 否 | 20 | 分页查询偏移量,最多5000 |
Limit | Integer | 否 | 100 | 分页查询限制数目,默认20,最大可设置为100 |
名称 | 类型 | 示例值 | 描述 |
TotalCount | Long | 2 | 总条数。 |
Offset | Integer | 0 | |
Limit | Integer | 10 | |
DomainInfos | Array of DomainInfo | 域名信息列表。 |
名称 | 类型 | 示例值 | 描述 |
DomainName | String | 点播域名名称。 | |
CreateTime | Long | 1650940362000 | 点播域名创建时间,UNIX时间戳。 |
UpdateTime | Long | 1650940362000 | 点播域名修改时间,UNIX时间戳。 |
CdnType | String | 是 | 加速域名的业务类型。取值:
|
SslProtocol | String | 否 | 回源协议,支持在HTTP、HTTPS、协议跟随间进行选择;默认使用HTTP回源协议。 可选值:
|
Ipv6 | Boolean | 否 | 是否开启Ipv6访问,默认关闭。 取值范围:
|
Cname | String | 点播域名对应的CNAME域名。 | |
DomainStatus | String | online | 点播域名状态,取值意义:
|
https://vod.{ApiRegion}.streamlakeapi.com/?Action=ListUserDomains
&Offset=0&Limit=1&<公共请求参数>
HTTP/1.1 200 OK
Content-Type:application/json
{
"ResponseMeta": {
"RequestId":"CixgpmAFOYcAAAAAAAAAAw",
"ErrorCode":"",
"ErrorMessage":""
},
"ResponseData": {
"DomainInfos" : [{
"SslProtocol" : "https",
"DomainName" : "api1.example.com",
"CreateTime" : "2017-12-29T09:24:12Z",
"UpdateTime" : "2017-08-29T08:40:53Z",
"Cname" : "api1.example.com.w.alikunlun.net",
"DomainStatus" : "online",
"TotalCount" : 1,
"Offset" : 1,
"Limit" : 1
}
}
错误代码 | 错误信息 | HTTP 状态码 | 说明 |
InvalidArgument.InvalidOffset | The specified value of parameter Offset is not supported. | 400 | 输入的offset参数值不支持。 |
InvalidArgument.InvalidLimit | The specified value of parameter Limit is not supported. | 400 | 输入的limit参数值不支持。 |
InvalidArgument.InvalidDomainName | The specific value of parameter DomainName is malformed. | 400 | 输入的DomainName参数值不支持。 |
InvalidArgument.InvalidDomainStatus | The specified value of parameter DomainStatus is not supported. | 400 | 输入的DomainStatus参数值不支持。 |
InvalidArgument.InvalidDomainSearchType | The specified value of parameter DomainSearchType is not supported. | 400 | 输入的DomainSearchType参数值不支持。 |