Cache Control API
This catalogue provides a comprehensive list of all available APIs for Cache Controls. APIs are categorised by features, including the essential information, such as Request URI, method, and description.
| API Name | Method | Request URI | Description |
|---|---|---|---|
| Create Cache Control | POST | /waap/v1.0/services/{serviceId}/cacheControls | Create cache control for website acceleration. |
| List Cache Controls | GET | /waap/v1.0/services/{serviceId}/cacheControls | Retrieve a list cache control rules for website accleration domain. |
| Update Cache Control | PUT | /waap/v1.0/services/{serviceId}/cacheControls/{ruleId} | Update cache control for website acceleration. |
| Delete Cache Control | DELETE | /waap/v1.0/services/{serviceId}/cacheControls/{ruleId} | Delete cache control for website acceleration. |