當用戶設置了緩存標簽功能后,通過調用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. | - |
訪問錯誤中心查看更多錯誤碼。