获取CDN实例详情
GET
/product/cdn/{id}最后修改时间: 1 个月前
请求参数
Path 参数
id
integer
CDN实例ID
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
cacheIsEnable
boolean
缓存设置
cacheTTL
integer
缓存过期时间
createDate
integer
创建时间
domainList
array[string]
可选
firewallBlockTime
integer
封禁时间
firewallIsEnable
boolean
防火墙设置
firewallJSCheckRequestCount
integer
可选
触发JS验证的总请求数量
firewallJSCheckTriggerTimeWindow
integer
可选
触发JS验证的总时间窗口,超过时间重置
firewallRejectedCode
integer
可选
拒绝代码,444即不返回东西
firewallSingleIPRequestCount
integer
可选
触发屏蔽的单IP请求数量
firewallSingleIPTimeWindow
integer
可选
单IP时间窗口,超过时间重置
gzipcompressLevel
integer
GZIp压缩等级
gzipfileTypes
array[string]
可选
gzipisEnable
boolean
GZIP设置
id
integer
表字段
isAvailable
boolean
是否可用
maintainMode
boolean
手动设置的维护模式
sourceIP
string
源站设置
sourceInfo
string
可选
sourcePort
integer
可选
sourceScheme
string
可选
sourceType
string
可选
sslautoRedirect
boolean
可选
是否启用SSL自动跳转
sslcertList
array[integer]
可选
所使用的SSL证书中心ID
sslisEnable
boolean
SSL设置
stop_reason
string
封禁原因
trafficTotal
integer
可选
已使用流量的字节总数
trafficUncounted
integer
可选
已使用但是未计费的流量字节数
uid
integer
可选
示例
{
"cacheIsEnable": true,
"cacheTTL": 0,
"createDate": 0,
"domainList": [
"string"
],
"firewallBlockTime": 0,
"firewallIsEnable": true,
"firewallJSCheckRequestCount": 0,
"firewallJSCheckTriggerTimeWindow": 0,
"firewallRejectedCode": 0,
"firewallSingleIPRequestCount": 0,
"firewallSingleIPTimeWindow": 0,
"gzipcompressLevel": 0,
"gzipfileTypes": [
"string"
],
"gzipisEnable": true,
"id": 0,
"isAvailable": true,
"maintainMode": true,
"sourceIP": "string",
"sourceInfo": "string",
"sourcePort": 0,
"sourceScheme": "string",
"sourceType": "string",
"sslautoRedirect": true,
"sslcertList": [
0
],
"sslisEnable": true,
"stop_reason": "string",
"trafficTotal": 0,
"trafficUncounted": 0,
"uid": 0
}
最后修改时间: 1 个月前