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.

VersionStatusNot Before
1.2CURRENT-
1.1SUPPORTED20270131
1.0SUPPORTED20261130

OpenAPI URL

https://direct-connect.{region}.{environment}.samsungsdscloud.com

Environment and Region List

environmentregion
skr-west1
skr-east1
gkr-south1
gkr-south2
gkr-south3
ekr-west1
ekr-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_zone
    • uplink_standby_zone
  • [Updated] GET /v1/direct-connects/{direct_connect_id} - The following field has been added to the response.
    • uplink_active_zone
    • uplink_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
  • [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

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.