获取用户域名列表-基本信息
POST
/GetAllDomain
最后修改时间:2024-11-16 06:21:43
提示
请求参数
Body 参数application/x-www-form-urlencoded
page
integer
可选
示例值:
1
limit
integer
可选
示例值:
20
token
string
必需
默认值:
D78***EDC
返回响应
🟢200获取成功
application/json
Body
count
number
总计数量
示例值:
5
Domains
array[string] | null
可选
Domains[]
object
必需
Domain
string
域名
示例值:
1.com
Cname
string
需要Cname的解析值
示例值:
1.com.dnss.vip
Status
string
加速状态
closing:关闭中
processing:部署中
offline:已关闭
rejected:未备案
示例值:
online
Disable
string
域名状态
malicious:恶意行为
scan:域名扫描
idle:闲置关闭
capping:带宽上限
readonly:域名锁定
示例值:
normal
dns
string | null
当前解析值
示例值:
1.com.dnss.vip
Area
string
加速区域
overseas:中国境外
global:全球
示例值:
mainland
ServiceType
string
加速类型
download:下载加速
media:点播加速
示例值:
web
CreateTime
string
创建时间
示例值:
1978-05-01 13:56:19
UpdateTime
string | null
最后更新时间
示例值:
1978-05-01 13:56:19
示例
{
"code": 0,
"msg": "20000",
"call": "success",
"count": 2,
"data": {
"time": 1477748012649,
"method": "POST",
"datas": {
"token": "用户临时token"
},
"data": [
[
{
"Domain": "1.com",
"UpdateTime": "1978-05-01 13:56:19",
"CreateTime": "1987-09-09 13:02:47",
"Cname": "1.com.dnss.vip",
"dns": "1.com.dnss.vip",
"Status": "online",
"Disable": "normal",
"Area": "mainland",
"ServiceType": "web"
}
],
[
{
"Domain": "2.com",
"UpdateTime": "1978-05-01 13:56:19",
"CreateTime": "1987-09-09 13:02:47",
"Cname": "2.com.dnss.vip",
"dns": "2.com.dnss.vip",
"Status": "online",
"Disable": "normal",
"Area": "mainland",
"ServiceType": "web"
}
]
]
}
}
修改于 2024-11-16 06:21:43