이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
Models
- 1: AsyncResponse
- 2: ClusterFabricDetailsRequest
- 3: ClusterFabricDetailsResponse
- 4: ClusterFabricListResponse
- 5: ClusterFabricMemberModifyRequestBody
- 6: ClusterFabricShowResponse
- 7: GpuNodeActionResponse
- 8: GpuNodeAssignPublicNatIpRequest
- 9: GpuNodeCreateRequest
- 10: GpuNodeDetailsRequest
- 11: GpuNodeDetailsResponse
- 12: GpuNodeImageListResponse
- 13: GpuNodeImageShowResponse
- 14: GpuNodeListResponse
- 15: GpuNodeOperationRequest
- 16: GpuNodeProductAttr
- 17: GpuNodeProductListResponse
- 18: GpuNodeProductShowResponse
- 19: GpuNodeShowResponse
- 20: GpuNodeTerminateRequest
- 21: NodePoolListResponse
- 22: NodePoolShowResponse
- 23: Tag
1 - AsyncResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : f5c8e56a4d9b49a8bd89e14758a32d53 | string | |
| request_id required | Request ID Example : req-002daa83-52d9-41e8-9b0f-d31d35610f65 | string | |
| resource_id required | 자원 ID Example : 20c507a036c447cdb3b19468d8ea62ac | string |
2 - ClusterFabricDetailsRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| cluster_fabric_id required | Cluster Fabric ID Example : 20c507a036c447cdb3b19468d8ea62ac | any of [string, null] | |
| cluster_fabric_name required | Cluster Fabric 이름 Example : cluster001 | string | |
| node_pool_id required | Node Pool ID Example : POOL001-krw1a | string |
3 - ClusterFabricDetailsResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| cluster_fabric_id required | Cluster Fabric ID Example : 20c507a036c447cdb3b19468d8ea62ac | string | |
| cluster_fabric_name required | Cluster Fabric 이름 Example : cluster001 | string | |
| product_id required | Product ID Example : f90e8ef54cc2451b825608e9f95f7bcb | any of [string, null] |
4 - ClusterFabricListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| cluster_fabrics required | array[ClusterFabricShowResponse] | ||
| count required | 대수 Example : 20 | any of [integer, null] |
5 - ClusterFabricMemberModifyRequestBody
| Name | Description | Schema | Default |
|---|---|---|---|
| after_cluster_fabric_id required | Cluster Fabric ID Example : 20c507a036c447cdb3b19468d8ea62ac | string | |
| before_cluster_fabric_id required | Cluster Fabric ID Example : 20c507a036c447cdb3b19468d8ea62ac | string | |
| gpu_node_id_list required | GPU Node ID List Example : ['20c507a036c447cdb3b19468d8ea62ac'] | array[string] |
6 - ClusterFabricShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : f5c8e56a4d9b49a8bd89e14758a32d53 | string | |
| cluster_name required | Cluster Fabric 이름 Example : cluster001 | string | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | 설명 Example : description | string | |
| gpu_node_details optional | GPU Node 상세 | any of [array[GpuNodeDetailsResponse], null] | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| node_pool_id required | Node Pool ID Example : POOL001-krw1a | string | |
| pirp_id optional | pirpId Example : 20 | any of [string, null] | |
| product_id required | Product Type ID Example : f90e8ef54cc2451b825608e9f95f7bcb | string | |
| region_id required | 리전 ID Example : kr-west1 | string | |
| server_type optional | Server Type Example : s1v8m32_metal | any of [string, null] | |
| state required | State Example : RUNNING | string | |
| used_server_count optional | GPU Node Count Example : 20 | any of [integer, null] |
7 - GpuNodeActionResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| gpu_node_id required | GPU Node ID Example : 20c507a036c447cdb3b19468d8ea62ac | string |
8 - GpuNodeAssignPublicNatIpRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| public_ip_address_id required | Public NAT IP Address ID Example : | string |
9 - GpuNodeCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| cluster_fabric_details required | Cluster Fabric 상세 | ClusterFabricDetailsRequest | |
| image_id required | 이미지 ID Example : IMAGE-7XFMaJpLsapKvskFMjCtmm | string | |
| init_script optional | Init Script Example : init script | any of [string, null] | |
| lock_enabled optional | 삭제 방지 여부 Example : True | boolean | |
| os_user_id required | OS 사용자 계정 Example : user001 | string | |
| os_user_password required | OS 사용자 패스워드 Example : password | string | |
| region_id required | 리전 ID Example : kr-west1 | string | |
| server_details required | 서버 상세 | array[GpuNodeDetailsRequest] | |
| subnet_id required | Subnet ID Example : ab313c43291e4b678f4bacffe10768ae | string | |
| tags required | Tags | any of [array[Tag], null] | |
| vpc_id required | VPC ID Example : e58348b1bc9148e5af86500fd4ef99ca | string |
10 - GpuNodeDetailsRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| gpu_node_name required | GPU Node 이름 Example : gpu-node-001 | string | |
| ip_address optional | Private IP Example : 192.168.0.1 | any of [string, null] | |
| nat_enabled required | NAT 활성화 Example : True | boolean | |
| public_ip_address_id optional | NAT IP ID Example : 20c507a036c447cdb3b19468d8ea62ac | any of [string, null] | |
| server_type_id required | Server Type ID Example : f90e8ef54cc2451b825608e9f95f7bcb | string |
11 - GpuNodeDetailsResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| gpu_node_id required | ID Example : 20c507a036c447cdb3b19468d8ea62ac | string | |
| gpu_node_name required | GPU Node 이름 Example : gpu-node-001 | string | |
| policy_ip required | 정책 IP Example : 192.168.0.1 | string | |
| product_type_id required | Product Type ID Example : f90e8ef54cc2451b825608e9f95f7bcb | string | |
| server_type optional | Server Type Example : s1v8m32_metal | any of [string, null] | |
| state required | State Example : RUNNING | string |
12 - GpuNodeImageListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| images required | array[GpuNodeImageShowResponse] |
13 - GpuNodeImageShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2024-07-11 08:56:59 | string | |
| id required | 이미지 ID Example : IMAGE-7XFMaJpLsapKvskFMjCtmm | string | |
| name required | 이름 Example : RHEL 8.8 for BM | string | |
| os_distro required | OS Distro Example : RHEL | string | |
| priority required | Gpu Node Image 우선순위 Example : 20 | string | |
| scp_image_type required | SCP image type Example : STANDARD | string | |
| scp_os_version required | SCP OS version Example : 8.7 | string |
14 - GpuNodeListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | GPU Node Count Example : 20 | any of [integer, null] | |
| gpu_nodes required | array[GpuNodeShowResponse] |
15 - GpuNodeOperationRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| gpu_node_ids required | GPU Node ID List Example : ['20c507a036c447cdb3b19468d8ea62ac'] | array[object] |
16 - GpuNodeProductAttr
| Name | Description | Schema | Default |
|---|---|---|---|
| compute_class_type_name required | Compute class type 이름 Example : GPU H100 Metal-2 | string | |
| compute_class_type_value required | Compute class type unit Example : g2_mteal | string | |
| cpu_value required | CPU value Example : 64 | string | |
| disk_unit required | Disk unit Example : GB | string | |
| disk_value required | Disk value Example : 480 | string | |
| gpu_model required | GPU Model Example : H100 | string | |
| memory_value required | Memory value Example : 128 | string |
17 - GpuNodeProductListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| products required | Product List | array[GpuNodeProductShowResponse] |
18 - GpuNodeProductShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | 설명 Example : vCPU 16 │ Memory 128G │ Disk 480G | string | |
| id required | ID Example : SCALE | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 이름 Example : s2v16m128_metal | string | |
| product_attrs required | Product type | GpuNodeProductAttr | |
| state required | State Example : AVAILABLE | string | |
| type required | 유형 Example : SCALE | string |
19 - GpuNodeShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : f5c8e56a4d9b49a8bd89e14758a32d53 | string | |
| cluster_fabric_id optional | Cluster Fabric ID Example : 20c507a036c447cdb3b19468d8ea62ac | any of [string, null] | |
| cluster_fabric_name required | Cluster Fabric 이름 Example : cluster001 | string | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| gpu_node_name required | GPU Node 이름 Example : gpu-node-001 | string | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| image_id required | 이미지 ID Example : IMAGE-7XFMaJpLsapKvskFMjCtmm | string | |
| image_version required | Image Version Example : RHEL 8.7 for BM | string | |
| init_script required | Init script Example : init script | string | |
| lock_enabled optional | Lock 활성화 Example : True | boolean | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| network_id required | Network ID Example : ab313c43291e4b678f4bacffe10768ae | string | |
| node_pool_id required | Node Pool ID Example : POOL001-krw1a | string | |
| os_type required | OS type Example : WINDOWS | string | |
| pfs_ip optional | PFS IP 목록 Example : ['10.252.128.2', '10.252.128.3'] | any of [array[string], null] | |
| policy_ip required | 정책 IP Example : 192.168.0.1 | string | |
| policy_nat optional | Policy NAT Example : 192.168.0.1 | any of [string, null] | |
| policy_use_nat optional | Policy use NAT Example : True | boolean | |
| product_type_id required | Product type ID Example : f90e8ef54cc2451b825608e9f95f7bcb | string | |
| region_id required | 리전 ID Example : kr-west1 | string | |
| root_account required | Root account Example : rootaccount | string | |
| server_type required | Server type Example : s1v8m32_metal | string | |
| state required | GPU Node State Example : RUNNING | string | |
| time_zone required | 타임존 Example : Asia/Seoul | string | |
| vpc_id required | VPC ID Example : e58348b1bc9148e5af86500fd4ef99ca | string |
20 - GpuNodeTerminateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| gpu_node_ids required | GPU Node ID List Example : ['20c507a036c447cdb3b19468d8ea62ac'] | array[object] |
21 - NodePoolListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | 대수 Example : 20 | any of [integer, null] | |
| node_pools required | array[NodePoolShowResponse] |
22 - NodePoolShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| cluster_fabric_details optional | Cluster Fabric 상세 | array[ClusterFabricDetailsResponse] | |
| node_pool_id required | Node Pool ID Example : POOL001-krw1a | string |
23 - Tag
| Name | Description | Schema | Default |
|---|---|---|---|
| key optional | tag key Example : | any of [string, null] | |
| value optional | tag value Example : | any of [string, null] |