API一覧

項番 API名 処理概要
1 GET /v1/services

List All Services

配信設定一覧の取得
2 POST /v1/services{?pre_fqdn, protocol, status, container, object_prefix, key_container, key_object}

Create a Service

配信設定の作成
3 GET /v1/services/{service_id}

Retrieve a Service

配信設定の取得
4 PATCH /v1/services/{service_id}/param{?status, container, object_prefix, key_container, key_object}

Edit a Service

配信設定の編集
5 DELETE /v1/services/{service_id}

Delete a Service

配信設定の削除
6 DELETE /v1/services/{service_id}/assets{?url, action}

Purge a Cached Asset

キャッシュの消去
7 POST /v1/reports{?granularity, start_date, end_date, delivery_option,metrics, per_region, service_id}

Create a Report

レポートの作成
8 GET /v1/reports/{report_id}

Retrieve a Report

レポートの取得