Direct Connect
Direct Connect
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 Direct Connect 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.2 | CURRENT | - |
| 1.1 | SUPPORTED | 20270131 |
| 1.0 | SUPPORTED | 20261130 |
OpenAPI URL
https://direct-connect.{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.2
Multi AZ feature has been added.
Changes
- [Updated]
POST /v1/direct-connects- The following field has been added to the parameters and response.uplink_active_zoneuplink_standby_zone
- [Updated]
GET /v1/direct-connects/{direct_connect_id}- The following field has been added to the response.uplink_active_zoneuplink_standby_zone
- [Updated]
PUT /v1/direct-connects/{direct_connect_id}- The response is being trimmed for compatibility (changed to include only the requested values).
1.1
The pagination method for the list API has been changed.
Changes
- [Updated]
GET /v1/direct-connects- The following field has been changed to the parameters and response.- Deleted :
limit,marker - Added :
size,page
- Deleted :
- [Updated]
GET /v1/direct-connects/{direct_connect_id}/routing-rules- The following field has been changed to the parameters and response.- Deleted :
limit,marker - Added :
size,page
- Deleted :
1.0
Direct Connect API has been released.
Changes
- [New]
GET /v1/direct-connects- API has been added. - [New]
POST /v1/direct-connects- API has been added. - [New]
GET /v1/direct-connects/{direct_connect_id}- API has been added. - [New]
PUT /v1/direct-connects/{direct_connect_id}- API has been added. - [New]
DELETE /v1/direct-connects/{direct_connect_id}- API has been added. - [New]
GET /v1/direct-connects/{direct_connect_id}/routing-rules- API has been added. - [New]
POST /v1/direct-connects/{direct_connect_id}/routing-rules- API has been added. - [New]
DELETE /v1/direct-connects/{direct_connect_id}/routing-rules/{routing_rule_id}- API has been added.