Multi-node GPU Cluster

Multi-node GPU Cluster

Overview

SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 응용 프로그램 인터페이스(Application Programming Interface, API)를 제공합니다.

본 가이드는 Multi-node GPU Cluster 서비스에 대한 간략한 설명 및 API를 호출하는 방법을 제공합니다. API는 RESTful API 방식으로 제공되며, JSON 형식으로 응답합니다.

Version

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

VersionStatusNot Before
1.2CURRENT-
1.1DEPRECATED20260331
1.0DEPRECATED20251231

OpenAPI URL

https://multinodegpucluster.{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-node GPU Cluster Open API가 릴리즈되었습니다.

변경사항

  • [신규] GET /gpu-nodes - listGpuNodes API가 추가되었습니다.
  • [신규] GET /gpu-nodes/{gpu_node_id} - showGpuNode API가 추가되었습니다.
  • [신규] POST /gpu-nodes - createGpuNodes API가 추가되었습니다.
  • [신규] DELETE /gpu-nodes - deleteGpuNodes API가 추가되었습니다.
  • [신규] POST /gpu-nodes/start - startGpuNodes API가 추가되었습니다.
  • [신규] POST /gpu-nodes/stop - stopGpuNodes API가 추가되었습니다.
  • [신규] PUT /gpu-nodes/{gpu_node_id}/lock - lockGpuNode API가 추가되었습니다.
  • [신규] PUT /gpu-nodes/{gpu_node_id}/unlock - unlockGpuNode API가 추가되었습니다.
  • [신규] GET /gpu-nodes/images - listGpuNodeImages API가 추가되었습니다.
  • [신규] GET /gpu-nodes/products - listGpuNodeProducts API가 추가되었습니다.
  • [신규] GET /cluster-fabrics - listClusterFabrics API가 추가되었습니다.
  • [신규] GET /cluster-fabrics/{cluster_fabric_id} - showClusterFabric API가 추가되었습니다.
  • [신규] POST /cluster-fabrics/modify-members - modifyClusterFabricMembers API가 추가되었습니다.
  • [신규] GET /cluster-fabrics/node-pools - listNodePools API가 추가되었습니다.
  • [신규] POST /gpu-nodes/{gpu_node_id}/public-nat-ip - assignGpuNodePublicNatIp API가 추가되었습니다.
  • [신규] DELETE /gpu-nodes/{gpu_node_id}/public-nat-ip - releaseGpuNodePublicNatIp API가 추가되었습니다.