Services API
Services APIs. APIs are categorised by features, including the essential information, such as Request URI, method, and description.
| API Name | Method | Request URI | Description |
|---|---|---|---|
| Create Service | POST | /cdn/v1.0/service | This API is used to create website acceleration service. |
| List Services | GET | /cdn/v1.0/services | This API is used to list all website acceleration services under this customer. |
| Get Service Details | GET | /cdn/v1.0/services/{serviceId} | This API is used to get a website acceleration service details. |
| Edit Service | PUT | /cdn/v1.0/services/{serviceId} | This API is used to edit website acceleration service. |
| Delete Service | DELETE | /cdn/v1.0/services/{serviceId} | This API is used to delete website acceleration service. |