获取加速域名详情
GET
/product/rcdn/domain/{id}最后修改时间: 1 个月前
请求参数
Path 参数
id
integer
域名ID
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
UsageData
object
使用状况(缓存)
cname
string
可选
config
object (datatypes.JSONType-rcdnM_DomainConfig)
可选
create_date
integer
可选
defence_reason
string
防御触发原因
defence_time
integer
可选
防御触发时间(0代表未触发)
domain
string
可选
id
integer
可选
product
object
所属实例数据
UsageData
object
使用状况(缓存)
autoRenew
boolean
可选
createDate
integer
可选
domainConfig
object
域名默认CDN配置
expDate
integer
可选
expireNotice
integer
可选
extra_pay_time
integer
可选
套餐外用量上次付费时间(当==NextResetDate时,说明未开始计费)
extra_traffic
integer
可选
未计费的额外日流量(计费依据)
id
integer
可选
is_enable_extra_accounting
boolean
可选
是否开启弹性计费机制
last_reset_date
integer
可选
上次重置流量和请求次数的时间
next_reset_date
integer
可选
下次重置流量和请求次数的时间
node
object
productM.Node
nodeUUID
string
可选
plan
object
套餐数据
planID
integer
可选
rewardPointsToBeCollect
integer
可选
产品当前可领取的积分
status
string
可选
stopReason
string
可选
sync_time
integer
上次同步流量时间
tag
string
可选
try
boolean
试用产品
uid
integer
可选
unsubscribeAble
boolean
是否可退订
usage_traffic
integer
可选
本月周期总流量(计费依据)
product_id
integer
可选
为0时代表存在但未分配
ready_delete
boolean
可选
表示即将从解除分配,会在下一次流量重置时直接解除,这个状态下无法进行任何管理和列出,仅用于继续统计流量
region
string
可选
uid
integer
可选
update_time
integer
配置更新时间
示例
{
"UsageData": {},
"cname": "string",
"config": {},
"create_date": 0,
"defence_reason": "string",
"defence_time": 0,
"domain": "string",
"id": 0,
"product": {
"UsageData": {},
"autoRenew": true,
"createDate": 0,
"domainConfig": {},
"expDate": 0,
"expireNotice": 0,
"extra_pay_time": 0,
"extra_traffic": 0,
"id": 0,
"is_enable_extra_accounting": true,
"last_reset_date": 0,
"next_reset_date": 0,
"node": {
"AuthKey": "string",
"Config": "string",
"Stock": [
0
],
"certifyRequired": true,
"chineseName": "string",
"gitRepositoryName": "string",
"ipRegion": "string",
"isDisableBackup": true,
"isHidden": true,
"machine": "string",
"nodeName": "string",
"physicalNode": "string",
"product": "string",
"region": "string",
"showMonitorData": "string",
"statusData": "string",
"subtype": "string",
"updateTime": "string",
"uuid": "string"
},
"nodeUUID": "string",
"plan": {
"charge_type": "string",
"chinese": "string",
"domain_limit": 0,
"extra_traffic_price": 0,
"id": 0,
"is_free": true,
"is_selling": true,
"machine": "string",
"plan_name": "string",
"point_renew_price": [
0
],
"price": 0,
"rain_discount": 0,
"region": "string",
"subtype": "string",
"traffic_in_gb": 0
},
"planID": 0,
"rewardPointsToBeCollect": 0,
"status": "string",
"stopReason": "string",
"sync_time": 0,
"tag": "string",
"try": true,
"uid": 0,
"unsubscribeAble": true,
"usage_traffic": 0
},
"product_id": 0,
"ready_delete": true,
"region": "string",
"uid": 0,
"update_time": 0
}
最后修改时间: 1 个月前