预热url
POST /prod-api/acdn/dcdn/refreshCacheRest/pushObjectCache
Body 请求参数
{
"objectPath": "https://demo.123.com/"
}
请求参数
名称 | 位置 | 类型 | 必选 | 中文名 | 说明 |
---|---|---|---|---|---|
Authorization | header | string | 否 | none | |
body | body | DCDNPushObjectCacheVO | 否 | DCDNPushObjectCacheVO | none |
返回示例
OK
{
"msg": "success",
"code": 200
}
201 Response
{}
返回结果
状态码 | 状态码含义 | 说明 | 数据模型 |
---|---|---|---|
200 | [OK] | OK | Inline |
201 | [Created] | Created | Inline |
401 | [Unauthorized] | Unauthorized | Inline |
403 | [Forbidden] | Forbidden | Inline |
404 | [Not Found] | Not Found | Inline |
返回数据结构
状态码 200
名称 | 类型 | 必选 | 约束 | 中文名 | 说明 |
---|---|---|---|---|---|
» additionalProperties | object | false | none | none |
数据模型
DCDNPushObjectCacheVO
{
"objectPath": "string"
}
DCDNPushObjectCacheVO
属性
名称 | 类型 | 必选 | 约束 | 中文名 | 说明 |
---|---|---|---|---|---|
objectPath | string | true | none | URL | none |