Bare Metal Server
Overview
Provides a Command-line Interface (CLI) that supports programmatic use of IaaS/PaaS products provided by SCP.
This guide provides a brief description of Bare Metal Server service and how to call CLI.
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.1 | CURRENT | - |
| 1.0 | DEPRECATED | 20251231 |
1 - CLIs
1.1 - Assign Baremetal Private NAT IP
1.1.1 - 1.1
scpcli baremetal private-nat-ip create
--baremetal_id <value>
--private_nat_ip_id <value>
--private_nat_id <value>
Description
Assign Private NAT IP at Bare Metal Server.
State
ACTIVE (CURRENT)
Parameters
| 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 |
Responses
| 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 state | ACTIVE |
| static_nat_id | Static NAT ID | a1b97ae4695b40b0866e86a19cb191d3 |
1.2 - Assign Baremetal Public NAT IP
1.2.1 - 1.1
scpcli baremetal nat-ip create
--baremetal_id <value>
--public_ip_address_id <value>
Description
Assign Public NAT IP at Bare Metal Server.
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
public_ip_address_id required | string | Public IP ID | 20c507a036c447cdb3b19468d8ea62ac |
Responses
| Name | Description | Example |
|---|
| baremetal_id | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
1.2.2 - 1.0
scpcli baremetal nat-ip create
--baremetal_id <value>
--public_ip_address_id <value>
Description
Assign Public NAT IP at Bare Metal Server.
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
public_ip_address_id required | string | Public IP ID | 20c507a036c447cdb3b19468d8ea62ac |
Responses
| Name | Description | Example |
|---|
| baremetal_id | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
1.3 - Attach Baremetal Local Subnet
1.3.1 - 1.1
scpcli baremetal local-subnet create
--baremetal_id <value>
--local_subnet_id <value>
[--local_subnet_ip <value>]
Description
Attach Local Subnet for Bare Metal Server.
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
local_subnet_id required | string | Local Subnet ID | ab313c43291e4b678f4bacffe10768ae |
local_subnet_ip optional | string | Policy Local Subnet IP | 192.168.0.1 |
1.3.2 - 1.0
scpcli baremetal local-subnet create
--baremetal_id <value>
--local_subnet_id <value>
[--local_subnet_ip <value>]
Description
Attach Local Subnet for Bare Metal Server.
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
local_subnet_id required | string | Local Subnet ID | ab313c43291e4b678f4bacffe10768ae |
local_subnet_ip optional | string | Policy Local Subnet IP | 192.168.0.1 |
1.4 - Create Baremetals
1.4.1 - 1.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>]
Description
Create Bare Metal Servers.
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | e58348b1bc9148e5af86500fd4ef99ca |
subnet_id required | string | Subnet ID | ab313c43291e4b678f4bacffe10768ae |
server_details required | array | Detailed settings for each server | '{"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 | Region ID | kr-west1 |
os_user_password required | string | OS user password | password |
os_user_id required | string | OS user ID | user001 |
image_id required | string | Image ID | IMAGE-7XFMaJpLsapKvskFMjCtmm |
init_script optional | string | Init script | init script |
lock_enabled optional | boolean | Use Lock | True |
placement_group_name optional | string | Placement Group Name | pgtest |
tags optional | array | Tag | '{"key": "key", "value": "value"}' |
use_placement_group optional | boolean | Use Placement Group | False |
Responses
| Name | Description | Example |
|---|
| account_id | Account ID | f5c8e56a4d9b49a8bd89e14758a32d53 |
| request_id | Request ID | req-002daa83-52d9-41e8-9b0f-d31d35610f65 |
| resource_id | Resource ID | 20c507a036c447cdb3b19468d8ea62ac |
1.4.2 - 1.0
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>]
Description
Create Bare Metal Servers.
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | e58348b1bc9148e5af86500fd4ef99ca |
subnet_id required | string | Subnet ID | ab313c43291e4b678f4bacffe10768ae |
server_details required | array | Detailed settings for each server | '{"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 | Region ID | kr-west1 |
os_user_password required | string | OS user password | password |
os_user_id required | string | OS user ID | user001 |
image_id required | string | Image ID | IMAGE-7XFMaJpLsapKvskFMjCtmm |
init_script optional | string | Init script | init script |
lock_enabled optional | boolean | Use Lock | True |
placement_group_name optional | string | Placement Group Name | pgtest |
tags optional | array | Tag | '{"key": "key", "value": "value"}' |
use_placement_group optional | boolean | Use Placement Group | False |
Responses
| Name | Description | Example |
|---|
| account_id | Account ID | f5c8e56a4d9b49a8bd89e14758a32d53 |
| request_id | Request ID | req-002daa83-52d9-41e8-9b0f-d31d35610f65 |
| resource_id | Resource ID | 20c507a036c447cdb3b19468d8ea62ac |
1.5 - Delete Baremetal Private NAT IP
1.5.1 - 1.1
scpcli baremetal private-nat-ip delete
--baremetal_id <value>
Description
Delete Private NAT IP Bare Metal Server.
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
1.6 - Delete Baremetal Public NAT IP
1.6.1 - 1.1
scpcli baremetal nat-ip delete
--baremetal_id <value>
Description
Delete Public NAT IP Bare Metal Server.
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
1.6.2 - 1.0
scpcli baremetal nat-ip delete
--baremetal_id <value>
Description
Delete Public NAT IP Bare Metal Server.
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
1.7 - Delete Baremetals
1.7.1 - 1.1
scpcli baremetal baremetal delete
--baremetal_id_list <value>
Description
Delete Bare Metal Servers.
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
baremetal_id_list required | array | Bare Metal Server IDs | 20c507a036c447cdb3b19468d8ea62ac |
1.7.2 - 1.0
scpcli baremetal baremetal delete
--baremetal_id_list <value>
Description
Delete Bare Metal Servers.
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
baremetal_id_list required | array | Bare Metal Server IDs | 20c507a036c447cdb3b19468d8ea62ac |
1.8 - Detach Baremetal Local Subnet
1.8.1 - 1.1
scpcli baremetal local-subnet delete
--baremetal_id <value>
--local_subnet_ip <value>
--local_subnet_id <value>
Description
Detach Local Subnet for Bare Metal Server.
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
local_subnet_ip required | string | Policy Local Subnet IP | 192.168.0.1 |
local_subnet_id required | string | Local Subnet ID | ab313c43291e4b678f4bacffe10768ae |
1.8.2 - 1.0
scpcli baremetal local-subnet delete
--baremetal_id <value>
--local_subnet_ip <value>
--local_subnet_id <value>
Description
Detach Local Subnet for Bare Metal Server.
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
local_subnet_ip required | string | Policy Local Subnet IP | 192.168.0.1 |
local_subnet_id required | string | Local Subnet ID | ab313c43291e4b678f4bacffe10768ae |
1.9 - List Baremetal Images
1.9.1 - 1.1
scpcli baremetal image list
--region_id <value>
Description
List Bare Metal Server Images.
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
region_id required | string | Region ID | kr-west1 |
Responses
| Name | Description | Example |
|---|
| id | Image ID | IMAGE-7XFMaJpLsapKvskFMjCtmm |
| created_at | Created at | 2024-07-11 08:56:59 |
| name | Image name | RHEL 8.8 for BM |
| os_distro | OS type | RHEL |
| scp_image_type | Image Type | STANDARD |
| scp_os_version | OS version | 8.7 |
1.9.2 - 1.0
scpcli baremetal image list
--region_id <value>
Description
List Bare Metal Server Images.
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
region_id required | string | Region ID | kr-west1 |
Responses
| Name | Description | Example |
|---|
| id | Image ID | IMAGE-7XFMaJpLsapKvskFMjCtmm |
| created_at | Created at | 2024-07-11 08:56:59 |
| name | Image name | RHEL 8.8 for BM |
| os_distro | OS type | RHEL |
| scp_image_type | Image Type | STANDARD |
| scp_os_version | OS version | 8.7 |
1.10 - List Baremetal Products
1.10.1 - 1.1
scpcli baremetal product list
[--image_id <value>]
Description
List Bare Metal Server products.
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
image_id optional | string | Image ID | IMAGE-7XFMaJpLsapKvskFMjCtmm |
Responses
| Name | Description | Example |
|---|
| id | ID | PRODUCT-0iT9dNiLr4lVoYmjlY2Vgg |
| compute_class_type_name | Compute class type name | StandardMetal-2 |
| compute_class_type_value | Compute class type value | s2_metal |
| cpu_name | CPU name | cpu 16 vCore |
| cpu_unit | CPU unit | vCPU |
| cpu_value | CPU value | 64 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| description | Description | vCPU 16 │ Memory 128G │ Disk 480G |
| disk_unit | Disk unit | GB |
| disk_value | Disk value | 480 |
| memory_name | Memory name | server memory 128GB |
| memory_unit | Memory unit | GB |
| memory_value | Memory value | 128 |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| name | Name | s2v16m128_metal |
| name_with_generation | Name with generation | s2v16m128_metal |
| os_disk_gb | OS disk value | 480 |
| state | State | AVAILABLE |
| type | Type | SCALE |
1.10.2 - 1.0
scpcli baremetal product list
[--image_id <value>]
Description
List Bare Metal Server products.
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
image_id optional | string | Image ID | IMAGE-7XFMaJpLsapKvskFMjCtmm |
Responses
| Name | Description | Example |
|---|
| id | ID | PRODUCT-0iT9dNiLr4lVoYmjlY2Vgg |
| attri_name | Attribute name | attri name |
| attri_value | Attribute value | attri value |
| compute_class_type_name | Compute class type name | 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 name | cpu 16 vCore |
| cpu_unit | CPU unit | vCPU |
| cpu_value | CPU value | 64 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Description | vCPU 16 │ Memory 128G │ Disk 480G |
| disk_name | Disk name | disk_name |
| disk_unit | Disk unit | GB |
| disk_value | Disk value | 480 |
| infiniband_name | InfiniBand name | infiniband_name |
| infiniband_unit | InfiniBand unit | infiniband_unit |
| infiniband_value | Infiniband value | infiniband_value |
| memory_name | Memory name | server memory 128GB |
| memory_unit | Memory unit | GB |
| memory_value | Memory value | 128 |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Name | s2v16m128_metal |
| name_with_generation | Name with generation | s2v16m128_metal |
| socket_name | Socket name | socket_name |
| socket_unit | Socket unit | socket_unit |
| socket_value | Socket value | socket_value |
| state | State | AVAILABLE |
| type | Type | SCALE |
1.11 - List Baremetals
1.11.1 - 1.1
scpcli baremetal baremetal list
[--size <value>]
[--page <value>]
[--sort <value>]
[--server_name <value>]
[--state <value>]
[--ip <value>]
[--vpc_id <value>]
Description
Get Bare Metal Servers list.
State
ACTIVE (CURRENT)
Parameters
| 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 name | bmserver-001 |
state optional | string | Bare Metal Server state | RUNNING |
ip optional | string | Bare Metal Server IP address | 192.168.0.1 |
vpc_id optional | string | VPC ID | e58348b1bc9148e5af86500fd4ef99ca |
Responses
| Name | Description | Example |
|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| image_id | Image ID | IMAGE-7XFMaJpLsapKvskFMjCtmm |
| image_version | Image version | RHEL 8.7 for BM |
| lock_enabled | Use Lock | True |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| network_id | Subnet ID | ab313c43291e4b678f4bacffe10768ae |
| os_type | OS type | WINDOWS |
| placement_group_name | Placement Group Name | pgtest |
| policy_ip | Policy IP | 192.168.0.1 |
| product_type_id | Bare Metal Server scale ID | PRODUCT-0iT9dNiLr4lVoYmjlY2Vgg |
| region_id | Region ID | kr-west1 |
| server_name | Bare Metal Server name | bmserver-001 |
| server_type | Bare Metal Server scale type | s1v8m32_metal |
| state | Bare Metal Server state | RUNNING |
| vpc_id | VPC ID | e58348b1bc9148e5af86500fd4ef99ca |
1.11.2 - 1.0
scpcli baremetal baremetal list
[--size <value>]
[--page <value>]
[--sort <value>]
[--server_name <value>]
[--state <value>]
[--ip <value>]
[--vpc_id <value>]
Description
Get Bare Metal Servers list.
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| 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 name | bmserver-001 |
state optional | string | Bare Metal Server state | RUNNING |
ip optional | string | Bare Metal Server IP address | 192.168.0.1 |
vpc_id optional | string | VPC ID | e58348b1bc9148e5af86500fd4ef99ca |
Responses
| Name | Description | Example |
|---|
| id | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
| account_id | Account ID | f5c8e56a4d9b49a8bd89e14758a32d53 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created by | ef716e80-1fac-4faa-892d-0132fc7f5583 |
| hyper_threading_use | Use Hyper Threading | True |
| image_id | Image ID | IMAGE-7XFMaJpLsapKvskFMjCtmm |
| image_version | Image version | RHEL 8.7 for BM |
| init_script | Init script | init script |
| local_subnet_info | Local Subnet info | |
| lock_enabled | Use Lock | True |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified by | ef716e80-1fac-4faa-892d-0132fc7f5583 |
| network_id | Subnet ID | ab313c43291e4b678f4bacffe10768ae |
| os_type | OS type | WINDOWS |
| placement_group_name | Placement Group Name | pgtest |
| policy_ip | Policy IP | 192.168.0.1 |
| policy_nat | Public NAT IP | 192.168.0.1 |
| policy_use_nat | Use Public NAT | True |
| product_type_id | Bare Metal Server scale ID | PRODUCT-0iT9dNiLr4lVoYmjlY2Vgg |
| public_nat_status | Public NAT status | ACTIVE |
| region_id | Region ID | kr-west1 |
| root_account | Root Account | rootaccount |
| server_name | Bare Metal Server name | bmserver-001 |
| server_type | Bare Metal Server scale type | s1v8m32_metal |
| state | Bare Metal Server state | RUNNING |
| time_zone | Time Zone | Asia/Seoul |
| use_local_subnet | Use Local Subnet | True |
| vpc_id | VPC ID | e58348b1bc9148e5af86500fd4ef99ca |
1.12 - Lock Baremetal
1.12.1 - 1.1
scpcli baremetal baremetal lock
--baremetal_id <value>
Description
Lock Bare Metal Server.
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
1.12.2 - 1.0
scpcli baremetal baremetal lock
--baremetal_id <value>
Description
Lock Bare Metal Server.
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
1.13 - Show Baremetal
1.13.1 - 1.1
scpcli baremetal baremetal show
--baremetal_id <value>
Description
Show Bare Metal Server.
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
Responses
| Name | Description | Example |
|---|
| interface_name | Interface Name | ens8f1,bond_serv.2 |
| local_subnet_id | Local Subnet ID | ab313c43291e4b678f4bacffe10768ae |
| policy_local_subnet_ip | Policy Local Subnet IP | 192.168.0.1 |
| state | LocalSubnet IP state | CREATING |
| vlan_id | Vlan Id | 500 |
| vni_role_name | VNI Role Name | mgmtJ4dzQBo |
1.13.2 - 1.0
scpcli baremetal baremetal show
--baremetal_id <value>
Description
Show Bare Metal Server.
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
Responses
| Name | Description | Example |
|---|
| interface_name | Interface Name | ens8f1,bond_serv.2 |
| local_subnet_id | Local Subnet ID | ab313c43291e4b678f4bacffe10768ae |
| policy_local_subnet_ip | Policy Local Subnet IP | 192.168.0.1 |
| state | LocalSubnet IP state | CREATING |
| vlan_id | Vlan Id | 500 |
| vni_role_name | VNI Role Name | mgmtJ4dzQBo |
1.14 - Start Baremetals
1.14.1 - 1.1
scpcli baremetal baremetal start
--bare_metal_server_ids <value>
Description
Start Bare Metal Servers.
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
bare_metal_server_ids required | array | Bare Metal Server IDs | 20c507a036c447cdb3b19468d8ea62ac |
Responses
| Name | Description | Example |
|---|
| account_id | Account ID | f5c8e56a4d9b49a8bd89e14758a32d53 |
| request_id | Request ID | req-002daa83-52d9-41e8-9b0f-d31d35610f65 |
| resource_id | Resource ID | 20c507a036c447cdb3b19468d8ea62ac |
1.14.2 - 1.0
scpcli baremetal baremetal start
--bare_metal_server_ids <value>
Description
Start Bare Metal Servers.
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
bare_metal_server_ids required | array | Bare Metal Server IDs | 20c507a036c447cdb3b19468d8ea62ac |
Responses
| Name | Description | Example |
|---|
| account_id | Account ID | f5c8e56a4d9b49a8bd89e14758a32d53 |
| request_id | Request ID | req-002daa83-52d9-41e8-9b0f-d31d35610f65 |
| resource_id | Resource ID | 20c507a036c447cdb3b19468d8ea62ac |
1.15 - Stop Baremetals
1.15.1 - 1.1
scpcli baremetal baremetal stop
--bare_metal_server_ids <value>
Description
Stop Bare Metal Servers.
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
bare_metal_server_ids required | array | Bare Metal Server IDs | 20c507a036c447cdb3b19468d8ea62ac |
Responses
| Name | Description | Example |
|---|
| account_id | Account ID | f5c8e56a4d9b49a8bd89e14758a32d53 |
| request_id | Request ID | req-002daa83-52d9-41e8-9b0f-d31d35610f65 |
| resource_id | Resource ID | 20c507a036c447cdb3b19468d8ea62ac |
1.15.2 - 1.0
scpcli baremetal baremetal stop
--bare_metal_server_ids <value>
Description
Stop Bare Metal Servers.
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
bare_metal_server_ids required | array | Bare Metal Server IDs | 20c507a036c447cdb3b19468d8ea62ac |
Responses
| Name | Description | Example |
|---|
| account_id | Account ID | f5c8e56a4d9b49a8bd89e14758a32d53 |
| request_id | Request ID | req-002daa83-52d9-41e8-9b0f-d31d35610f65 |
| resource_id | Resource ID | 20c507a036c447cdb3b19468d8ea62ac |
1.16 - Unlock Baremetal
1.16.1 - 1.1
scpcli baremetal baremetal unlock
--baremetal_id <value>
Description
Unlock Bare Metal Server.
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |
1.16.2 - 1.0
scpcli baremetal baremetal unlock
--baremetal_id <value>
Description
Unlock Bare Metal Server.
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
baremetal_id required | string | Bare Metal Server ID | 20c507a036c447cdb3b19468d8ea62ac |