Cache Control API
Cache Control APIs. 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 | /cdn/v1.0/services/{serviceId}/cache_controls | This API is used to create cache control for website acceleration service. |
| Delete Cache Control | DELETE | /cdn/v1.0/services/{serviceId}/cache_controls/{policyId} | This API is used to delete cache control for website acceleration service. |
| Edit Cache Control | PUT | /cdn/v1.0/services/{serviceId}/cache_controls/{policyId} | This API is used to edit cache control for website acceleration service. |
| List Cache Control | GET | /cdn/v1.0/services/{serviceId}/cache_controls | This API is used to list cache controls for website accleration service. |