Global CDN
Global CDN
Overview
Provides an Application Programming Interface (API) that supports programmatic use of IaaS/PaaS products provided by SCP.
This guide provides a brief description of Global CDN service and how to call API. The API is provided as a RESTful API, and it responds in JSON format.
Version
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Status | Not Before |
|---|---|---|
| 1.0 | CURRENT | - |
OpenAPI URL
https://cdn.{region}.{environment}.samsungsdscloud.com
Environment and Region List
| environment | region |
|---|---|
| s | kr-west1 |
| s | kr-east1 |
| g | kr-south1 |
| g | kr-south2 |
| g | kr-south3 |
| e | kr-west1 |
| e | kr-east1 |
API Version History
1.0
CDN API has been released.
Changes
- [New]
GET /cdn/1.0/cdns- ListCdnService API has been added. - [New]
POST /cdn/1.0/cdns- CreateCdnService API has been added. - [New]
GET /cdn/1.0/cdns/{id}- DetailCdnService API has been added. - [New]
PUT /cdn/1.0/cdns/{id}- UpdateCdnService API has been added. - [New]
DELETE /cdn/1.0/cdns/{id}- DeleteCdnService API has been added. - [New]
PUT /cdn/1.0/cdns/{id}/description- UpdateDescriptionOfCdnService API has been added. - [New]
POST /cdn/1.0/cdns/{id}/start- StartCdnService API has been added. - [New]
POST /cdn/1.0/cdns/{id}/stop- StopCdnService API has been added. - [New]
POST /cdn/1.0/cdns/{id}/purge- PurgeCdnService API has been added.