当用户设置了缓存标签功能后,通过调用RefreshObjectCacheByCacheTag指定缓存标签对缓存进行刷新。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
下表是API对应的授权信息,可以在RAM权限策略语句的Action
元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:
- 操作:是指具体的权限点。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|
cdn:RefreshObjectCacheByCacheTag | none |
|
| 无 |
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DomainName | string | 是 | 加速域名。 | example.com |
CacheTag | string | 是 | 缓存标签。多个用逗号隔开。 | tag1,tag2 |
Force | boolean | 否 | 是否强制刷新对应范围内的全部资源。默认为 false。
| true |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "2E5AD83F-BD7B-462E-8319-2E30E305519A",
"RefreshTaskId": "17772470184"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | SingleRequest.OverLimit | A maximum of 1000 URLs are supported for each request. | - |
400 | InvalidObjectType.Malformed | The specified ObjectType is invalid. | 指定的ObjectType无效。 |
400 | InvalidObjectPath.Malformed | The specified ObjectPath is invalid. | - |
400 | InvalidObjectPath.Size.Malformed | The size of ObjectPath is bigger than 1000. | 预热URL个数请勿超过1000。 |
400 | QuotaExceeded.Refresh | You've exceeded the prescribed refresh limits. | 超出当日刷新限制。今日刷新数已用完。您可以通过刷新接口查询今日的刷新次数。 |
400 | QuotaExceeded.Refresh | Your refresh attempts have exceeded the daily limit. | 刷新数量超过日quota限额。 |
400 | InvalidExtensiveDomain.ValueNotSupported | The specified ExtensiveDomain is not supported. | - |
400 | QuotaPerMinuteExceeded.Refresh | You tried to refresh too frequently; please try again later. | - |
400 | TooMany.Refresh | The refresh queue is full; please try again later. | - |
400 | InvalidExtensiveDomain.ValueNotSupported | Extensive domain not supported. | 该操作不支持泛域名。 |
400 | PreloadQueueFull | Preload queue is full, please try again later! | 预加载队列已满,请您稍后再试。 |
400 | QuotaPerMinuteExceeded.Refresh | You've exceeded the prescribed refresh limits per minute. | 每分钟刷新频率超过上限。 |
400 | InvalidStations.Malformed | The specified Stations is invalid. | - |
400 | InvalidParameters | The parameters you provided are invalid. | - |
访问错误中心查看更多错误码。