Overview
SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 명령 줄 인터페이스(Command-line interface, CLI)를 제공합니다.
본 가이드는 Bare Metal Server 서비스에 대한 간략한 설명 및 CLI를 호출하는 방법을 제공합니다.
Version
| Version | Status | Supported Until |
|---|---|---|
| 1.0 | DEPRECATED | 20251231 |
| 1.1 | CURRENT | - |
이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
scpcli baremetal private-nat-ip create
--baremetal_id <value>
--private_nat_ip_id <value>
--private_nat_id <value>
Bare Metal Server Private NAT IP 연결 기능
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
| private_nat_ip_id required | string | Private NAT IP ID | 03cd065d8acc4e47b11a11dc1411323e |
| private_nat_id required | string | Private NAT ID | a4fd0216cd32442a82733bbb8be0e82b |
| Name | Description | Example |
|---|---|---|
| nat_id | NAT ID | a4fd0216cd32442a82733bbb8be0e82b |
| nat_ip | NAT IP | 192.170.2.10 |
| nat_ip_id | NAT IP ID | 20c507a036c447cdb3b19468d8ea62ac |
| state | Static NAT 상태 | ACTIVE |
| static_nat_id | Static NAT ID | a1b97ae4695b40b0866e86a19cb191d3 |
scpcli baremetal nat-ip create
--baremetal_id <value>
--public_ip_address_id <value>
Bare Metal Server NAT IP 연결 기능
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
| public_ip_address_id required | string | Public NAT ID | 20c507a036c447cdb3b19468d8ea62ac |
| Name | Description | Example |
|---|---|---|
| baremetal_id | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
scpcli baremetal nat-ip create
--baremetal_id <value>
--public_ip_address_id <value>
Bare Metal Server NAT IP 연결 기능
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
| public_ip_address_id required | string | Public NAT ID | 20c507a036c447cdb3b19468d8ea62ac |
| Name | Description | Example |
|---|---|---|
| baremetal_id | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
scpcli baremetal local-subnet create
--baremetal_id <value>
--local_subnet_id <value>
[--local_subnet_ip <value>]
Bare Metal Server 로컬 서브넷 연결 기능
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
| local_subnet_id required | string | 로컬 Subnet ID | ab313c43291e4b678f4bacffe10768ae |
| local_subnet_ip optional | string | 로컬 Subnet IP | 192.168.0.1 |
scpcli baremetal local-subnet create
--baremetal_id <value>
--local_subnet_id <value>
[--local_subnet_ip <value>]
Bare Metal Server 로컬 서브넷 연결 기능
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
| local_subnet_id required | string | 로컬 Subnet ID | ab313c43291e4b678f4bacffe10768ae |
| local_subnet_ip optional | string | 로컬 Subnet IP | 192.168.0.1 |
scpcli baremetal baremetal create
--vpc_id <value>
--subnet_id <value>
--server_details <value>
--region_id <value>
--os_user_password <value>
--os_user_id <value>
--image_id <value>
[--init_script <value>]
[--lock_enabled <value>]
[--placement_group_name <value>]
[--tags <value>]
[--use_placement_group <value>]
Bare Metal Server 생성 요청 기능
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | e58348b1bc9148e5af86500fd4ef99ca |
| subnet_id required | string | Subnet ID | ab313c43291e4b678f4bacffe10768ae |
| server_details required | array | 서버별 세부 설정 | '{"bare_metal_local_subnet_id": "ab313c43291e4b678f4bacffe10768ae", "bare_metal_local_subnet_ip_address": "192.168.0.1", "bare_metal_server_name": "bmserver-001", "ip_address": "192.168.0.1", "local_disk_partitions": [{"mount_point": "/mountpoint", "partition_name": "partitionname", "partition_size": 20, "partition_type": "ext4"}], "local_disk_type": "flat", "nat_enabled": true, "public_ip_address_id": "20c507a036c447cdb3b19468d8ea62ac", "server_type_id": "PRODUCT-0iT9dNiLr4lVoYmjlY2Vgg", "use_hyper_threading": true}' |
| region_id required | string | 리전 ID | kr-west1 |
| os_user_password required | string | OS 유저 패스워드 | password |
| os_user_id required | string | OS 유저 ID | user001 |
| image_id required | string | 이미지 ID | IMAGE-7XFMaJpLsapKvskFMjCtmm |
| init_script optional | string | Init script | init script |
| lock_enabled optional | boolean | Lock 사용 여부 | True |
| placement_group_name optional | string | Placement Group 이름 | pgtest |
| tags optional | array | 태그 | '{"key": "key", "value": "value"}' |
| use_placement_group optional | boolean | placement group 사용 여부 | False |
| Name | Description | Example |
|---|---|---|
| account_id | Account ID | f5c8e56a4d9b49a8bd89e14758a32d53 |
| request_id | Request ID | req-002daa83-52d9-41e8-9b0f-d31d35610f65 |
| resource_id | 자원 ID | 20c507a036c447cdb3b19468d8ea62ac |
scpcli baremetal baremetal create
--vpc_id <value>
--subnet_id <value>
--server_details <value>
--region_id <value>
--os_user_password <value>
--os_user_id <value>
--image_id <value>
[--init_script <value>]
[--lock_enabled <value>]
[--placement_group_name <value>]
[--tags <value>]
[--use_placement_group <value>]
Bare Metal Server 생성 요청 기능
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | e58348b1bc9148e5af86500fd4ef99ca |
| subnet_id required | string | Subnet ID | ab313c43291e4b678f4bacffe10768ae |
| server_details required | array | 서버별 세부 설정 | '{"bare_metal_local_subnet_id": "ab313c43291e4b678f4bacffe10768ae", "bare_metal_local_subnet_ip_address": "192.168.0.1", "bare_metal_server_name": "bmserver-001", "ip_address": "192.168.0.1", "local_disk_partitions": [{"mount_point": "/mountpoint", "partition_name": "partitionname", "partition_size": 20, "partition_type": "ext4"}], "local_disk_type": "flat", "nat_enabled": true, "public_ip_address_id": "20c507a036c447cdb3b19468d8ea62ac", "server_type_id": "PRODUCT-0iT9dNiLr4lVoYmjlY2Vgg", "use_hyper_threading": true}' |
| region_id required | string | 리전 ID | kr-west1 |
| os_user_password required | string | OS 유저 패스워드 | password |
| os_user_id required | string | OS 유저 ID | user001 |
| image_id required | string | 이미지 ID | IMAGE-7XFMaJpLsapKvskFMjCtmm |
| init_script optional | string | Init script | init script |
| lock_enabled optional | boolean | Lock 사용 여부 | True |
| placement_group_name optional | string | Placement Group 이름 | pgtest |
| tags optional | array | 태그 | '{"key": "key", "value": "value"}' |
| use_placement_group optional | boolean | placement group 사용 여부 | False |
| Name | Description | Example |
|---|---|---|
| account_id | Account ID | f5c8e56a4d9b49a8bd89e14758a32d53 |
| request_id | Request ID | req-002daa83-52d9-41e8-9b0f-d31d35610f65 |
| resource_id | 자원 ID | 20c507a036c447cdb3b19468d8ea62ac |
scpcli baremetal private-nat-ip delete
--baremetal_id <value>
Bare Metal Server Private NAT IP 해지 기능
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
scpcli baremetal nat-ip delete
--baremetal_id <value>
Bare Metal Server NAT IP 해지 기능
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
scpcli baremetal nat-ip delete
--baremetal_id <value>
Bare Metal Server NAT IP 해지 기능
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
scpcli baremetal baremetal delete
--baremetal_id_list <value>
Bare Metal Server 해지 요청 기능
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| baremetal_id_list required | array | Bare Metal Server ID 리스트 | 20c507a036c447cdb3b19468d8ea62ac |
scpcli baremetal baremetal delete
--baremetal_id_list <value>
Bare Metal Server 해지 요청 기능
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| baremetal_id_list required | array | Bare Metal Server ID 리스트 | 20c507a036c447cdb3b19468d8ea62ac |
scpcli baremetal local-subnet delete
--baremetal_id <value>
--local_subnet_ip <value>
--local_subnet_id <value>
Bare Metal Server 로컬 서브넷 해지 기능
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
| local_subnet_ip required | string | 로컬 Subnet IP | 192.168.0.1 |
| local_subnet_id required | string | 로컬 Subnet ID | ab313c43291e4b678f4bacffe10768ae |
scpcli baremetal local-subnet delete
--baremetal_id <value>
--local_subnet_ip <value>
--local_subnet_id <value>
Bare Metal Server 로컬 서브넷 해지 기능
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
| local_subnet_ip required | string | 로컬 Subnet IP | 192.168.0.1 |
| local_subnet_id required | string | 로컬 Subnet ID | ab313c43291e4b678f4bacffe10768ae |
scpcli baremetal image list
--region_id <value>
Bare Metal Server 이미지 조회 기능
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| region_id required | string | 리전 ID | kr-west1 |
| Name | Description | Example |
|---|---|---|
| id | 이미지 ID | IMAGE-7XFMaJpLsapKvskFMjCtmm |
| created_at | 생성 시간 | 2024-07-11 08:56:59 |
| name | 이미지명 | RHEL 8.8 for BM |
| os_distro | OS type | RHEL |
| scp_image_type | 이미지 타입 | STANDARD |
| scp_os_version | OS 버전 | 8.7 |
scpcli baremetal image list
--region_id <value>
Bare Metal Server 이미지 조회 기능
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| region_id required | string | 리전 ID | kr-west1 |
| Name | Description | Example |
|---|---|---|
| id | 이미지 ID | IMAGE-7XFMaJpLsapKvskFMjCtmm |
| created_at | 생성 시간 | 2024-07-11 08:56:59 |
| name | 이미지명 | RHEL 8.8 for BM |
| os_distro | OS type | RHEL |
| scp_image_type | 이미지 타입 | STANDARD |
| scp_os_version | OS 버전 | 8.7 |
scpcli baremetal product list
[--image_id <value>]
Bare Metal Server Scale type 조회 기능
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id optional | string | 이미지 ID | IMAGE-7XFMaJpLsapKvskFMjCtmm |
| Name | Description | Example |
|---|---|---|
| id | ID | PRODUCT-0iT9dNiLr4lVoYmjlY2Vgg |
| compute_class_type_name | Compute class type 이름 | StandardMetal-2 |
| compute_class_type_value | Compute class type value | s2_metal |
| cpu_name | CPU 이름 | cpu 16 vCore |
| cpu_unit | CPU unit | vCPU |
| cpu_value | CPU value | 64 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| description | 설명 | vCPU 16 │ Memory 128G │ Disk 480G |
| disk_unit | Disk unit | GB |
| disk_value | Disk value | 480 |
| memory_name | Memroy 이름 | server memory 128GB |
| memory_unit | Memory unit | GB |
| memory_value | Memory value | 128 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| name | 이름 | s2v16m128_metal |
| name_with_generation | 세대 | s2v16m128_metal |
| os_disk_gb | OS Disk 값 | 480 |
| state | State | AVAILABLE |
| type | 유형 | SCALE |
scpcli baremetal product list
[--image_id <value>]
Bare Metal Server Scale type 조회 기능
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id optional | string | 이미지 ID | IMAGE-7XFMaJpLsapKvskFMjCtmm |
| Name | Description | Example |
|---|---|---|
| id | ID | PRODUCT-0iT9dNiLr4lVoYmjlY2Vgg |
| attri_name | Attribute 이름 | attri name |
| attri_value | Attribute value | attri value |
| compute_class_type_name | Compute class type 이름 | StandardMetal-2 |
| compute_class_type_unit | Compute class type unit | compute_class_type_unit |
| compute_class_type_value | Compute class type value | s2_metal |
| cpu_generation | CPU generation | cpu generation |
| cpu_name | CPU 이름 | cpu 16 vCore |
| cpu_unit | CPU unit | vCPU |
| cpu_value | CPU value | 64 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | vCPU 16 │ Memory 128G │ Disk 480G |
| disk_name | Disk명 | disk_name |
| disk_unit | Disk unit | GB |
| disk_value | Disk value | 480 |
| infiniband_name | InfiniBand 이름 | infiniband_name |
| infiniband_unit | InfiniBand unit | infiniband_unit |
| infiniband_value | Infiniband value | infiniband_value |
| memory_name | Memroy 이름 | server memory 128GB |
| memory_unit | Memory unit | GB |
| memory_value | Memory value | 128 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 이름 | s2v16m128_metal |
| name_with_generation | 세대 | s2v16m128_metal |
| socket_name | Socket 이름 | socket_name |
| socket_unit | Socket unit | socket_unit |
| socket_value | Socket value | socket_value |
| state | State | AVAILABLE |
| type | 유형 | SCALE |
scpcli baremetal baremetal list
[--size <value>]
[--page <value>]
[--sort <value>]
[--server_name <value>]
[--state <value>]
[--ip <value>]
[--vpc_id <value>]
Bare Metal Server 목록 조회 기능
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| server_name optional | string | Bare Metal Server 이름 | bmserver-001 |
| state optional | string | Bare Metal Server 상태 | RUNNING |
| ip optional | string | Bare Metal Server IP 주소 | 192.168.0.1 |
| vpc_id optional | string | VPC ID | e58348b1bc9148e5af86500fd4ef99ca |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| image_id | 이미지 ID | IMAGE-7XFMaJpLsapKvskFMjCtmm |
| image_version | 이미지 버전 | RHEL 8.7 for BM |
| lock_enabled | Lock 사용 여부 | True |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| network_id | Subnet ID | ab313c43291e4b678f4bacffe10768ae |
| os_type | OS type | WINDOWS |
| placement_group_name | Placement Group 이름 | pgtest |
| policy_ip | 정책 IP | 192.168.0.1 |
| product_type_id | Bare Metal Server 스케일 ID | PRODUCT-0iT9dNiLr4lVoYmjlY2Vgg |
| region_id | 리전 ID | kr-west1 |
| server_name | Bare Metal Server 이름 | bmserver-001 |
| server_type | Bare Metal Server 스케일 타입 | s1v8m32_metal |
| state | Bare Metal Server 상태 | RUNNING |
| vpc_id | VPC ID | e58348b1bc9148e5af86500fd4ef99ca |
scpcli baremetal baremetal list
[--size <value>]
[--page <value>]
[--sort <value>]
[--server_name <value>]
[--state <value>]
[--ip <value>]
[--vpc_id <value>]
Bare Metal Server 목록 조회 기능
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| server_name optional | string | Bare Metal Server 이름 | bmserver-001 |
| state optional | string | Bare Metal Server 상태 | RUNNING |
| ip optional | string | Bare Metal Server IP 주소 | 192.168.0.1 |
| vpc_id optional | string | VPC ID | e58348b1bc9148e5af86500fd4ef99ca |
| Name | Description | Example |
|---|---|---|
| id | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
| account_id | Account ID | f5c8e56a4d9b49a8bd89e14758a32d53 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef716e80-1fac-4faa-892d-0132fc7f5583 |
| hyper_threading_use | Hyper threading 사용 여부 | True |
| image_id | 이미지 ID | IMAGE-7XFMaJpLsapKvskFMjCtmm |
| image_version | 이미지 버전 | RHEL 8.7 for BM |
| init_script | Init script | init script |
| local_subnet_info | Local Subnet 정보 | |
| lock_enabled | Lock 사용 여부 | True |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | ef716e80-1fac-4faa-892d-0132fc7f5583 |
| network_id | Subnet ID | ab313c43291e4b678f4bacffe10768ae |
| os_type | OS type | WINDOWS |
| placement_group_name | Placement Group 이름 | pgtest |
| policy_ip | 정책 IP | 192.168.0.1 |
| policy_nat | Public NAT IP | 192.168.0.1 |
| policy_use_nat | Public NAT 사용 여부 | True |
| product_type_id | Bare Metal Server 스케일 ID | PRODUCT-0iT9dNiLr4lVoYmjlY2Vgg |
| public_nat_status | Public NAT 상태 | ACTIVE |
| region_id | 리전 ID | kr-west1 |
| root_account | 루트 계정 | rootaccount |
| server_name | Bare Metal Server 이름 | bmserver-001 |
| server_type | Bare Metal Server 스케일 타입 | s1v8m32_metal |
| state | Bare Metal Server 상태 | RUNNING |
| time_zone | 타임존 | Asia/Seoul |
| use_local_subnet | 로컬 서브넷 사용 여부 | True |
| vpc_id | VPC ID | e58348b1bc9148e5af86500fd4ef99ca |
scpcli baremetal baremetal lock
--baremetal_id <value>
Bare Metal Server Lock 활성화 기능
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
scpcli baremetal baremetal lock
--baremetal_id <value>
Bare Metal Server Lock 활성화 기능
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
scpcli baremetal baremetal show
--baremetal_id <value>
Bare Metal Server 상세 조회 기능
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
| Name | Description | Example |
|---|---|---|
| interface_name | Interface명 | ens8f1,bond_serv.2 |
| local_subnet_id | 로컬 Subnet ID | ab313c43291e4b678f4bacffe10768ae |
| policy_local_subnet_ip | 로컬 Subnet IP | 192.168.0.1 |
| state | Local subnet IP의 상태 | CREATING |
| vlan_id | Vlan ID | 500 |
| vni_role_name | VNI Role Name | mgmtJ4dzQBo |
scpcli baremetal baremetal show
--baremetal_id <value>
Bare Metal Server 상세 조회 기능
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
| Name | Description | Example |
|---|---|---|
| interface_name | Interface명 | ens8f1,bond_serv.2 |
| local_subnet_id | 로컬 Subnet ID | ab313c43291e4b678f4bacffe10768ae |
| policy_local_subnet_ip | 로컬 Subnet IP | 192.168.0.1 |
| state | Local subnet IP의 상태 | CREATING |
| vlan_id | Vlan ID | 500 |
| vni_role_name | VNI Role Name | mgmtJ4dzQBo |
scpcli baremetal baremetal start
--bare_metal_server_ids <value>
Bare Metal Server 시작(부팅) 요청 기능
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| bare_metal_server_ids required | array | Bare Metal Server ID 리스트 | 20c507a036c447cdb3b19468d8ea62ac |
| Name | Description | Example |
|---|---|---|
| account_id | Account ID | f5c8e56a4d9b49a8bd89e14758a32d53 |
| request_id | Request ID | req-002daa83-52d9-41e8-9b0f-d31d35610f65 |
| resource_id | 자원 ID | 20c507a036c447cdb3b19468d8ea62ac |
scpcli baremetal baremetal start
--bare_metal_server_ids <value>
Bare Metal Server 시작(부팅) 요청 기능
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| bare_metal_server_ids required | array | Bare Metal Server ID 리스트 | 20c507a036c447cdb3b19468d8ea62ac |
| Name | Description | Example |
|---|---|---|
| account_id | Account ID | f5c8e56a4d9b49a8bd89e14758a32d53 |
| request_id | Request ID | req-002daa83-52d9-41e8-9b0f-d31d35610f65 |
| resource_id | 자원 ID | 20c507a036c447cdb3b19468d8ea62ac |
scpcli baremetal baremetal stop
--bare_metal_server_ids <value>
Bare Metal Server 중지 요청 기능
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| bare_metal_server_ids required | array | Bare Metal Server ID 리스트 | 20c507a036c447cdb3b19468d8ea62ac |
| Name | Description | Example |
|---|---|---|
| account_id | Account ID | f5c8e56a4d9b49a8bd89e14758a32d53 |
| request_id | Request ID | req-002daa83-52d9-41e8-9b0f-d31d35610f65 |
| resource_id | 자원 ID | 20c507a036c447cdb3b19468d8ea62ac |
scpcli baremetal baremetal stop
--bare_metal_server_ids <value>
Bare Metal Server 중지 요청 기능
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| bare_metal_server_ids required | array | Bare Metal Server ID 리스트 | 20c507a036c447cdb3b19468d8ea62ac |
| Name | Description | Example |
|---|---|---|
| account_id | Account ID | f5c8e56a4d9b49a8bd89e14758a32d53 |
| request_id | Request ID | req-002daa83-52d9-41e8-9b0f-d31d35610f65 |
| resource_id | 자원 ID | 20c507a036c447cdb3b19468d8ea62ac |