API list

Item API Description
1 GET /v1/services

List All Services

Lists services.
2 POST /v1/services{?pre_fqdn, protocol, status, container, object_prefix, key_container, key_object}

Create a Service

Creates a service.
3 GET /v1/services/{service_id}

Retrieve a Service

List information about the specified service.
4 PATCH /v1/services/{service_id}/param{?status, container, object_prefix, key_container, key_object}

Edit a Service

Updates the specified service.
5 DELETE /v1/services/{service_id}

Delete a Service

Deletes the specified service.
6 DELETE /v1/services/{service_id}/assets{?url, action}

Purge a Cached Asset

Purge a cached assets.
7 POST /v1/reports{?granularity, start_date, end_date, delivery_option,metrics, per_region, service_id}

Create a Report

Creates a report.
8 GET /v1/reports/{report_id}

Retrieve a Report

Lists the specified report.