Overview
SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 명령 줄 인터페이스(Command-line interface, CLI)를 제공합니다.
본 가이드는 Virtual Server 서비스에 대한 간략한 설명 및 CLI를 호출하는 방법을 제공합니다.
Version
| Version | Status | Supported Until |
|---|---|---|
| 1.0 | DEPRECATED | 20251231 |
| 1.1 | CURRENT | - |
이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
scpcli virtualserver volume transfer accept
--transfer_id <value>
--auth_key <value>
Accept a volume transfer.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| transfer_id required | string | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| auth_key required | string | Auth key | f5972fdb456897eb |
| Name | Description | Example |
|---|---|---|
| id | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| name | 볼륨명 | volume01 |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver volume transfer accept
--transfer_id <value>
--auth_key <value>
Accept a volume transfer.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| transfer_id required | string | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| auth_key required | string | Auth key | f5972fdb456897eb |
| Name | Description | Example |
|---|---|---|
| id | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| name | 볼륨명 | volume01 |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver server add security group
--server_id <value>
--security_group_id <value>
서버에 Security Group을 추가한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| security_group_id required | string | Security Group ID | c09c3f05-03d9-443f-b27a-40e0f973c75f |
| Name | Description | Example |
|---|
scpcli virtualserver volume attach server
--volume_id <value>
--server_id <value>
[--delete_on_termination <value>]
볼륨을 서버에 연결한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| delete_on_termination optional | boolean | 해지 시 삭제 | False |
| Name | Description | Example |
|---|---|---|
| delete_on_termination | 해지 시 삭제 | False |
| device | Device name | /dev/vda |
| server_id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver volume attach server
--volume_id <value>
--server_id <value>
[--delete_on_termination <value>]
볼륨을 서버에 연결한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| delete_on_termination optional | boolean | 해지 시 삭제 | False |
| Name | Description | Example |
|---|---|---|
| delete_on_termination | 해지 시 삭제 | False |
| device | Device name | /dev/vda |
| server_id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver volume snapshot create
--volume_id <value>
--name <value>
[--description <value>]
[--force <value>]
[--metadata <value>]
Create a snapshot.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| name required | string | 스냅샷명 | snapshot-1 |
| description optional | string | 설명 | description |
| force optional | boolean | Force | True |
| metadata optional | **** | Snapshot metadata | - |
| Name | Description | Example |
|---|---|---|
| id | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| description | 설명 | description |
| metadata | Snapshot metadata | |
| name | 스냅샷명 | snapshot-1 |
| size | 볼륨 크기 | 104 |
| status | 볼륨 상태 | available |
| updated_at | 수정일시 | 2025-07-26T12:00:00Z |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver volume snapshot create
--volume_id <value>
--name <value>
[--description <value>]
[--force <value>]
[--metadata <value>]
Create a snapshot.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| name required | string | 스냅샷명 | snapshot-1 |
| description optional | string | 설명 | description |
| force optional | boolean | Force | True |
| metadata optional | **** | Snapshot metadata | - |
| Name | Description | Example |
|---|---|---|
| id | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| description | 설명 | description |
| metadata | Snapshot metadata | |
| name | 스냅샷명 | snapshot-1 |
| size | 볼륨 크기 | 104 |
| status | 볼륨 상태 | available |
| updated_at | 수정일시 | 2025-07-26T12:00:00Z |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver volume transfer create
--volume_id <value>
[--name <value>]
Create a volume transfer.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| name optional | string | 볼륨명 | volume01 |
| Name | Description | Example |
|---|---|---|
| id | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| auth_key | Auth key | f5972fdb456897eb |
| created_at | 생성일시 | |
| name | 볼륨명 | volume01 |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver volume transfer create
--volume_id <value>
[--name <value>]
Create a volume transfer.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| name optional | string | 볼륨명 | volume01 |
| Name | Description | Example |
|---|---|---|
| id | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| auth_key | Auth key | f5972fdb456897eb |
| created_at | 생성일시 | |
| name | 볼륨명 | volume01 |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver auto scaling group create
--subnet_ids <value>
--server_name_prefix <value>
--name <value>
--min_server_count <value>
--max_server_count <value>
--launch_configuration_id <value>
--desired_server_count_editable <value>
--desired_server_count <value>
[--drain_enabled <value>]
[--drain_timeout <value>]
[--lb_server_groups <value>]
[--notifications <value>]
[--scaling_policies <value>]
[--security_group_ids <value>]
[--tags <value>]
Auto-Scaling Group을 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_ids required | array | Subnet ID 목록 | - |
| server_name_prefix required | string | 서버 이름 접두사 | server-name-prefix |
| name required | string | Auto-Scaling Group 이름 | auto-scaling-group-name |
| min_server_count required | integer | 최소 서버 수 | 1 |
| max_server_count required | integer | 최대 서버 수 | 2 |
| launch_configuration_id required | string | Launch Configuration ID | b5aea5a675fc4f6b9e0fcd1288354c5f |
| desired_server_count_editable required | boolean | 목표 서버 수 수정 가능 여부 | True |
| desired_server_count required | integer | 목표 서버 수 | 1 |
| drain_enabled optional | boolean | Drain 사용 여부 | True |
| drain_timeout optional | integer | Drain timeout 값 | 300 |
| lb_server_groups optional | array | LB 서버 그룹 목록 | '{"id": "d06e87d3-ca9a-461b-8e88-077a542a7335", "port": 8080}' |
| notifications optional | array | Notifications | '{"notification_events": ["SCALE_OUT", "SCALE_OUT_FAIL"], "user_ids": ["570907805e5447be84b618450ef52o0t"]}' |
| scaling_policies optional | array | Scaling policy list | '{"comparison_operator": "ge", "cooldown_seconds": 300, "evaluation_minutes": 1, "metric_method": "AVG", "metric_type": "CPU", "name": "policy-name", "scale_method": "AMOUNT", "scale_type": "SCALE_OUT", "scale_value": 10, "threshold": 60}' |
| security_group_ids optional | array | Security Group ID 목록 | [ |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
| Name | Description | Example |
|---|---|---|
| id | LB 서버 그룹 ID | d06e87d3-ca9a-461b-8e88-077a542a7335 |
| port | LB 서버 그룹 포트 | 8080 |
scpcli virtualserver auto scaling group create
--subnet_ids <value>
--server_name_prefix <value>
--name <value>
--min_server_count <value>
--max_server_count <value>
--launch_configuration_id <value>
--desired_server_count_editable <value>
--desired_server_count <value>
[--drain_enabled <value>]
[--drain_timeout <value>]
[--lb_server_groups <value>]
[--notifications <value>]
[--scaling_policies <value>]
[--security_group_ids <value>]
[--tags <value>]
Auto-Scaling Group을 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_ids required | array | Subnet ID 목록 | - |
| server_name_prefix required | string | 서버 이름 접두사 | server-name-prefix |
| name required | string | Auto-Scaling Group 이름 | auto-scaling-group-name |
| min_server_count required | integer | 최소 서버 수 | 1 |
| max_server_count required | integer | 최대 서버 수 | 2 |
| launch_configuration_id required | string | Launch Configuration ID | b5aea5a675fc4f6b9e0fcd1288354c5f |
| desired_server_count_editable required | boolean | 목표 서버 수 수정 가능 여부 | True |
| desired_server_count required | integer | 목표 서버 수 | 1 |
| drain_enabled optional | boolean | Drain 사용 여부 | True |
| drain_timeout optional | integer | Drain timeout 값 | 300 |
| lb_server_groups optional | array | LB 서버 그룹 목록 | '{"id": "d06e87d3-ca9a-461b-8e88-077a542a7335", "port": 8080}' |
| notifications optional | array | Notifications | '{"notification_events": ["SCALE_OUT", "SCALE_OUT_FAIL"], "user_ids": ["570907805e5447be84b618450ef52o0t"]}' |
| scaling_policies optional | array | Scaling policy list | '{"comparison_operator": "ge", "cooldown_seconds": 300, "evaluation_minutes": 1, "metric_method": "AVG", "metric_type": "CPU", "name": "policy-name", "scale_method": "AMOUNT", "scale_type": "SCALE_OUT", "scale_value": 10, "threshold": 60}' |
| security_group_ids optional | array | Security Group ID 목록 | [ |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
| Name | Description | Example |
|---|---|---|
| id | LB 서버 그룹 ID | d06e87d3-ca9a-461b-8e88-077a542a7335 |
| port | LB 서버 그룹 포트 | 8080 |
scpcli virtualserver auto scaling group notification create
--auto_scaling_group_id <value>
--user_ids <value>
--notification_events <value>
Auto-Scaling Group 알림을 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| user_ids required | array | 사용자 ID 목록 | 570907805e5447be84b618450ef52o0t |
| notification_events required | array | Auto-Scaling Group 알림 이벤트 목록 | SCALE_OUT |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| auto_scaling_group_id | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| notification_events | Auto-Scaling Group 알림 이벤트 목록 | [‘SCALE_OUT’, ‘SCALE_OUT_FAIL’] |
| notification_state | Auto-Scaling Group 알림 상태 | ACTIVE |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
| user_name | User name | scpuser |
scpcli virtualserver auto scaling group notification create
--auto_scaling_group_id <value>
--user_ids <value>
--notification_events <value>
Auto-Scaling Group 알림을 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| user_ids required | array | 사용자 ID 목록 | 570907805e5447be84b618450ef52o0t |
| notification_events required | array | Auto-Scaling Group 알림 이벤트 목록 | SCALE_OUT |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| auto_scaling_group_id | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| notification_events | Auto-Scaling Group 알림 이벤트 목록 | [‘SCALE_OUT’, ‘SCALE_OUT_FAIL’] |
| notification_state | Auto-Scaling Group 알림 상태 | ACTIVE |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
| user_name | User name | scpuser |
scpcli virtualserver auto scaling group policy create
--auto_scaling_group_id <value>
--threshold <value>
--scale_value <value>
--scale_type <value>
--scale_method <value>
--name <value>
--metric_type <value>
--metric_method <value>
--evaluation_minutes <value>
--cooldown_seconds <value>
--comparison_operator <value>
Auto-Scaling Group 정책을 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| threshold required | integer | 임계값 | 60 |
| scale_value required | integer | 스켕일 값 | 10 |
| scale_type required | string | 스케일 유형 | SCALE_OUT |
| scale_method required | string | 스케일 방법 | AMOUNT |
| name required | string | 정책 이름 | policy-name |
| metric_type required | string | 메트릭 유형 | CPU |
| metric_method required | string | 메트릭 방법 | AVG |
| evaluation_minutes required | integer | 평가 시간(분 단위) | 1 |
| cooldown_seconds required | integer | 쿨다운 시간(초 단위) | 300 |
| comparison_operator required | string | 비교 연산자 | ge |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| auto_scaling_group_id | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| comparison_operator | 비교 연산자 | ge |
| cooldown_seconds | 쿨다운 시간(초 단위) | 300 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| evaluation_minutes | 평가 시간(분 단위) | 1 |
| metric_method | 메트릭 방법 | AVG |
| metric_type | 메트릭 유형 | CPU |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 정책 이름 | policy-name |
| scale_method | 스케일 방법 | AMOUNT |
| scale_type | 스케일 유형 | SCALE_OUT |
| scale_value | 스켕일 값 | 10 |
| state | 정책 상태 | ACTIVE |
| threshold | 임계값 | 60 |
| threshold_unit | 임계값 단위 | % |
scpcli virtualserver auto scaling group policy create
--auto_scaling_group_id <value>
--threshold <value>
--scale_value <value>
--scale_type <value>
--scale_method <value>
--name <value>
--metric_type <value>
--metric_method <value>
--evaluation_minutes <value>
--cooldown_seconds <value>
--comparison_operator <value>
Auto-Scaling Group 정책을 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| threshold required | integer | 임계값 | 60 |
| scale_value required | integer | 스켕일 값 | 10 |
| scale_type required | string | 스케일 유형 | SCALE_OUT |
| scale_method required | string | 스케일 방법 | AMOUNT |
| name required | string | 정책 이름 | policy-name |
| metric_type required | string | 메트릭 유형 | CPU |
| metric_method required | string | 메트릭 방법 | AVG |
| evaluation_minutes required | integer | 평가 시간(분 단위) | 1 |
| cooldown_seconds required | integer | 쿨다운 시간(초 단위) | 300 |
| comparison_operator required | string | 비교 연산자 | ge |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| auto_scaling_group_id | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| comparison_operator | 비교 연산자 | ge |
| cooldown_seconds | 쿨다운 시간(초 단위) | 300 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| evaluation_minutes | 평가 시간(분 단위) | 1 |
| metric_method | 메트릭 방법 | AVG |
| metric_type | 메트릭 유형 | CPU |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 정책 이름 | policy-name |
| scale_method | 스케일 방법 | AMOUNT |
| scale_type | 스케일 유형 | SCALE_OUT |
| scale_value | 스켕일 값 | 10 |
| state | 정책 상태 | ACTIVE |
| threshold | 임계값 | 60 |
| threshold_unit | 임계값 단위 | % |
scpcli virtualserver auto scaling group schedule create
--auto_scaling_group_id <value>
--timezone <value>
--start_date <value>
--name <value>
--minute <value>
--hour <value>
--frequency <value>
[--day_of_month <value>]
[--day_of_week <value>]
[--description <value>]
[--desired_server_count <value>]
[--end_date <value>]
[--max_server_count <value>]
[--min_server_count <value>]
[--state <value>]
Auto-Scaling Group 스케줄을 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| timezone required | string | 시간대 | Asia/Seoul |
| start_date required | string | 시작 날짜 | 2024-01-01 |
| name required | string | 스케쥴 이름 | schedulename |
| minute required | integer | 분 | 0 |
| hour required | integer | 시간 | 9 |
| frequency required | string | 빈도 | WEEKLY |
| day_of_month optional | string | 일 | -1,1 |
| day_of_week optional | string | 요일 | SU,SA |
| description optional | string | 설명 | description |
| desired_server_count optional | integer | 목표 서버 수 | 1 |
| end_date optional | string | 종료 날짜 | 2025-01-01 |
| max_server_count optional | integer | 최대 서버 수 | 2 |
| min_server_count optional | integer | 최소 서버 수 | 1 |
| state optional | string | 스케쥴 상태 | ACTIVE |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| day_of_month | 일 | -1,1 |
| day_of_week | 요일 | SU,SA |
| description | 설명 | description |
| desired_server_count | 목표 서버 수 | 1 |
| end_date | 종료 날짜 | 2025-01-01 |
| frequency | 빈도 | WEEKLY |
| hour | 시간 | 9 |
| max_server_count | 최대 서버 수 | 2 |
| min_server_count | 최소 서버 수 | 1 |
| minute | 분 | 0 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 스케쥴 이름 | schedulename |
| start_date | 시작 날짜 | 2024-01-01 |
| state | 스케쥴 상태 | ACTIVE |
| timezone | 시간대 | Asia/Seoul |
scpcli virtualserver auto scaling group schedule create
--auto_scaling_group_id <value>
--timezone <value>
--start_date <value>
--name <value>
--minute <value>
--hour <value>
--frequency <value>
[--day_of_month <value>]
[--day_of_week <value>]
[--description <value>]
[--desired_server_count <value>]
[--end_date <value>]
[--max_server_count <value>]
[--min_server_count <value>]
[--state <value>]
Auto-Scaling Group 스케줄을 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| timezone required | string | 시간대 | Asia/Seoul |
| start_date required | string | 시작 날짜 | 2024-01-01 |
| name required | string | 스케쥴 이름 | schedulename |
| minute required | integer | 분 | 0 |
| hour required | integer | 시간 | 9 |
| frequency required | string | 빈도 | WEEKLY |
| day_of_month optional | string | 일 | -1,1 |
| day_of_week optional | string | 요일 | SU,SA |
| description optional | string | 설명 | description |
| desired_server_count optional | integer | 목표 서버 수 | 1 |
| end_date optional | string | 종료 날짜 | 2025-01-01 |
| max_server_count optional | integer | 최대 서버 수 | 2 |
| min_server_count optional | integer | 최소 서버 수 | 1 |
| state optional | string | 스케쥴 상태 | ACTIVE |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| day_of_month | 일 | -1,1 |
| day_of_week | 요일 | SU,SA |
| description | 설명 | description |
| desired_server_count | 목표 서버 수 | 1 |
| end_date | 종료 날짜 | 2025-01-01 |
| frequency | 빈도 | WEEKLY |
| hour | 시간 | 9 |
| max_server_count | 최대 서버 수 | 2 |
| min_server_count | 최소 서버 수 | 1 |
| minute | 분 | 0 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 스케쥴 이름 | schedulename |
| start_date | 시작 날짜 | 2024-01-01 |
| state | 스케쥴 상태 | ACTIVE |
| timezone | 시간대 | Asia/Seoul |
scpcli virtualserver image create
--url <value>
--os_distro <value>
--name <value>
[--container_format <value>]
[--disk_format <value>]
[--min_disk <value>]
[--min_ram <value>]
[--protected <value>]
[--tags <value>]
[--visibility <value>]
이미지를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| url required | string | Object Storage URL for Image file (only qcow2 format allowed) | https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2 |
| os_distro required | string | OS 배포판 | alma |
| name required | string | 이미지 이름 | imagename |
| container_format optional | string | 컨테이너 형식 | bare |
| disk_format optional | string | 디스크 형식 | qcow2 |
| min_disk optional | integer | 최소 디스크 | 100 |
| min_ram optional | integer | 최소 RAM | 0 |
| protected optional | boolean | 보호 | False |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
| visibility optional | string | 가시성 | private |
| Name | Description | Example |
|---|---|---|
| id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| checksum | 체크섬 | 7538e0fcb56e0e272cfd89eb384d6613 |
| container_format | 컨테이너 형식 | bare |
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| disk_format | 디스크 형식 | qcow2 |
| file | 파일 | /v2/images/e08a37c1-2162-416e-b7fa-19902419170b/file |
| min_disk | 최소 디스크 | 100 |
| min_ram | 최소 RAM | 0 |
| name | 이미지 이름 | imagename |
| os_distro | OS 배포판 | alma |
| os_hash_algo | OS 해시 알고리즘 | sha512 |
| os_hash_value | OS 해시 값 | c6a32fc3b7c909b8900b46f5e6066c028a1d799c0a263cf064a600c430a714627c21f98ac248e2f2bf29870a1a2773c7908244745016878e1a5f31dc2c405b99 |
| os_hidden | OS 숨김 여부 | False |
| owner | Owner account ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| owner_account_name | 소유 account 이름 | AccountName |
| owner_user_name | 소유자 이름 | user@samsung.com |
| protected | 보호 | False |
| root_device_name | 루트 디바이스 이름 | /dev/vda |
| scp_image_type | 이미지 타입 | custom |
| scp_k8s_version | K8S 버전 | v1.28.7 |
| scp_original_image_type | 원본 이미지 타입 | standard |
| scp_os_build_version | OS 빌드 버전 | 20250101 |
| scp_os_version | OS 버전 | 8.8 |
| size | 크기 | 2429747200 |
| status | 상태 | active |
| updated_at | 수정일시 | 2025-07-26T12:00:00Z |
| url | 이미지 파일에 대한 Object Storage URL (qcow2 형식만 허용) | https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2 |
| virtual_size | 가상 크기 | 17179869184 |
| visibility | 가시성 | private |
| volumes | 볼륨 | [{“tag”: null, “volume_id”: null, “encryption_options”: null, “encryption_secret_uuid”: null, “encryption_format”: null, “device_name”: “/dev/vda”, “disk_bus”: “virtio”, “volume_type”: null, “encrypted”: null, “image_id”: null, “device_type”: “disk”, “source_type”: “snapshot”, “delete_on_termination”: false, “volume_size”: 104, “guest_format”: null, “boot_index”: 0, “destination_type”: “volume”, “snapshot_id”: “abde9e38-2ed5-4ecd-b23c-b0120e30690e”, “no_device”: null}] |
scpcli virtualserver image create
--url <value>
--os_distro <value>
--name <value>
[--container_format <value>]
[--disk_format <value>]
[--min_disk <value>]
[--min_ram <value>]
[--protected <value>]
[--tags <value>]
[--visibility <value>]
이미지를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| url required | string | Object Storage URL for Image file (only qcow2 format allowed) | https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2 |
| os_distro required | string | OS 배포판 | alma |
| name required | string | 이미지 이름 | imagename |
| container_format optional | string | 컨테이너 형식 | bare |
| disk_format optional | string | 디스크 형식 | qcow2 |
| min_disk optional | integer | 최소 디스크 | 100 |
| min_ram optional | integer | 최소 RAM | 0 |
| protected optional | boolean | 보호 | False |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
| visibility optional | string | 가시성 | private |
| Name | Description | Example |
|---|---|---|
| id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| checksum | 체크섬 | 7538e0fcb56e0e272cfd89eb384d6613 |
| container_format | 컨테이너 형식 | bare |
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| disk_format | 디스크 형식 | qcow2 |
| file | 파일 | /v2/images/e08a37c1-2162-416e-b7fa-19902419170b/file |
| min_disk | 최소 디스크 | 100 |
| min_ram | 최소 RAM | 0 |
| name | 이미지 이름 | imagename |
| os_distro | OS 배포판 | alma |
| os_hash_algo | OS 해시 알고리즘 | sha512 |
| os_hash_value | OS 해시 값 | c6a32fc3b7c909b8900b46f5e6066c028a1d799c0a263cf064a600c430a714627c21f98ac248e2f2bf29870a1a2773c7908244745016878e1a5f31dc2c405b99 |
| os_hidden | OS 숨김 여부 | False |
| owner | Owner account ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| owner_account_name | 소유 account 이름 | AccountName |
| owner_user_name | 소유자 이름 | user@samsung.com |
| protected | 보호 | False |
| root_device_name | 루트 디바이스 이름 | /dev/vda |
| scp_image_type | 이미지 타입 | custom |
| scp_k8s_version | K8S 버전 | v1.28.7 |
| scp_original_image_type | 원본 이미지 타입 | standard |
| scp_os_build_version | OS 빌드 버전 | 20250101 |
| scp_os_version | OS 버전 | 8.8 |
| size | 크기 | 2429747200 |
| status | 상태 | active |
| updated_at | 수정일시 | 2025-07-26T12:00:00Z |
| url | 이미지 파일에 대한 Object Storage URL (qcow2 형식만 허용) | https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2 |
| virtual_size | 가상 크기 | 17179869184 |
| visibility | 가시성 | private |
| volumes | 볼륨 | [{“tag”: null, “volume_id”: null, “encryption_options”: null, “encryption_secret_uuid”: null, “encryption_format”: null, “device_name”: “/dev/vda”, “disk_bus”: “virtio”, “volume_type”: null, “encrypted”: null, “image_id”: null, “device_type”: “disk”, “source_type”: “snapshot”, “delete_on_termination”: false, “volume_size”: 104, “guest_format”: null, “boot_index”: 0, “destination_type”: “volume”, “snapshot_id”: “abde9e38-2ed5-4ecd-b23c-b0120e30690e”, “no_device”: null}] |
scpcli virtualserver image add member
--image_id <value>
--member_id <value>
이미지 멤버를 추가한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| member_id required | string | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| Name | Description | Example |
|---|---|---|
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| image_id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| member_id | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| status | 멤버 상태 | pending |
| updated_at | 수정일시 | 2025-07-26T12:00:00Z |
scpcli virtualserver image add member
--image_id <value>
--member_id <value>
이미지 멤버를 추가한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| member_id required | string | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| Name | Description | Example |
|---|---|---|
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| image_id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| member_id | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| status | 멤버 상태 | pending |
| updated_at | 수정일시 | 2025-07-26T12:00:00Z |
scpcli virtualserver keypair create
--name <value>
[--public_key <value>]
[--tags <value>]
키페어를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | 키페어 이름 | keypairname |
| public_key optional | string | Public Key | publickey |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
| Name | Description | Example |
|---|---|---|
| fingerprint | Fingerprint | 7e:eb:ab:24:ba:d1:e1:88:ae:9a:fb:66:53:df:d3:bd |
| name | 키페어 이름 | keypairname |
| private_key | 비밀 키 | privatekey |
| public_key | Public Key | publickey |
| type | 키페어 유형 | ssh |
scpcli virtualserver keypair create
--name <value>
[--public_key <value>]
[--tags <value>]
키페어를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | 키페어 이름 | keypairname |
| public_key optional | string | Public Key | publickey |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
| Name | Description | Example |
|---|---|---|
| fingerprint | Fingerprint | 7e:eb:ab:24:ba:d1:e1:88:ae:9a:fb:66:53:df:d3:bd |
| name | 키페어 이름 | keypairname |
| private_key | 비밀 키 | privatekey |
| public_key | Public Key | publickey |
| type | 키페어 유형 | ssh |
scpcli virtualserver launch configuration create
--server_type_id <value>
--name <value>
--keypair_name <value>
--image_id <value>
[--tags <value>]
[--user_data <value>]
[--volumes <value>]
Launch Configuration을 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_type_id required | string | 서버 타입 ID | s1v1m2 |
| name required | string | Launch Configuration 이름 | launch-configuration-name |
| keypair_name required | string | 키페어 이름 | keypairname |
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
| user_data optional | string | 사용자 데이터 | IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg== |
| volumes optional | array | 볼륨 | '{"boot_index": 0, "size": 104, "type": "SSD"}' |
| Name | Description | Example |
|---|---|---|
| boot_index | 부팅 장치를 시도하는 순서 | 0 |
| size | 볼륨 크기 | 104 |
| type | 볼륨 타입 | SSD |
scpcli virtualserver launch configuration create
--server_type_id <value>
--name <value>
--keypair_name <value>
--image_id <value>
[--tags <value>]
[--user_data <value>]
[--volumes <value>]
Launch Configuration을 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_type_id required | string | 서버 타입 ID | s1v1m2 |
| name required | string | Launch Configuration 이름 | launch-configuration-name |
| keypair_name required | string | 키페어 이름 | keypairname |
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
| user_data optional | string | 사용자 데이터 | IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg== |
| volumes optional | array | 볼륨 | '{"boot_index": 0, "size": 104, "type": "SSD"}' |
| Name | Description | Example |
|---|---|---|
| boot_index | 부팅 장치를 시도하는 순서 | 0 |
| size | 볼륨 크기 | 104 |
| type | 볼륨 타입 | SSD |
scpcli virtualserver server group create
--policy <value>
--name <value>
[--tags <value>]
서버 그룹을 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| policy required | string | 서버 그룹 정책 | anti-affinity |
| name required | string | 서버 그룹 명 | server-group |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
| Name | Description | Example |
|---|---|---|
| id | 서버 그룹 ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| members | 서버 그룹 멤버 | [‘2a9be312-5d4b-4bc8-b2ae-35100fa9241f’] |
| name | 서버 그룹 명 | server-group |
| partition_size | 파티션 사이즈 | 3 |
| policy | 서버 그룹 정책 | anti-affinity |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
scpcli virtualserver server group create
--policy <value>
--name <value>
[--tags <value>]
서버 그룹을 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| policy required | string | 서버 그룹 정책 | anti-affinity |
| name required | string | 서버 그룹 명 | server-group |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
| Name | Description | Example |
|---|---|---|
| id | 서버 그룹 ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| members | 서버 그룹 멤버 | [‘2a9be312-5d4b-4bc8-b2ae-35100fa9241f’] |
| name | 서버 그룹 명 | server-group |
| partition_size | 파티션 사이즈 | 3 |
| policy | 서버 그룹 정책 | anti-affinity |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
scpcli virtualserver server add interface
--server_id <value>
[--fixed_ips <value>]
[--port_id <value>]
[--subnet_id <value>]
서버 인터페이스를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| fixed_ips optional | array | Fixed Ip list | '{"ip_address": "192.169.3.2"}' |
| port_id optional | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| subnet_id optional | string | 서브넷 ID | 78b2ee3f074145c580ab6abac4821f97 |
| Name | Description | Example |
|---|---|---|
| ip_address | IP 주소 | 192.169.3.2 |
scpcli virtualserver server add interface
--server_id <value>
[--fixed_ips <value>]
[--port_id <value>]
[--subnet_id <value>]
서버 인터페이스를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| fixed_ips optional | array | Fixed Ip list | '{"ip_address": "192.169.3.2"}' |
| port_id optional | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| subnet_id optional | string | 서브넷 ID | 78b2ee3f074145c580ab6abac4821f97 |
| Name | Description | Example |
|---|---|---|
| ip_address | IP 주소 | 192.169.3.2 |
scpcli virtualserver server interface add static nat
--port_id <value>
--server_id <value>
--publicip_id <value>
Create Server Interface Nat.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| publicip_id required | string | 공개 IP ID | 615fa9cd5cff486c9de679b3ce63e601 |
| Name | Description | Example |
|---|
scpcli virtualserver server interface add static nat
--port_id <value>
--server_id <value>
--publicip_id <value>
Create Server Interface Nat.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| publicip_id required | string | 공개 IP ID | 615fa9cd5cff486c9de679b3ce63e601 |
| Name | Description | Example |
|---|
scpcli virtualserver server interface add private static nat
--port_id <value>
--server_id <value>
--private_nat_ip_id <value>
--private_nat_id <value>
Create Server Interface Private Nat.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| private_nat_ip_id required | string | 비공개 NAT IP ID | 1f0cb5390c40483592ddc5a282f53496 |
| private_nat_id required | string | Private NAT ID | 3a6c1dc6b1b24e02a444d672c2798a1c |
| Name | Description | Example |
|---|
scpcli virtualserver server interface add private static nat
--port_id <value>
--server_id <value>
--private_nat_ip_id <value>
--private_nat_id <value>
Create Server Interface Private Nat.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| private_nat_ip_id required | string | 비공개 NAT IP ID | 1f0cb5390c40483592ddc5a282f53496 |
| private_nat_id required | string | Private NAT ID | 3a6c1dc6b1b24e02a444d672c2798a1c |
| Name | Description | Example |
|---|
scpcli virtualserver server add volume
--server_id <value>
--volume_id <value>
[--delete_on_termination <value>]
[--device <value>]
서버 볼륨을 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| volume_id required | string | 볼륨 ID | - |
| delete_on_termination optional | boolean | 해지 시 삭제 | False |
| device optional | string | Device name | /dev/vda |
| Name | Description | Example |
|---|---|---|
| id | 볼륨 연결 ID | 3ad1cc18-1b09-4f51-9b1d-4ce4243f6a4c |
| delete_on_termination | 해지 시 삭제 | False |
| device | Device name | /dev/vda |
| server_id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver server add volume
--server_id <value>
--volume_id <value>
[--delete_on_termination <value>]
[--device <value>]
서버 볼륨을 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| volume_id required | string | 볼륨 ID | - |
| delete_on_termination optional | boolean | 해지 시 삭제 | False |
| device optional | string | Device name | /dev/vda |
| Name | Description | Example |
|---|---|---|
| id | 볼륨 연결 ID | 3ad1cc18-1b09-4f51-9b1d-4ce4243f6a4c |
| delete_on_termination | 해지 시 삭제 | False |
| device | Device name | /dev/vda |
| server_id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver sharing image create
--image_id <value>
공유용 이미지를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| Name | Description | Example |
|---|
scpcli virtualserver sharing image create
--image_id <value>
공유용 이미지를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| Name | Description | Example |
|---|
scpcli virtualserver server create
--server_type_id <value>
--networks <value>
--name <value>
--keypair_name <value>
--image_id <value>
[--lock <value>]
[--max_count <value>]
[--metadata <value>]
[--partition_number <value>]
[--product_category <value>]
[--product_offering <value>]
[--security_groups <value>]
[--server_group_id <value>]
[--tags <value>]
[--user_data <value>]
[--volumes <value>]
서버를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_type_id required | string | 서버 타입 ID | s1v1m2 |
| networks required | array | 네트워크 목록 | '{"fixed_ip": "192.169.3.2", "port_id": "91424c08-0b26-49fb-9808-ed042292ceef", "public_ip_id": "615fa9cd5cff486c9de679b3ce63e601", "subnet_id": "78b2ee3f074145c580ab6abac4821f97"}' |
| name required | string | 서버 이름 | servername |
| keypair_name required | string | 키페어 이름 | keypairname |
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| lock optional | boolean | 잠김 여부 | False |
| max_count optional | integer | 최대 생성 개수 | 2 |
| metadata optional | object | 메타 데이터 | - |
| partition_number optional | integer | 파티션 넘버 | 1 |
| product_category optional | **** | 상품군 | compute |
| product_offering optional | **** | 상품 | virtual_server |
| security_groups optional | array | Security Group 목록 | [ |
| server_group_id optional | string | 서버 그룹 ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
| user_data optional | string | 사용자 데이터 | IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg== |
| volumes optional | array | 볼륨 | '{"boot_index": 0, "delete_on_termination": false, "size": 104, "source_type": "image", "type": "SSD"}' |
| Name | Description | Example |
|---|---|---|
| id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
scpcli virtualserver server create
--server_type_id <value>
--networks <value>
--name <value>
--keypair_name <value>
--image_id <value>
[--lock <value>]
[--max_count <value>]
[--metadata <value>]
[--partition_number <value>]
[--product_category <value>]
[--product_offering <value>]
[--security_groups <value>]
[--server_group_id <value>]
[--tags <value>]
[--user_data <value>]
[--volumes <value>]
서버를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_type_id required | string | 서버 타입 ID | s1v1m2 |
| networks required | array | 네트워크 목록 | '{"fixed_ip": "192.169.3.2", "port_id": "91424c08-0b26-49fb-9808-ed042292ceef", "public_ip_id": "615fa9cd5cff486c9de679b3ce63e601", "subnet_id": "78b2ee3f074145c580ab6abac4821f97"}' |
| name required | string | 서버 이름 | servername |
| keypair_name required | string | 키페어 이름 | keypairname |
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| lock optional | boolean | 잠김 여부 | False |
| max_count optional | integer | 최대 생성 개수 | 2 |
| metadata optional | object | 메타 데이터 | - |
| partition_number optional | integer | 파티션 넘버 | 1 |
| product_category optional | **** | 상품군 | compute |
| product_offering optional | **** | 상품 | virtual_server |
| security_groups optional | array | Security Group 목록 | [ |
| server_group_id optional | string | 서버 그룹 ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
| user_data optional | string | 사용자 데이터 | IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg== |
| volumes optional | array | 볼륨 | '{"boot_index": 0, "delete_on_termination": false, "size": 104, "source_type": "image", "type": "SSD"}' |
| Name | Description | Example |
|---|---|---|
| id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
scpcli virtualserver server image create
--server_id <value>
--image_name <value>
서버 커스텀 이미지를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| image_name required | string | 이미지 이름 | imagename |
| Name | Description | Example |
|---|---|---|
| image_id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
scpcli virtualserver server image create
--server_id <value>
--image_name <value>
서버 커스텀 이미지를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| image_name required | string | 이미지 이름 | imagename |
| Name | Description | Example |
|---|---|---|
| image_id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
scpcli virtualserver server dump create
--server_id <value>
서버 Dump를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|
scpcli virtualserver server dump create
--server_id <value>
서버 Dump를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|
scpcli virtualserver volume create
--size <value>
--name <value>
[--snapshot_id <value>]
[--tags <value>]
[--volume_type <value>]
볼륨 생성을 요청한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| size required | integer | 볼륨 크기 | 104 |
| name required | string | 볼륨명 | volume01 |
| snapshot_id optional | string | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
| volume_type optional | string | 볼륨 타입 | SSD |
| Name | Description | Example |
|---|---|---|
| id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| attached_at | The time when the volume was attached to the server. | |
| device | Device name | /dev/vda |
scpcli virtualserver volume create
--size <value>
--name <value>
[--snapshot_id <value>]
[--tags <value>]
[--volume_type <value>]
볼륨 생성을 요청한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| size required | integer | 볼륨 크기 | 104 |
| name required | string | 볼륨명 | volume01 |
| snapshot_id optional | string | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
| volume_type optional | string | 볼륨 타입 | SSD |
| Name | Description | Example |
|---|---|---|
| id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| attached_at | The time when the volume was attached to the server. | |
| device | Device name | /dev/vda |
scpcli virtualserver volume snapshot delete
--snapshot_id <value>
Delete a snapshot.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| snapshot_id required | string | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
scpcli virtualserver volume snapshot delete
--snapshot_id <value>
Delete a snapshot.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| snapshot_id required | string | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
scpcli virtualserver volume transfer delete
--transfer_id <value>
Delete a volume transfer.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| transfer_id required | string | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
scpcli virtualserver volume transfer delete
--transfer_id <value>
Delete a volume transfer.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| transfer_id required | string | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
scpcli virtualserver auto scaling group delete
--auto_scaling_group_id <value>
Auto-Scaling Group을 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
scpcli virtualserver auto scaling group delete
--auto_scaling_group_id <value>
Auto-Scaling Group을 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
scpcli virtualserver auto scaling group notification delete
--notification_id <value>
--auto_scaling_group_id <value>
Auto-Scaling Group 알림을 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| notification_id required | string | 알림 ID | fa7fd191410744cd810a290c0b4d22b9 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
scpcli virtualserver auto scaling group notification delete
--notification_id <value>
--auto_scaling_group_id <value>
Auto-Scaling Group 알림을 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| notification_id required | string | 알림 ID | fa7fd191410744cd810a290c0b4d22b9 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
scpcli virtualserver auto scaling group policy delete
--policy_id <value>
--auto_scaling_group_id <value>
Auto-Scaling Group 정책을 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| policy_id required | string | 정책 ID | 0761d76085f54363bab07909baf69841 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
scpcli virtualserver auto scaling group policy delete
--policy_id <value>
--auto_scaling_group_id <value>
Auto-Scaling Group 정책을 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| policy_id required | string | 정책 ID | 0761d76085f54363bab07909baf69841 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
scpcli virtualserver auto scaling group schedule delete
--schedule_id <value>
--auto_scaling_group_id <value>
Auto-Scaling Group 스케줄을 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| schedule_id required | string | 스케줄 ID | 43d4841abd404220af5f0904037aba71 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
scpcli virtualserver auto scaling group schedule delete
--schedule_id <value>
--auto_scaling_group_id <value>
Auto-Scaling Group 스케줄을 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| schedule_id required | string | 스케줄 ID | 43d4841abd404220af5f0904037aba71 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
scpcli virtualserver image delete
--image_id <value>
이미지를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
scpcli virtualserver image delete
--image_id <value>
이미지를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
scpcli virtualserver image remove member
--member_id <value>
--image_id <value>
이미지 멤버를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| member_id required | string | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
scpcli virtualserver image remove member
--member_id <value>
--image_id <value>
이미지 멤버를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| member_id required | string | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
scpcli virtualserver keypair delete
--keypair_name <value>
키페어를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| keypair_name required | string | 키페어 이름 | keypairname |
scpcli virtualserver keypair delete
--keypair_name <value>
키페어를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| keypair_name required | string | 키페어 이름 | keypairname |
scpcli virtualserver launch configuration delete
--launch_configuration_id <value>
Launch Configuration을 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| launch_configuration_id required | string | Launch Configuration ID | b5aea5a675fc4f6b9e0fcd1288354c5f |
scpcli virtualserver launch configuration delete
--launch_configuration_id <value>
Launch Configuration을 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| launch_configuration_id required | string | Launch Configuration ID | b5aea5a675fc4f6b9e0fcd1288354c5f |
scpcli virtualserver server group delete
--server_group_id <value>
서버 그룹을 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_group_id required | string | 서버 그룹 ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
scpcli virtualserver server group delete
--server_group_id <value>
서버 그룹을 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_group_id required | string | 서버 그룹 ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
scpcli virtualserver server remove interface
--port_id <value>
--server_id <value>
서버 인터페이스를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
scpcli virtualserver server remove interface
--port_id <value>
--server_id <value>
서버 인터페이스를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
scpcli virtualserver server interface remove static nat
--nat_id <value>
--port_id <value>
--server_id <value>
서버 인터페이스 NAT를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| nat_id required | string | NAT ID | 224b80106e6f41b38efe98ac9ddbf280 |
| port_id required | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
scpcli virtualserver server interface remove static nat
--nat_id <value>
--port_id <value>
--server_id <value>
서버 인터페이스 NAT를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| nat_id required | string | NAT ID | 224b80106e6f41b38efe98ac9ddbf280 |
| port_id required | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
scpcli virtualserver server interface remove private static nat
--nat_id <value>
--port_id <value>
--server_id <value>
서버 인터페이스 Private NAT를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| nat_id required | string | NAT ID | 224b80106e6f41b38efe98ac9ddbf280 |
| port_id required | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
scpcli virtualserver server interface remove private static nat
--nat_id <value>
--port_id <value>
--server_id <value>
서버 인터페이스 Private NAT를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| nat_id required | string | NAT ID | 224b80106e6f41b38efe98ac9ddbf280 |
| port_id required | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
scpcli virtualserver server remove volume
--volume_id <value>
--server_id <value>
서버 볼륨을 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
scpcli virtualserver server remove volume
--volume_id <value>
--server_id <value>
서버 볼륨을 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
scpcli virtualserver server delete
--server_id <value>
서버를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
scpcli virtualserver server delete
--server_id <value>
서버를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
scpcli virtualserver volume delete
--volume_id <value>
[--cascade <value>]
볼륨 삭제를 요청한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| cascade optional | boolean | 스냅샷 삭제 여부 | True |
scpcli virtualserver volume delete
--volume_id <value>
[--cascade <value>]
볼륨 삭제를 요청한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| cascade optional | boolean | 스냅샷 삭제 여부 | True |
scpcli virtualserver server remove security group
--security_group_id <value>
--server_id <value>
서버에서 Security Group을 해제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| security_group_id required | string | Security Group ID | c09c3f05-03d9-443f-b27a-40e0f973c75f |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
scpcli virtualserver volume detach server
--server_id <value>
--volume_id <value>
볼륨을 서버에서 연결 해제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver volume detach server
--server_id <value>
--volume_id <value>
볼륨을 서버에서 연결 해제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver volume resize
--volume_id <value>
--size <value>
볼륨 용량을 증설 요청한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| size required | integer | 볼륨 크기 | 104 |
scpcli virtualserver volume resize
--volume_id <value>
--size <value>
볼륨 용량을 증설 요청한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| size required | integer | 볼륨 크기 | 104 |
scpcli virtualserver server group maximum partition size
해당 리전의 최대 파티션 사이즈를 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Description | Example |
|---|---|---|
| partition_size |
scpcli virtualserver server group maximum partition size
해당 리전의 최대 파티션 사이즈를 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Description | Example |
|---|---|---|
| partition_size |
scpcli virtualserver image import
--image_id <value>
--url <value>
이미지 파일을 추가한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| url required | string | Object Storage URL for Image file (only qcow2 format allowed) | https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2 |
| Name | Description | Example |
|---|
scpcli virtualserver image import
--image_id <value>
--url <value>
이미지 파일을 추가한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| url required | string | Object Storage URL for Image file (only qcow2 format allowed) | https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2 |
| Name | Description | Example |
|---|
scpcli virtualserver auto scaling group lb server group list
--auto_scaling_group_id <value>
[--offset <value>]
[--limit <value>]
[--sort <value>]
Auto-Scaling Group LB 서버 그룹 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
| limit optional | integer | 페이지 항목 개수 | 20 |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | LB 서버 그룹 이름 | lb-server-group-name |
| port | LB 서버 그룹 포트 | 8080 |
scpcli virtualserver auto scaling group lb server group list
--auto_scaling_group_id <value>
[--offset <value>]
[--limit <value>]
[--sort <value>]
Auto-Scaling Group LB 서버 그룹 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
| limit optional | integer | 페이지 항목 개수 | 20 |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | LB 서버 그룹 이름 | lb-server-group-name |
| port | LB 서버 그룹 포트 | 8080 |
scpcli virtualserver auto scaling group notification list
--auto_scaling_group_id <value>
[--user_ids <value>]
[--notification_state <value>]
[--notification_event <value>]
[--offset <value>]
[--limit <value>]
[--sort <value>]
Auto-Scaling Group 알림 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| user_ids optional | array | 사용자 ID 목록 | 570907805e5447be84b618450ef52o0t |
| notification_state optional | string | Auto-Scaling Group 알림 상태 | ACTIVE |
| notification_event optional | string | Auto-Scaling Group 알림 이벤트 | SCALE_OUT |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
| limit optional | integer | 페이지 항목 개수 | 20 |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| auto_scaling_group_id | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| notification_events | Auto-Scaling Group 알림 이벤트 목록 | [‘SCALE_OUT’, ‘SCALE_OUT_FAIL’] |
| notification_state | Auto-Scaling Group 알림 상태 | ACTIVE |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
| user_name | User name | scpuser |
scpcli virtualserver auto scaling group notification list
--auto_scaling_group_id <value>
[--user_ids <value>]
[--notification_state <value>]
[--notification_event <value>]
[--offset <value>]
[--limit <value>]
[--sort <value>]
Auto-Scaling Group 알림 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| user_ids optional | array | 사용자 ID 목록 | 570907805e5447be84b618450ef52o0t |
| notification_state optional | string | Auto-Scaling Group 알림 상태 | ACTIVE |
| notification_event optional | string | Auto-Scaling Group 알림 이벤트 | SCALE_OUT |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
| limit optional | integer | 페이지 항목 개수 | 20 |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| auto_scaling_group_id | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| notification_events | Auto-Scaling Group 알림 이벤트 목록 | [‘SCALE_OUT’, ‘SCALE_OUT_FAIL’] |
| notification_state | Auto-Scaling Group 알림 상태 | ACTIVE |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
| user_name | User name | scpuser |
scpcli virtualserver auto scaling group policy list
--auto_scaling_group_id <value>
[--name <value>]
[--metric_method <value>]
[--metric_type <value>]
[--scale_type <value>]
[--offset <value>]
[--limit <value>]
[--sort <value>]
Auto-Scaling Group 정책 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| name optional | string | 정책 이름 | policy-name |
| metric_method optional | **** | 메트릭 방법 | AVG |
| metric_type optional | string | 메트릭 유형 | CPU |
| scale_type optional | **** | 스케일 유형 | SCALE_OUT |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
| limit optional | integer | 페이지 항목 개수 | 20 |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| auto_scaling_group_id | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| comparison_operator | 비교 연산자 | ge |
| cooldown_seconds | 쿨다운 시간(초 단위) | 300 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| evaluation_minutes | 평가 시간(분 단위) | 1 |
| metric_method | 메트릭 방법 | AVG |
| metric_type | 메트릭 유형 | CPU |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 정책 이름 | policy-name |
| scale_method | 스케일 방법 | AMOUNT |
| scale_type | 스케일 유형 | SCALE_OUT |
| scale_value | 스켕일 값 | 10 |
| state | 정책 상태 | ACTIVE |
| threshold | 임계값 | 60 |
| threshold_unit | 임계값 단위 | % |
scpcli virtualserver auto scaling group policy list
--auto_scaling_group_id <value>
[--name <value>]
[--metric_method <value>]
[--metric_type <value>]
[--scale_type <value>]
[--offset <value>]
[--limit <value>]
[--sort <value>]
Auto-Scaling Group 정책 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| name optional | string | 정책 이름 | policy-name |
| metric_method optional | **** | 메트릭 방법 | AVG |
| metric_type optional | string | 메트릭 유형 | CPU |
| scale_type optional | **** | 스케일 유형 | SCALE_OUT |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
| limit optional | integer | 페이지 항목 개수 | 20 |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| auto_scaling_group_id | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| comparison_operator | 비교 연산자 | ge |
| cooldown_seconds | 쿨다운 시간(초 단위) | 300 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| evaluation_minutes | 평가 시간(분 단위) | 1 |
| metric_method | 메트릭 방법 | AVG |
| metric_type | 메트릭 유형 | CPU |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 정책 이름 | policy-name |
| scale_method | 스케일 방법 | AMOUNT |
| scale_type | 스케일 유형 | SCALE_OUT |
| scale_value | 스켕일 값 | 10 |
| state | 정책 상태 | ACTIVE |
| threshold | 임계값 | 60 |
| threshold_unit | 임계값 단위 | % |
scpcli virtualserver auto scaling group schedule list
--auto_scaling_group_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--frequency <value>]
Auto-Scaling Group 스케줄 목록을 조회한다..
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| frequency optional | **** | 빈도 | WEEKLY |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| day_of_month | 일 | -1,1 |
| day_of_week | 요일 | SU,SA |
| description | 설명 | description |
| desired_server_count | 목표 서버 수 | 1 |
| end_date | 종료 날짜 | 2025-01-01 |
| frequency | 빈도 | WEEKLY |
| hour | 시간 | 9 |
| max_server_count | 최대 서버 수 | 2 |
| min_server_count | 최소 서버 수 | 1 |
| minute | 분 | 0 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 스케쥴 이름 | schedulename |
| start_date | 시작 날짜 | 2024-01-01 |
| state | 스케쥴 상태 | ACTIVE |
| timezone | 시간대 | Asia/Seoul |
scpcli virtualserver auto scaling group schedule list
--auto_scaling_group_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--frequency <value>]
Auto-Scaling Group 스케줄 목록을 조회한다..
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| frequency optional | **** | 빈도 | WEEKLY |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| day_of_month | 일 | -1,1 |
| day_of_week | 요일 | SU,SA |
| description | 설명 | description |
| desired_server_count | 목표 서버 수 | 1 |
| end_date | 종료 날짜 | 2025-01-01 |
| frequency | 빈도 | WEEKLY |
| hour | 시간 | 9 |
| max_server_count | 최대 서버 수 | 2 |
| min_server_count | 최소 서버 수 | 1 |
| minute | 분 | 0 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 스케쥴 이름 | schedulename |
| start_date | 시작 날짜 | 2024-01-01 |
| state | 스케쥴 상태 | ACTIVE |
| timezone | 시간대 | Asia/Seoul |
scpcli virtualserver auto scaling group server list
--auto_scaling_group_id <value>
[--marker <value>]
[--limit <value>]
[--sort <value>]
Auto-Scaling Group Virtual Server 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| marker optional | string | 이전 요청에서 마지막으로 반환된 항목 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| limit optional | integer | 페이지 항목 개수 | 20 |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| Name | Description | Example |
|---|---|---|
| id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| addresses | 주소 목록 | |
| auto_scaling_group_id | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| created_at | 생성일시 | |
| created_by | 생성자 ID | 97e6b22c9a4143789ca522df7457a32f |
| disk_config | 디스크 컨피그 | MANUAL |
| image_id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| is_marketplace | Marketplace 여부 | False |
| keypair_name | 키페어 이름 | keypairname |
| launch_configuration_id | Launch Configuration ID | b5aea5a675fc4f6b9e0fcd1288354c5f |
| lb_linked_state | Load Balancer 연결 상태 | ATTACHED |
| locked | 잠김 여부 | False |
| metadata | 메타 데이터 | |
| modified_at | 수정일시 | |
| name | 서버 이름 | servername |
| partition_number | 파티션 넘버 | 1 |
| planned_compute_os_type | Planned Compute OS 유형 | windows |
| product_category | 상품군 | compute |
| product_offering | 상품 | virtual_server |
| security_groups | Security Group 목록 | |
| server_group_id | 서버 그룹 ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
| server_type | 서버 타입 | |
| state | 서버 상태 | ACTIVE |
| volumes | 볼륨 | |
| vpc_id | VPC ID | cc976b621087484ea5fd527f4b78708b |
scpcli virtualserver auto scaling group server list
--auto_scaling_group_id <value>
[--marker <value>]
[--limit <value>]
[--sort <value>]
Auto-Scaling Group Virtual Server 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| marker optional | string | 이전 요청에서 마지막으로 반환된 항목 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| limit optional | integer | 페이지 항목 개수 | 20 |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| Name | Description | Example |
|---|---|---|
| id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| addresses | 주소 목록 | |
| auto_scaling_group_id | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| created_at | 생성일시 | |
| created_by | 생성자 ID | 97e6b22c9a4143789ca522df7457a32f |
| disk_config | 디스크 컨피그 | MANUAL |
| image_id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| is_marketplace | Marketplace 여부 | False |
| keypair_name | 키페어 이름 | keypairname |
| launch_configuration_id | Launch Configuration ID | b5aea5a675fc4f6b9e0fcd1288354c5f |
| lb_linked_state | Load Balancer 연결 상태 | ATTACHED |
| locked | 잠김 여부 | False |
| metadata | 메타 데이터 | |
| modified_at | 수정일시 | |
| name | 서버 이름 | servername |
| partition_number | 파티션 넘버 | 1 |
| planned_compute_os_type | Planned Compute OS 유형 | windows |
| product_category | 상품군 | compute |
| product_offering | 상품 | virtual_server |
| security_groups | Security Group 목록 | |
| server_group_id | 서버 그룹 ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
| server_type | 서버 타입 | |
| state | 서버 상태 | ACTIVE |
| volumes | 볼륨 | |
| vpc_id | VPC ID | cc976b621087484ea5fd527f4b78708b |
scpcli virtualserver auto scaling group list
[--name <value>]
[--state <value>]
[--launch_configuration_id <value>]
[--launch_configuration_name <value>]
[--lb_server_group_id <value>]
[--security_group_id <value>]
[--subnet_id <value>]
[--vpc_id <value>]
[--created_by <value>]
[--offset <value>]
[--limit <value>]
[--sort <value>]
[--long]
Auto-Scaling Group 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| name optional | string | Auto-Scaling Group 이름 | auto-scaling-group-name |
| state optional | string | Auto-Scaling Group 상태 | IN_SERVICE |
| launch_configuration_id optional | string | Launch Configuration ID | b5aea5a675fc4f6b9e0fcd1288354c5f |
| launch_configuration_name optional | string | Launch Configuration 이름 | launch-configuration-name |
| lb_server_group_id optional | string | LB 서버 그룹 ID | d06e87d3-ca9a-461b-8e88-077a542a7335 |
| security_group_id optional | string | Security Group ID | c09c3f05-03d9-443f-b27a-40e0f973c75f |
| subnet_id optional | string | 서브넷 ID | 78b2ee3f074145c580ab6abac4821f97 |
| vpc_id optional | string | VPC ID | cc976b621087484ea5fd527f4b78708b |
| created_by optional | string | 생성자 ID | 97e6b22c9a4143789ca522df7457a32f |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
| limit optional | integer | 페이지 항목 개수 | 20 |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID --long 옵션 사용 필요 | a8f10467abfc4b87b64614ab36eb9ae4 |
| created_at | 생성 시간 --long 옵션 사용 필요 | 2024-05-17T00:23:17Z |
| created_by | 생성자 --long 옵션 사용 필요 | 90dddfc2b1e04edba54ba2b41539a9ac |
| desired_server_count | 목표 서버 수 | 1 |
| desired_server_count_editable | 목표 서버 수 수정 가능 여부 --long 옵션 사용 필요 | True |
| drain_enabled | Drain 사용 여부 --long 옵션 사용 필요 | True |
| drain_timeout | Drain timeout 값 --long 옵션 사용 필요 | 300 |
| launch_configuration_id | Launch Configuration ID --long 옵션 사용 필요 | b5aea5a675fc4f6b9e0fcd1288354c5f |
| launch_configuration_name | Launch Configuration 이름 | launch-configuration-name |
| lb_server_groups | LB 서버 그룹 목록 --long 옵션 사용 필요 | |
| max_server_count | 최대 서버 수 | 2 |
| min_server_count | 최소 서버 수 | 1 |
| modified_at | 수정 시간 --long 옵션 사용 필요 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 --long 옵션 사용 필요 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Auto-Scaling Group 이름 | auto-scaling-group-name |
| security_group_ids | Security Group ID 목록 --long 옵션 사용 필요 | [‘c09c3f05-03d9-443f-b27a-40e0f973c75f’] |
| server_name_prefix | 서버 이름 접두사 --long 옵션 사용 필요 | server-name-prefix |
| state | Auto-Scaling Group 상태 | IN_SERVICE |
| subnet_ids | Subnet ID 목록 --long 옵션 사용 필요 | |
| vpc_id | VPC ID --long 옵션 사용 필요 | cc976b621087484ea5fd527f4b78708b |
scpcli virtualserver auto scaling group list
[--name <value>]
[--state <value>]
[--launch_configuration_id <value>]
[--launch_configuration_name <value>]
[--lb_server_group_id <value>]
[--security_group_id <value>]
[--subnet_id <value>]
[--vpc_id <value>]
[--created_by <value>]
[--offset <value>]
[--limit <value>]
[--sort <value>]
[--long]
Auto-Scaling Group 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| name optional | string | Auto-Scaling Group 이름 | auto-scaling-group-name |
| state optional | string | Auto-Scaling Group 상태 | IN_SERVICE |
| launch_configuration_id optional | string | Launch Configuration ID | b5aea5a675fc4f6b9e0fcd1288354c5f |
| launch_configuration_name optional | string | Launch Configuration 이름 | launch-configuration-name |
| lb_server_group_id optional | string | LB 서버 그룹 ID | d06e87d3-ca9a-461b-8e88-077a542a7335 |
| security_group_id optional | string | Security Group ID | c09c3f05-03d9-443f-b27a-40e0f973c75f |
| subnet_id optional | string | 서브넷 ID | 78b2ee3f074145c580ab6abac4821f97 |
| vpc_id optional | string | VPC ID | cc976b621087484ea5fd527f4b78708b |
| created_by optional | string | 생성자 ID | 97e6b22c9a4143789ca522df7457a32f |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
| limit optional | integer | 페이지 항목 개수 | 20 |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID --long 옵션 사용 필요 | a8f10467abfc4b87b64614ab36eb9ae4 |
| created_at | 생성 시간 --long 옵션 사용 필요 | 2024-05-17T00:23:17Z |
| created_by | 생성자 --long 옵션 사용 필요 | 90dddfc2b1e04edba54ba2b41539a9ac |
| desired_server_count | 목표 서버 수 | 1 |
| desired_server_count_editable | 목표 서버 수 수정 가능 여부 --long 옵션 사용 필요 | True |
| drain_enabled | Drain 사용 여부 --long 옵션 사용 필요 | True |
| drain_timeout | Drain timeout 값 --long 옵션 사용 필요 | 300 |
| launch_configuration_id | Launch Configuration ID --long 옵션 사용 필요 | b5aea5a675fc4f6b9e0fcd1288354c5f |
| launch_configuration_name | Launch Configuration 이름 | launch-configuration-name |
| lb_server_groups | LB 서버 그룹 목록 --long 옵션 사용 필요 | |
| max_server_count | 최대 서버 수 | 2 |
| min_server_count | 최소 서버 수 | 1 |
| modified_at | 수정 시간 --long 옵션 사용 필요 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 --long 옵션 사용 필요 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Auto-Scaling Group 이름 | auto-scaling-group-name |
| security_group_ids | Security Group ID 목록 --long 옵션 사용 필요 | [‘c09c3f05-03d9-443f-b27a-40e0f973c75f’] |
| server_name_prefix | 서버 이름 접두사 --long 옵션 사용 필요 | server-name-prefix |
| state | Auto-Scaling Group 상태 | IN_SERVICE |
| subnet_ids | Subnet ID 목록 --long 옵션 사용 필요 | |
| vpc_id | VPC ID --long 옵션 사용 필요 | cc976b621087484ea5fd527f4b78708b |
scpcli virtualserver default config list
[--name <value>]
[--category <value>]
기본 설정 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| name optional | string | 이름 | key |
| category optional | string | 분류 | AUTO_SCALING_GROUP |
| Name | Description | Example |
|---|---|---|
| configs | 설정 값 | (‘key’: ‘value’} |
| count | count | 20 |
scpcli virtualserver default config list
[--name <value>]
[--category <value>]
기본 설정 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| name optional | string | 이름 | key |
| category optional | string | 분류 | AUTO_SCALING_GROUP |
| Name | Description | Example |
|---|---|---|
| configs | 설정 값 | (‘key’: ‘value’} |
| count | count | 20 |
scpcli virtualserver image member list
--image_id <value>
이미지 멤버 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| Name | Description | Example |
|---|---|---|
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| image_id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| member_id | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| status | 멤버 상태 | pending |
| updated_at | 수정일시 | 2025-07-26T12:00:00Z |
scpcli virtualserver image member list
--image_id <value>
이미지 멤버 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| Name | Description | Example |
|---|---|---|
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| image_id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| member_id | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| status | 멤버 상태 | pending |
| updated_at | 수정일시 | 2025-07-26T12:00:00Z |
scpcli virtualserver image list
[--limit <value>]
[--marker <value>]
[--scp_image_type <value>]
[--scp_original_image_type <value>]
[--name <value>]
[--os_distro <value>]
[--status <value>]
[--visibility <value>]
[--sort <value>]
[--long]
이미지 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| limit optional | integer | 페이지 항목 개수 | 20 |
| marker optional | string | 이전 요청에서 마지막으로 반환된 항목 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| scp_image_type optional | string | 이미지 타입 | custom |
| scp_original_image_type optional | string | 원본 이미지 타입 | standard |
| name optional | string | 이미지 이름 | imagename |
| os_distro optional | string | OS 배포판 | alma |
| status optional | string | 상태 | active |
| visibility optional | **** | 가시성 | private |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| Name | Description | Example |
|---|---|---|
| id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| checksum | 체크섬 --long 옵션 사용 필요 | 7538e0fcb56e0e272cfd89eb384d6613 |
| container_format | 컨테이너 형식 --long 옵션 사용 필요 | bare |
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| disk_format | 디스크 형식 --long 옵션 사용 필요 | qcow2 |
| file | 파일 --long 옵션 사용 필요 | /v2/images/e08a37c1-2162-416e-b7fa-19902419170b/file |
| min_disk | 최소 디스크 --long 옵션 사용 필요 | 100 |
| min_ram | 최소 RAM --long 옵션 사용 필요 | 0 |
| name | 이미지 이름 | imagename |
| os_distro | OS 배포판 | alma |
| os_hash_algo | OS 해시 알고리즘 --long 옵션 사용 필요 | sha512 |
| os_hash_value | OS 해시 값 --long 옵션 사용 필요 | c6a32fc3b7c909b8900b46f5e6066c028a1d799c0a263cf064a600c430a714627c21f98ac248e2f2bf29870a1a2773c7908244745016878e1a5f31dc2c405b99 |
| os_hidden | OS 숨김 여부 --long 옵션 사용 필요 | False |
| owner | Owner account ID --long 옵션 사용 필요 | a8f10467abfc4b87b64614ab36eb9ae4 |
| owner_account_name | 소유 account 이름 --long 옵션 사용 필요 | AccountName |
| owner_user_name | 소유자 이름 --long 옵션 사용 필요 | user@samsung.com |
| protected | 보호 --long 옵션 사용 필요 | False |
| root_device_name | 루트 디바이스 이름 --long 옵션 사용 필요 | /dev/vda |
| scp_image_type | 이미지 타입 --long 옵션 사용 필요 | custom |
| scp_k8s_version | K8S 버전 --long 옵션 사용 필요 | v1.28.7 |
| scp_original_image_type | 원본 이미지 타입 --long 옵션 사용 필요 | standard |
| scp_os_build_version | OS 빌드 버전 --long 옵션 사용 필요 | 20250101 |
| scp_os_version | OS 버전 --long 옵션 사용 필요 | 8.8 |
| size | 크기 --long 옵션 사용 필요 | 2429747200 |
| status | 상태 --long 옵션 사용 필요 | active |
| updated_at | 수정일시 --long 옵션 사용 필요 | 2025-07-26T12:00:00Z |
| url | 이미지 파일에 대한 Object Storage URL (qcow2 형식만 허용) --long 옵션 사용 필요 | https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2 |
| virtual_size | 가상 크기 --long 옵션 사용 필요 | 17179869184 |
| visibility | 가시성 | private |
| volumes | 볼륨 --long 옵션 사용 필요 | [{“tag”: null, “volume_id”: null, “encryption_options”: null, “encryption_secret_uuid”: null, “encryption_format”: null, “device_name”: “/dev/vda”, “disk_bus”: “virtio”, “volume_type”: null, “encrypted”: null, “image_id”: null, “device_type”: “disk”, “source_type”: “snapshot”, “delete_on_termination”: false, “volume_size”: 104, “guest_format”: null, “boot_index”: 0, “destination_type”: “volume”, “snapshot_id”: “abde9e38-2ed5-4ecd-b23c-b0120e30690e”, “no_device”: null}] |
scpcli virtualserver image list
[--limit <value>]
[--marker <value>]
[--scp_image_type <value>]
[--scp_original_image_type <value>]
[--name <value>]
[--os_distro <value>]
[--status <value>]
[--visibility <value>]
[--sort <value>]
[--long]
이미지 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| limit optional | integer | 페이지 항목 개수 | 20 |
| marker optional | string | 이전 요청에서 마지막으로 반환된 항목 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| scp_image_type optional | string | 이미지 타입 | custom |
| scp_original_image_type optional | string | 원본 이미지 타입 | standard |
| name optional | string | 이미지 이름 | imagename |
| os_distro optional | string | OS 배포판 | alma |
| status optional | string | 상태 | active |
| visibility optional | **** | 가시성 | private |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| Name | Description | Example |
|---|---|---|
| id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| checksum | 체크섬 --long 옵션 사용 필요 | 7538e0fcb56e0e272cfd89eb384d6613 |
| container_format | 컨테이너 형식 --long 옵션 사용 필요 | bare |
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| disk_format | 디스크 형식 --long 옵션 사용 필요 | qcow2 |
| file | 파일 --long 옵션 사용 필요 | /v2/images/e08a37c1-2162-416e-b7fa-19902419170b/file |
| min_disk | 최소 디스크 --long 옵션 사용 필요 | 100 |
| min_ram | 최소 RAM --long 옵션 사용 필요 | 0 |
| name | 이미지 이름 | imagename |
| os_distro | OS 배포판 | alma |
| os_hash_algo | OS 해시 알고리즘 --long 옵션 사용 필요 | sha512 |
| os_hash_value | OS 해시 값 --long 옵션 사용 필요 | c6a32fc3b7c909b8900b46f5e6066c028a1d799c0a263cf064a600c430a714627c21f98ac248e2f2bf29870a1a2773c7908244745016878e1a5f31dc2c405b99 |
| os_hidden | OS 숨김 여부 --long 옵션 사용 필요 | False |
| owner | Owner account ID --long 옵션 사용 필요 | a8f10467abfc4b87b64614ab36eb9ae4 |
| owner_account_name | 소유 account 이름 --long 옵션 사용 필요 | AccountName |
| owner_user_name | 소유자 이름 --long 옵션 사용 필요 | user@samsung.com |
| protected | 보호 --long 옵션 사용 필요 | False |
| root_device_name | 루트 디바이스 이름 --long 옵션 사용 필요 | /dev/vda |
| scp_image_type | 이미지 타입 --long 옵션 사용 필요 | custom |
| scp_k8s_version | K8S 버전 --long 옵션 사용 필요 | v1.28.7 |
| scp_original_image_type | 원본 이미지 타입 --long 옵션 사용 필요 | standard |
| scp_os_build_version | OS 빌드 버전 --long 옵션 사용 필요 | 20250101 |
| scp_os_version | OS 버전 --long 옵션 사용 필요 | 8.8 |
| size | 크기 --long 옵션 사용 필요 | 2429747200 |
| status | 상태 --long 옵션 사용 필요 | active |
| updated_at | 수정일시 --long 옵션 사용 필요 | 2025-07-26T12:00:00Z |
| url | 이미지 파일에 대한 Object Storage URL (qcow2 형식만 허용) --long 옵션 사용 필요 | https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2 |
| virtual_size | 가상 크기 --long 옵션 사용 필요 | 17179869184 |
| visibility | 가시성 | private |
| volumes | 볼륨 --long 옵션 사용 필요 | [{“tag”: null, “volume_id”: null, “encryption_options”: null, “encryption_secret_uuid”: null, “encryption_format”: null, “device_name”: “/dev/vda”, “disk_bus”: “virtio”, “volume_type”: null, “encrypted”: null, “image_id”: null, “device_type”: “disk”, “source_type”: “snapshot”, “delete_on_termination”: false, “volume_size”: 104, “guest_format”: null, “boot_index”: 0, “destination_type”: “volume”, “snapshot_id”: “abde9e38-2ed5-4ecd-b23c-b0120e30690e”, “no_device”: null}] |
scpcli virtualserver keypair list
[--limit <value>]
[--marker <value>]
[--long]
키페어 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| limit optional | integer | 페이지 항목 개수 | 20 |
| marker optional | string | 이전 요청에서 마지막으로 반환된 항목 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|---|---|
| fingerprint | Fingerprint | 7e:eb:ab:24:ba:d1:e1:88:ae:9a:fb:66:53:df:d3:bd |
| name | 키페어 이름 | keypairname |
| public_key | Public Key --long 옵션 사용 필요 | publickey |
| type | 키페어 유형 | ssh |
scpcli virtualserver keypair list
[--limit <value>]
[--marker <value>]
[--long]
키페어 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| limit optional | integer | 페이지 항목 개수 | 20 |
| marker optional | string | 이전 요청에서 마지막으로 반환된 항목 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|---|---|
| fingerprint | Fingerprint | 7e:eb:ab:24:ba:d1:e1:88:ae:9a:fb:66:53:df:d3:bd |
| name | 키페어 이름 | keypairname |
| public_key | Public Key --long 옵션 사용 필요 | publickey |
| type | 키페어 유형 | ssh |
scpcli virtualserver launch configuration list
[--name <value>]
[--image_id <value>]
[--offset <value>]
[--limit <value>]
[--sort <value>]
[--long]
Launch Configuration 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| name optional | string | Launch Configuration 이름 | launch-configuration-name |
| image_id optional | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | - |
| limit optional | integer | 페이지 항목 개수 | - |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | - |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID --long 옵션 사용 필요 | a8f10467abfc4b87b64614ab36eb9ae4 |
| auto_scaling_group_count | Launch Configuration에 연결된 Auto-Scaling Group 수 | 1 |
| boot_disk_size | 기본 볼륨 크기 --long 옵션 사용 필요 | 104 |
| created_at | 생성 시간 --long 옵션 사용 필요 | 2024-05-17T00:23:17Z |
| created_by | 생성자 --long 옵션 사용 필요 | 90dddfc2b1e04edba54ba2b41539a9ac |
| extra_disk_size | 추가 볼륨 크기 --long 옵션 사용 필요 | 104 |
| image_id | 이미지 ID --long 옵션 사용 필요 | 70a599e0-31e7-49b7-b260-868f441e862b |
| image_name | 이미지 이름 | imagename |
| keypair_name | 키페어 이름 --long 옵션 사용 필요 | keypairname |
| modified_at | 수정 시간 --long 옵션 사용 필요 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 --long 옵션 사용 필요 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Launch Configuration 이름 | launch-configuration-name |
| public_key | Public Key --long 옵션 사용 필요 | publickey |
| server_type_id | 서버 타입 ID | s1v1m2 |
| state | Launch Configuration 상태 --long 옵션 사용 필요 | ACTIVE |
| user_data | 사용자 데이터 --long 옵션 사용 필요 | IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg== |
| volumes | 볼륨 |
scpcli virtualserver launch configuration list
[--name <value>]
[--image_id <value>]
[--offset <value>]
[--limit <value>]
[--sort <value>]
[--long]
Launch Configuration 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| name optional | string | Launch Configuration 이름 | launch-configuration-name |
| image_id optional | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | - |
| limit optional | integer | 페이지 항목 개수 | - |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | - |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID --long 옵션 사용 필요 | a8f10467abfc4b87b64614ab36eb9ae4 |
| auto_scaling_group_count | Launch Configuration에 연결된 Auto-Scaling Group 수 | 1 |
| boot_disk_size | 기본 볼륨 크기 --long 옵션 사용 필요 | 104 |
| created_at | 생성 시간 --long 옵션 사용 필요 | 2024-05-17T00:23:17Z |
| created_by | 생성자 --long 옵션 사용 필요 | 90dddfc2b1e04edba54ba2b41539a9ac |
| extra_disk_size | 추가 볼륨 크기 --long 옵션 사용 필요 | 104 |
| image_id | 이미지 ID --long 옵션 사용 필요 | 70a599e0-31e7-49b7-b260-868f441e862b |
| image_name | 이미지 이름 | imagename |
| keypair_name | 키페어 이름 --long 옵션 사용 필요 | keypairname |
| modified_at | 수정 시간 --long 옵션 사용 필요 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 --long 옵션 사용 필요 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Launch Configuration 이름 | launch-configuration-name |
| public_key | Public Key --long 옵션 사용 필요 | publickey |
| server_type_id | 서버 타입 ID | s1v1m2 |
| state | Launch Configuration 상태 --long 옵션 사용 필요 | ACTIVE |
| user_data | 사용자 데이터 --long 옵션 사용 필요 | IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg== |
| volumes | 볼륨 |
scpcli virtualserver image pending list
[--scp_image_type <value>]
[--scp_original_image_type <value>]
[--long]
공유 대기 중인 이미지 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| scp_image_type optional | string | 이미지 타입 | custom |
| scp_original_image_type optional | string | 원본 이미지 타입 | standard |
| Name | Description | Example |
|---|---|---|
| id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| checksum | 체크섬 --long 옵션 사용 필요 | 7538e0fcb56e0e272cfd89eb384d6613 |
| container_format | 컨테이너 형식 --long 옵션 사용 필요 | bare |
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| disk_format | 디스크 형식 --long 옵션 사용 필요 | qcow2 |
| file | 파일 --long 옵션 사용 필요 | /v2/images/e08a37c1-2162-416e-b7fa-19902419170b/file |
| min_disk | 최소 디스크 --long 옵션 사용 필요 | 100 |
| min_ram | 최소 RAM --long 옵션 사용 필요 | 0 |
| name | 이미지 이름 | imagename |
| os_distro | OS 배포판 | alma |
| os_hash_algo | OS 해시 알고리즘 --long 옵션 사용 필요 | sha512 |
| os_hash_value | OS 해시 값 --long 옵션 사용 필요 | c6a32fc3b7c909b8900b46f5e6066c028a1d799c0a263cf064a600c430a714627c21f98ac248e2f2bf29870a1a2773c7908244745016878e1a5f31dc2c405b99 |
| os_hidden | OS 숨김 여부 --long 옵션 사용 필요 | False |
| owner | Owner account ID --long 옵션 사용 필요 | a8f10467abfc4b87b64614ab36eb9ae4 |
| owner_account_name | 소유 account 이름 --long 옵션 사용 필요 | AccountName |
| owner_user_name | 소유자 이름 --long 옵션 사용 필요 | user@samsung.com |
| protected | 보호 --long 옵션 사용 필요 | False |
| root_device_name | 루트 디바이스 이름 --long 옵션 사용 필요 | /dev/vda |
| scp_image_type | 이미지 타입 --long 옵션 사용 필요 | custom |
| scp_k8s_version | K8S 버전 --long 옵션 사용 필요 | v1.28.7 |
| scp_original_image_type | 원본 이미지 타입 --long 옵션 사용 필요 | standard |
| scp_os_build_version | OS 빌드 버전 --long 옵션 사용 필요 | 20250101 |
| scp_os_version | OS 버전 --long 옵션 사용 필요 | 8.8 |
| size | 크기 --long 옵션 사용 필요 | 2429747200 |
| status | 상태 --long 옵션 사용 필요 | active |
| updated_at | 수정일시 --long 옵션 사용 필요 | 2025-07-26T12:00:00Z |
| url | 이미지 파일에 대한 Object Storage URL (qcow2 형식만 허용) --long 옵션 사용 필요 | https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2 |
| virtual_size | 가상 크기 --long 옵션 사용 필요 | 17179869184 |
| visibility | 가시성 | private |
| volumes | 볼륨 --long 옵션 사용 필요 | [{“tag”: null, “volume_id”: null, “encryption_options”: null, “encryption_secret_uuid”: null, “encryption_format”: null, “device_name”: “/dev/vda”, “disk_bus”: “virtio”, “volume_type”: null, “encrypted”: null, “image_id”: null, “device_type”: “disk”, “source_type”: “snapshot”, “delete_on_termination”: false, “volume_size”: 104, “guest_format”: null, “boot_index”: 0, “destination_type”: “volume”, “snapshot_id”: “abde9e38-2ed5-4ecd-b23c-b0120e30690e”, “no_device”: null}] |
scpcli virtualserver image pending list
[--scp_image_type <value>]
[--scp_original_image_type <value>]
[--long]
공유 대기 중인 이미지 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| scp_image_type optional | string | 이미지 타입 | custom |
| scp_original_image_type optional | string | 원본 이미지 타입 | standard |
| Name | Description | Example |
|---|---|---|
| id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| checksum | 체크섬 --long 옵션 사용 필요 | 7538e0fcb56e0e272cfd89eb384d6613 |
| container_format | 컨테이너 형식 --long 옵션 사용 필요 | bare |
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| disk_format | 디스크 형식 --long 옵션 사용 필요 | qcow2 |
| file | 파일 --long 옵션 사용 필요 | /v2/images/e08a37c1-2162-416e-b7fa-19902419170b/file |
| min_disk | 최소 디스크 --long 옵션 사용 필요 | 100 |
| min_ram | 최소 RAM --long 옵션 사용 필요 | 0 |
| name | 이미지 이름 | imagename |
| os_distro | OS 배포판 | alma |
| os_hash_algo | OS 해시 알고리즘 --long 옵션 사용 필요 | sha512 |
| os_hash_value | OS 해시 값 --long 옵션 사용 필요 | c6a32fc3b7c909b8900b46f5e6066c028a1d799c0a263cf064a600c430a714627c21f98ac248e2f2bf29870a1a2773c7908244745016878e1a5f31dc2c405b99 |
| os_hidden | OS 숨김 여부 --long 옵션 사용 필요 | False |
| owner | Owner account ID --long 옵션 사용 필요 | a8f10467abfc4b87b64614ab36eb9ae4 |
| owner_account_name | 소유 account 이름 --long 옵션 사용 필요 | AccountName |
| owner_user_name | 소유자 이름 --long 옵션 사용 필요 | user@samsung.com |
| protected | 보호 --long 옵션 사용 필요 | False |
| root_device_name | 루트 디바이스 이름 --long 옵션 사용 필요 | /dev/vda |
| scp_image_type | 이미지 타입 --long 옵션 사용 필요 | custom |
| scp_k8s_version | K8S 버전 --long 옵션 사용 필요 | v1.28.7 |
| scp_original_image_type | 원본 이미지 타입 --long 옵션 사용 필요 | standard |
| scp_os_build_version | OS 빌드 버전 --long 옵션 사용 필요 | 20250101 |
| scp_os_version | OS 버전 --long 옵션 사용 필요 | 8.8 |
| size | 크기 --long 옵션 사용 필요 | 2429747200 |
| status | 상태 --long 옵션 사용 필요 | active |
| updated_at | 수정일시 --long 옵션 사용 필요 | 2025-07-26T12:00:00Z |
| url | 이미지 파일에 대한 Object Storage URL (qcow2 형식만 허용) --long 옵션 사용 필요 | https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2 |
| virtual_size | 가상 크기 --long 옵션 사용 필요 | 17179869184 |
| visibility | 가시성 | private |
| volumes | 볼륨 --long 옵션 사용 필요 | [{“tag”: null, “volume_id”: null, “encryption_options”: null, “encryption_secret_uuid”: null, “encryption_format”: null, “device_name”: “/dev/vda”, “disk_bus”: “virtio”, “volume_type”: null, “encrypted”: null, “image_id”: null, “device_type”: “disk”, “source_type”: “snapshot”, “delete_on_termination”: false, “volume_size”: 104, “guest_format”: null, “boot_index”: 0, “destination_type”: “volume”, “snapshot_id”: “abde9e38-2ed5-4ecd-b23c-b0120e30690e”, “no_device”: null}] |
scpcli virtualserver server group list
[--limit <value>]
[--offset <value>]
[--long]
서버 그룹 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| limit optional | integer | 페이지 항목 개수 | 20 |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
| Name | Description | Example |
|---|---|---|
| id | 서버 그룹 ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
| account_id | 계정 ID --long 옵션 사용 필요 | a8f10467abfc4b87b64614ab36eb9ae4 |
| members | 서버 그룹 멤버 --long 옵션 사용 필요 | [‘2a9be312-5d4b-4bc8-b2ae-35100fa9241f’] |
| name | 서버 그룹 명 | server-group |
| partition_size | 파티션 사이즈 --long 옵션 사용 필요 | 3 |
| policy | 서버 그룹 정책 | anti-affinity |
| user_id | 사용자 ID --long 옵션 사용 필요 | 570907805e5447be84b618450ef52o0t |
scpcli virtualserver server group list
[--limit <value>]
[--offset <value>]
[--long]
서버 그룹 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| limit optional | integer | 페이지 항목 개수 | 20 |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
| Name | Description | Example |
|---|---|---|
| id | 서버 그룹 ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
| account_id | 계정 ID --long 옵션 사용 필요 | a8f10467abfc4b87b64614ab36eb9ae4 |
| members | 서버 그룹 멤버 --long 옵션 사용 필요 | [‘2a9be312-5d4b-4bc8-b2ae-35100fa9241f’] |
| name | 서버 그룹 명 | server-group |
| partition_size | 파티션 사이즈 --long 옵션 사용 필요 | 3 |
| policy | 서버 그룹 정책 | anti-affinity |
| user_id | 사용자 ID --long 옵션 사용 필요 | 570907805e5447be84b618450ef52o0t |
scpcli virtualserver server interface list
--server_id <value>
서버 인터페이스 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|---|---|
| fixed_ips | Fixed Ip list | |
| mac_addr | MAC 주소 | fa:16:3e:c0:71:2b |
| port_id | 포트 ID | f2b02fc5-a5fd-4b5f-b1a9-987f4c0d66cc |
| port_state | Port State | ACTIVE |
| private_static_nat | Private Static NAT | |
| static_nat | Public Static NAT | |
| subnet_id | 서브넷 ID | 183c6c30df0c4fcbb16422aa2d64aa21 |
scpcli virtualserver server interface list
--server_id <value>
서버 인터페이스 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|---|---|
| fixed_ips | Fixed Ip list | |
| mac_addr | MAC 주소 | fa:16:3e:c0:71:2b |
| port_id | 포트 ID | f2b02fc5-a5fd-4b5f-b1a9-987f4c0d66cc |
| port_state | Port State | ACTIVE |
| private_static_nat | Private Static NAT | |
| static_nat | Public Static NAT | |
| subnet_id | 서브넷 ID | 183c6c30df0c4fcbb16422aa2d64aa21 |
scpcli virtualserver server ip list
--server_id <value>
서버 IP 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|---|---|
| ip_addresses | IP 주소 목록 | |
| subnet_name | 서브넷 이름 | subnetname |
scpcli virtualserver server ip list
--server_id <value>
서버 IP 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|---|---|
| ip_addresses | IP 주소 목록 | |
| subnet_name | 서브넷 이름 | subnetname |
scpcli virtualserver server type list
[--limit <value>]
[--marker <value>]
[--min_disk <value>]
[--min_ram <value>]
[--sort <value>]
서버 타입 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| limit optional | integer | 페이지 항목 개수 | 20 |
| marker optional | string | 이전 요청에서 마지막으로 반환된 항목 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| min_disk optional | integer | 최소 디스크 크기 | 0 |
| min_ram optional | integer | 최소 램 크기 | 2048 |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| Name | Description | Example |
|---|---|---|
| id | 서버 타입 ID | s1v1m2 |
| description | 설명 | description |
| disk | 루트 디스크 크기 | 100 |
| ephemeral | 임시 디스크 크기 | 0 |
| extra_specs | 추가 스펙 | |
| name | 서버 타입 이름 | s1v1m2 |
| ram | RAM 크기 | 2 |
| swap | 전용 스왑 디스크 크기 | 0 |
| vcpus | CPU 수 | 1 |
scpcli virtualserver server type list
[--limit <value>]
[--marker <value>]
[--min_disk <value>]
[--min_ram <value>]
[--sort <value>]
서버 타입 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| limit optional | integer | 페이지 항목 개수 | 20 |
| marker optional | string | 이전 요청에서 마지막으로 반환된 항목 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| min_disk optional | integer | 최소 디스크 크기 | 0 |
| min_ram optional | integer | 최소 램 크기 | 2048 |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| Name | Description | Example |
|---|---|---|
| id | 서버 타입 ID | s1v1m2 |
| description | 설명 | description |
| disk | 루트 디스크 크기 | 100 |
| ephemeral | 임시 디스크 크기 | 0 |
| extra_specs | 추가 스펙 | |
| name | 서버 타입 이름 | s1v1m2 |
| ram | RAM 크기 | 2 |
| swap | 전용 스왑 디스크 크기 | 0 |
| vcpus | CPU 수 | 1 |
scpcli virtualserver server volume list
--server_id <value>
서버 볼륨 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|---|---|
| id | 볼륨 연결 ID | 3ad1cc18-1b09-4f51-9b1d-4ce4243f6a4c |
| delete_on_termination | 해지 시 삭제 | False |
| device | Device name | /dev/vda |
| server_id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver server volume list
--server_id <value>
서버 볼륨 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|---|---|
| id | 볼륨 연결 ID | 3ad1cc18-1b09-4f51-9b1d-4ce4243f6a4c |
| delete_on_termination | 해지 시 삭제 | False |
| device | Device name | /dev/vda |
| server_id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver volume snapshot list
[--volume_id <value>]
[--limit <value>]
[--offset <value>]
[--marker <value>]
[--with_count <value>]
[--name <value>]
List snapshots and details.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id optional | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| limit optional | integer | 페이지 항목 개수 | 20 |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
| marker optional | string | 이전 요청에서 마지막으로 반환된 항목 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| with_count optional | boolean | 총 개수 여부 | True |
| name optional | string | 스냅샷명 | snapshot-1 |
| Name | Description | Example |
|---|---|---|
| id | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| description | 설명 | description |
| metadata | Snapshot metadata | |
| name | 스냅샷명 | snapshot-1 |
| size | 볼륨 크기 | 104 |
| status | 볼륨 상태 | available |
| updated_at | 수정일시 | 2025-07-26T12:00:00Z |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver volume snapshot list
[--volume_id <value>]
[--limit <value>]
[--offset <value>]
[--marker <value>]
[--with_count <value>]
[--name <value>]
List snapshots and details.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id optional | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| limit optional | integer | 페이지 항목 개수 | 20 |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
| marker optional | string | 이전 요청에서 마지막으로 반환된 항목 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| with_count optional | boolean | 총 개수 여부 | True |
| name optional | string | 스냅샷명 | snapshot-1 |
| Name | Description | Example |
|---|---|---|
| id | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| description | 설명 | description |
| metadata | Snapshot metadata | |
| name | 스냅샷명 | snapshot-1 |
| size | 볼륨 크기 | 104 |
| status | 볼륨 상태 | available |
| updated_at | 수정일시 | 2025-07-26T12:00:00Z |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver server security group list
--server_id <value>
서버 Security Group 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|---|---|
| id | Security Group ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
| account_id | Server Group owner’s account ID | 6f70656e737461636b20342065766572 |
| description | Security group description | Security group description |
| name | Security Group 이름 | securitygroup |
| rules | Security group rules |
scpcli virtualserver server security group list
--server_id <value>
서버 Security Group 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|---|---|
| id | Security Group ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
| account_id | Server Group owner’s account ID | 6f70656e737461636b20342065766572 |
| description | Security group description | Security group description |
| name | Security Group 이름 | securitygroup |
| rules | Security group rules |
scpcli virtualserver server list
[--name <value>]
[--ip <value>]
[--state <value>]
[--product_category <value>]
[--product_offering <value>]
[--vpc_id <value>]
[--server_type_id <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--auto_scaling_group_id <value>]
[--long]
서버 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| name optional | string | 서버 이름 | servername |
| ip optional | string | IP 주소 | 192.169.3.2 |
| state optional | string | 서버 상태 | ACTIVE |
| product_category optional | **** | 상품군 | compute |
| product_offering optional | array | 상품 | 'v' |
| vpc_id optional | string | VPC ID | cc976b621087484ea5fd527f4b78708b |
| server_type_id optional | string | 서버 타입 ID | s1v1m2 |
| limit optional | integer | 페이지 항목 개수 | 20 |
| marker optional | string | 이전 요청에서 마지막으로 반환된 항목 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| auto_scaling_group_id optional | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| Name | Description | Example |
|---|---|---|
| id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| account_id | 계정 ID --long 옵션 사용 필요 | a8f10467abfc4b87b64614ab36eb9ae4 |
| addresses | 주소 목록 | |
| auto_scaling_group_id | Auto-Scaling Group ID --long 옵션 사용 필요 | 52613bd852b04b39adcb15a8364d856d |
| created_at | 생성일시 --long 옵션 사용 필요 | |
| created_by | 생성자 ID --long 옵션 사용 필요 | 97e6b22c9a4143789ca522df7457a32f |
| disk_config | 디스크 컨피그 --long 옵션 사용 필요 | MANUAL |
| image_id | 이미지 ID --long 옵션 사용 필요 | 70a599e0-31e7-49b7-b260-868f441e862b |
| is_marketplace | Marketplace 여부 --long 옵션 사용 필요 | False |
| keypair_name | 키페어 이름 --long 옵션 사용 필요 | keypairname |
| launch_configuration_id | Launch Configuration ID --long 옵션 사용 필요 | b5aea5a675fc4f6b9e0fcd1288354c5f |
| locked | 잠김 여부 --long 옵션 사용 필요 | False |
| metadata | 메타 데이터 --long 옵션 사용 필요 | |
| modified_at | 수정일시 --long 옵션 사용 필요 | |
| name | 서버 이름 | servername |
| partition_number | 파티션 넘버 --long 옵션 사용 필요 | 1 |
| planned_compute_os_type | Planned Compute OS 유형 --long 옵션 사용 필요 | windows |
| product_category | 상품군 --long 옵션 사용 필요 | compute |
| product_offering | 상품 --long 옵션 사용 필요 | virtual_server |
| security_groups | Security Group 목록 --long 옵션 사용 필요 | |
| server_group_id | 서버 그룹 ID --long 옵션 사용 필요 | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
| server_type | 서버 타입 | |
| state | 서버 상태 | ACTIVE |
| volumes | 볼륨 --long 옵션 사용 필요 | |
| vpc_id | VPC ID --long 옵션 사용 필요 | cc976b621087484ea5fd527f4b78708b |
scpcli virtualserver server list
[--name <value>]
[--ip <value>]
[--state <value>]
[--product_category <value>]
[--product_offering <value>]
[--vpc_id <value>]
[--server_type_id <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--auto_scaling_group_id <value>]
[--long]
서버 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| name optional | string | 서버 이름 | servername |
| ip optional | string | IP 주소 | 192.169.3.2 |
| state optional | string | 서버 상태 | ACTIVE |
| product_category optional | **** | 상품군 | compute |
| product_offering optional | array | 상품 | 'v' |
| vpc_id optional | string | VPC ID | cc976b621087484ea5fd527f4b78708b |
| server_type_id optional | string | 서버 타입 ID | s1v1m2 |
| limit optional | integer | 페이지 항목 개수 | 20 |
| marker optional | string | 이전 요청에서 마지막으로 반환된 항목 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| auto_scaling_group_id optional | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| Name | Description | Example |
|---|---|---|
| id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| account_id | 계정 ID --long 옵션 사용 필요 | a8f10467abfc4b87b64614ab36eb9ae4 |
| addresses | 주소 목록 | |
| auto_scaling_group_id | Auto-Scaling Group ID --long 옵션 사용 필요 | 52613bd852b04b39adcb15a8364d856d |
| created_at | 생성일시 --long 옵션 사용 필요 | |
| created_by | 생성자 ID --long 옵션 사용 필요 | 97e6b22c9a4143789ca522df7457a32f |
| disk_config | 디스크 컨피그 --long 옵션 사용 필요 | MANUAL |
| image_id | 이미지 ID --long 옵션 사용 필요 | 70a599e0-31e7-49b7-b260-868f441e862b |
| is_marketplace | Marketplace 여부 --long 옵션 사용 필요 | False |
| keypair_name | 키페어 이름 --long 옵션 사용 필요 | keypairname |
| launch_configuration_id | Launch Configuration ID --long 옵션 사용 필요 | b5aea5a675fc4f6b9e0fcd1288354c5f |
| locked | 잠김 여부 --long 옵션 사용 필요 | False |
| metadata | 메타 데이터 --long 옵션 사용 필요 | |
| modified_at | 수정일시 --long 옵션 사용 필요 | |
| name | 서버 이름 | servername |
| partition_number | 파티션 넘버 --long 옵션 사용 필요 | 1 |
| planned_compute_os_type | Planned Compute OS 유형 --long 옵션 사용 필요 | windows |
| product_category | 상품군 --long 옵션 사용 필요 | compute |
| product_offering | 상품 --long 옵션 사용 필요 | virtual_server |
| security_groups | Security Group 목록 --long 옵션 사용 필요 | |
| server_group_id | 서버 그룹 ID --long 옵션 사용 필요 | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
| server_type | 서버 타입 | |
| state | 서버 상태 | ACTIVE |
| volumes | 볼륨 --long 옵션 사용 필요 | |
| vpc_id | VPC ID --long 옵션 사용 필요 | cc976b621087484ea5fd527f4b78708b |
scpcli virtualserver volume transfer list
List volume transfers.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Description | Example |
|---|---|---|
| id | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| name | 볼륨명 | volume01 |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver volume transfer list
List volume transfers.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Description | Example |
|---|---|---|
| id | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| name | 볼륨명 | volume01 |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver volume type list
[--limit <value>]
[--offset <value>]
[--marker <value>]
[--sort <value>]
볼륨 유형 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| limit optional | integer | 페이지 항목 개수 | 20 |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
| marker optional | string | 이전 요청에서 마지막으로 반환된 항목 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| Name | Description | Example |
|---|---|---|
| id | 볼륨 유형 ID | c643ac35-3aec-43e6-b97a-3d6f666c5207 |
| description | Volume type description | Volume type description |
| extra_specs | 추가 스펙 | |
| name | 볼륨 유형명 | SSD |
scpcli virtualserver volume type list
[--limit <value>]
[--offset <value>]
[--marker <value>]
[--sort <value>]
볼륨 유형 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| limit optional | integer | 페이지 항목 개수 | 20 |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
| marker optional | string | 이전 요청에서 마지막으로 반환된 항목 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| Name | Description | Example |
|---|---|---|
| id | 볼륨 유형 ID | c643ac35-3aec-43e6-b97a-3d6f666c5207 |
| description | Volume type description | Volume type description |
| extra_specs | 추가 스펙 | |
| name | 볼륨 유형명 | SSD |
scpcli virtualserver volume list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--offset <value>]
[--name <value>]
[--state <value>]
[--bootable <value>]
[--long]
볼륨 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| with_count optional | boolean | 총 개수 여부 | True |
| limit optional | integer | 페이지 항목 개수 | 20 |
| marker optional | string | 이전 요청에서 마지막으로 반환된 항목 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
| name optional | string | 볼륨명 | volume01 |
| state optional | string | 볼륨 상태 | available |
| bootable optional | boolean | 부트 디스크 여부 | False |
| Name | Description | Example |
|---|---|---|
| id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| bootable | 부트 디스크 여부 | False |
| created_at | 생성일시 | |
| encrypted | 암호화 여부 --long 옵션 사용 필요 | True |
| modified_at | 수정일시 --long 옵션 사용 필요 | 2025-07-26T12:00:00Z |
| multiattach | 다중 연결 --long 옵션 사용 필요 | False |
| name | 볼륨명 | volume01 |
| servers | Attached servers --long 옵션 사용 필요 | |
| size | 볼륨 크기 | 104 |
| snapshot_id | 스냅샷 ID --long 옵션 사용 필요 | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
| state | 볼륨 상태 | available |
| user_id | 사용자 ID --long 옵션 사용 필요 | 570907805e5447be84b618450ef52o0t |
| volume_image_metadata | 볼륨 이미지 메타데이터 --long 옵션 사용 필요 | |
| volume_type | 볼륨 타입 | SSD |
| volume_type_id | 볼륨 유형 ID --long 옵션 사용 필요 | c643ac35-3aec-43e6-b97a-3d6f666c5207 |
scpcli virtualserver volume list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--offset <value>]
[--name <value>]
[--state <value>]
[--bootable <value>]
[--long]
볼륨 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| with_count optional | boolean | 총 개수 여부 | True |
| limit optional | integer | 페이지 항목 개수 | 20 |
| marker optional | string | 이전 요청에서 마지막으로 반환된 항목 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
| name optional | string | 볼륨명 | volume01 |
| state optional | string | 볼륨 상태 | available |
| bootable optional | boolean | 부트 디스크 여부 | False |
| Name | Description | Example |
|---|---|---|
| id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| bootable | 부트 디스크 여부 | False |
| created_at | 생성일시 | |
| encrypted | 암호화 여부 --long 옵션 사용 필요 | True |
| modified_at | 수정일시 --long 옵션 사용 필요 | 2025-07-26T12:00:00Z |
| multiattach | 다중 연결 --long 옵션 사용 필요 | False |
| name | 볼륨명 | volume01 |
| servers | Attached servers --long 옵션 사용 필요 | |
| size | 볼륨 크기 | 104 |
| snapshot_id | 스냅샷 ID --long 옵션 사용 필요 | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
| state | 볼륨 상태 | available |
| user_id | 사용자 ID --long 옵션 사용 필요 | 570907805e5447be84b618450ef52o0t |
| volume_image_metadata | 볼륨 이미지 메타데이터 --long 옵션 사용 필요 | |
| volume_type | 볼륨 타입 | SSD |
| volume_type_id | 볼륨 유형 ID --long 옵션 사용 필요 | c643ac35-3aec-43e6-b97a-3d6f666c5207 |
scpcli virtualserver server lock
--server_id <value>
서버에 Lock을 건다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|
scpcli virtualserver server lock
--server_id <value>
서버에 Lock을 건다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|
scpcli virtualserver server reboot
--server_id <value>
[--reboot_type <value>]
서버를 재시작한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| reboot_type optional | **** | 재시작 유형 | SOFT |
| Name | Description | Example |
|---|
scpcli virtualserver server reboot
--server_id <value>
[--reboot_type <value>]
서버를 재시작한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| reboot_type optional | **** | 재시작 유형 | SOFT |
| Name | Description | Example |
|---|
scpcli virtualserver server rebuild
--server_id <value>
서버를 재빌드한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|
scpcli virtualserver server rebuild
--server_id <value>
서버를 재빌드한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|
scpcli virtualserver volume revert
--volume_id <value>
--snapshot_id <value>
Revert Volume to snapshot.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| snapshot_id required | string | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
| Name | Description | Example |
|---|
scpcli virtualserver volume revert
--volume_id <value>
--snapshot_id <value>
Revert Volume to snapshot.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| snapshot_id required | string | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
| Name | Description | Example |
|---|
scpcli virtualserver volume snapshot show
--snapshot_id <value>
Show a snapshot’s details.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| snapshot_id required | string | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
| Name | Description | Example |
|---|---|---|
| id | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| description | 설명 | description |
| metadata | Snapshot metadata | |
| name | 스냅샷명 | snapshot-1 |
| size | 볼륨 크기 | 104 |
| status | 볼륨 상태 | available |
| updated_at | 수정일시 | 2025-07-26T12:00:00Z |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver volume snapshot show
--snapshot_id <value>
Show a snapshot’s details.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| snapshot_id required | string | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
| Name | Description | Example |
|---|---|---|
| id | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| description | 설명 | description |
| metadata | Snapshot metadata | |
| name | 스냅샷명 | snapshot-1 |
| size | 볼륨 크기 | 104 |
| status | 볼륨 상태 | available |
| updated_at | 수정일시 | 2025-07-26T12:00:00Z |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver auto scaling group show
--auto_scaling_group_id <value>
Auto-Scaling Group을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| Name | Description | Example |
|---|---|---|
| id | LB 서버 그룹 ID | d06e87d3-ca9a-461b-8e88-077a542a7335 |
| port | LB 서버 그룹 포트 | 8080 |
scpcli virtualserver auto scaling group show
--auto_scaling_group_id <value>
Auto-Scaling Group을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| Name | Description | Example |
|---|---|---|
| id | LB 서버 그룹 ID | d06e87d3-ca9a-461b-8e88-077a542a7335 |
| port | LB 서버 그룹 포트 | 8080 |
scpcli virtualserver auto scaling group notification show
--notification_id <value>
--auto_scaling_group_id <value>
Auto-Scaling Group 알림을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| notification_id required | string | 알림 ID | fa7fd191410744cd810a290c0b4d22b9 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| auto_scaling_group_id | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| notification_events | Auto-Scaling Group 알림 이벤트 목록 | [‘SCALE_OUT’, ‘SCALE_OUT_FAIL’] |
| notification_state | Auto-Scaling Group 알림 상태 | ACTIVE |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
| user_name | User name | scpuser |
scpcli virtualserver auto scaling group notification show
--notification_id <value>
--auto_scaling_group_id <value>
Auto-Scaling Group 알림을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| notification_id required | string | 알림 ID | fa7fd191410744cd810a290c0b4d22b9 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| auto_scaling_group_id | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| notification_events | Auto-Scaling Group 알림 이벤트 목록 | [‘SCALE_OUT’, ‘SCALE_OUT_FAIL’] |
| notification_state | Auto-Scaling Group 알림 상태 | ACTIVE |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
| user_name | User name | scpuser |
scpcli virtualserver auto scaling group policy show
--policy_id <value>
--auto_scaling_group_id <value>
Auto-Scaling Group 정책을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| policy_id required | string | 정책 ID | 0761d76085f54363bab07909baf69841 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| auto_scaling_group_id | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| comparison_operator | 비교 연산자 | ge |
| cooldown_seconds | 쿨다운 시간(초 단위) | 300 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| evaluation_minutes | 평가 시간(분 단위) | 1 |
| metric_method | 메트릭 방법 | AVG |
| metric_type | 메트릭 유형 | CPU |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 정책 이름 | policy-name |
| scale_method | 스케일 방법 | AMOUNT |
| scale_type | 스케일 유형 | SCALE_OUT |
| scale_value | 스켕일 값 | 10 |
| state | 정책 상태 | ACTIVE |
| threshold | 임계값 | 60 |
| threshold_unit | 임계값 단위 | % |
scpcli virtualserver auto scaling group policy show
--policy_id <value>
--auto_scaling_group_id <value>
Auto-Scaling Group 정책을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| policy_id required | string | 정책 ID | 0761d76085f54363bab07909baf69841 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| auto_scaling_group_id | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| comparison_operator | 비교 연산자 | ge |
| cooldown_seconds | 쿨다운 시간(초 단위) | 300 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| evaluation_minutes | 평가 시간(분 단위) | 1 |
| metric_method | 메트릭 방법 | AVG |
| metric_type | 메트릭 유형 | CPU |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 정책 이름 | policy-name |
| scale_method | 스케일 방법 | AMOUNT |
| scale_type | 스케일 유형 | SCALE_OUT |
| scale_value | 스켕일 값 | 10 |
| state | 정책 상태 | ACTIVE |
| threshold | 임계값 | 60 |
| threshold_unit | 임계값 단위 | % |
scpcli virtualserver auto scaling group schedule show
--schedule_id <value>
--auto_scaling_group_id <value>
Auto-Scaling Group을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| schedule_id required | string | 스케줄 ID | 43d4841abd404220af5f0904037aba71 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| day_of_month | 일 | -1,1 |
| day_of_week | 요일 | SU,SA |
| description | 설명 | description |
| desired_server_count | 목표 서버 수 | 1 |
| end_date | 종료 날짜 | 2025-01-01 |
| frequency | 빈도 | WEEKLY |
| hour | 시간 | 9 |
| max_server_count | 최대 서버 수 | 2 |
| min_server_count | 최소 서버 수 | 1 |
| minute | 분 | 0 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 스케쥴 이름 | schedulename |
| start_date | 시작 날짜 | 2024-01-01 |
| state | 스케쥴 상태 | ACTIVE |
| timezone | 시간대 | Asia/Seoul |
scpcli virtualserver auto scaling group schedule show
--schedule_id <value>
--auto_scaling_group_id <value>
Auto-Scaling Group을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| schedule_id required | string | 스케줄 ID | 43d4841abd404220af5f0904037aba71 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| day_of_month | 일 | -1,1 |
| day_of_week | 요일 | SU,SA |
| description | 설명 | description |
| desired_server_count | 목표 서버 수 | 1 |
| end_date | 종료 날짜 | 2025-01-01 |
| frequency | 빈도 | WEEKLY |
| hour | 시간 | 9 |
| max_server_count | 최대 서버 수 | 2 |
| min_server_count | 최소 서버 수 | 1 |
| minute | 분 | 0 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 스케쥴 이름 | schedulename |
| start_date | 시작 날짜 | 2024-01-01 |
| state | 스케쥴 상태 | ACTIVE |
| timezone | 시간대 | Asia/Seoul |
scpcli virtualserver volume type default show
기본 볼륨 유형을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Description | Example |
|---|---|---|
| id | 볼륨 유형 ID | c643ac35-3aec-43e6-b97a-3d6f666c5207 |
| description | Volume type description | Volume type description |
| extra_specs | 추가 스펙 | |
| name | 볼륨 유형명 | SSD |
scpcli virtualserver volume type default show
기본 볼륨 유형을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Description | Example |
|---|---|---|
| id | 볼륨 유형 ID | c643ac35-3aec-43e6-b97a-3d6f666c5207 |
| description | Volume type description | Volume type description |
| extra_specs | 추가 스펙 | |
| name | 볼륨 유형명 | SSD |
scpcli virtualserver image show
--image_id <value>
이미지를 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| Name | Description | Example |
|---|---|---|
| id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| checksum | 체크섬 | 7538e0fcb56e0e272cfd89eb384d6613 |
| container_format | 컨테이너 형식 | bare |
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| disk_format | 디스크 형식 | qcow2 |
| file | 파일 | /v2/images/e08a37c1-2162-416e-b7fa-19902419170b/file |
| min_disk | 최소 디스크 | 100 |
| min_ram | 최소 RAM | 0 |
| name | 이미지 이름 | imagename |
| os_distro | OS 배포판 | alma |
| os_hash_algo | OS 해시 알고리즘 | sha512 |
| os_hash_value | OS 해시 값 | c6a32fc3b7c909b8900b46f5e6066c028a1d799c0a263cf064a600c430a714627c21f98ac248e2f2bf29870a1a2773c7908244745016878e1a5f31dc2c405b99 |
| os_hidden | OS 숨김 여부 | False |
| owner | Owner account ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| owner_account_name | 소유 account 이름 | AccountName |
| owner_user_name | 소유자 이름 | user@samsung.com |
| protected | 보호 | False |
| root_device_name | 루트 디바이스 이름 | /dev/vda |
| scp_image_type | 이미지 타입 | custom |
| scp_k8s_version | K8S 버전 | v1.28.7 |
| scp_original_image_type | 원본 이미지 타입 | standard |
| scp_os_build_version | OS 빌드 버전 | 20250101 |
| scp_os_version | OS 버전 | 8.8 |
| size | 크기 | 2429747200 |
| status | 상태 | active |
| updated_at | 수정일시 | 2025-07-26T12:00:00Z |
| url | 이미지 파일에 대한 Object Storage URL (qcow2 형식만 허용) | https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2 |
| virtual_size | 가상 크기 | 17179869184 |
| visibility | 가시성 | private |
| volumes | 볼륨 | [{“tag”: null, “volume_id”: null, “encryption_options”: null, “encryption_secret_uuid”: null, “encryption_format”: null, “device_name”: “/dev/vda”, “disk_bus”: “virtio”, “volume_type”: null, “encrypted”: null, “image_id”: null, “device_type”: “disk”, “source_type”: “snapshot”, “delete_on_termination”: false, “volume_size”: 104, “guest_format”: null, “boot_index”: 0, “destination_type”: “volume”, “snapshot_id”: “abde9e38-2ed5-4ecd-b23c-b0120e30690e”, “no_device”: null}] |
scpcli virtualserver image show
--image_id <value>
이미지를 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| Name | Description | Example |
|---|---|---|
| id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| checksum | 체크섬 | 7538e0fcb56e0e272cfd89eb384d6613 |
| container_format | 컨테이너 형식 | bare |
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| disk_format | 디스크 형식 | qcow2 |
| file | 파일 | /v2/images/e08a37c1-2162-416e-b7fa-19902419170b/file |
| min_disk | 최소 디스크 | 100 |
| min_ram | 최소 RAM | 0 |
| name | 이미지 이름 | imagename |
| os_distro | OS 배포판 | alma |
| os_hash_algo | OS 해시 알고리즘 | sha512 |
| os_hash_value | OS 해시 값 | c6a32fc3b7c909b8900b46f5e6066c028a1d799c0a263cf064a600c430a714627c21f98ac248e2f2bf29870a1a2773c7908244745016878e1a5f31dc2c405b99 |
| os_hidden | OS 숨김 여부 | False |
| owner | Owner account ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| owner_account_name | 소유 account 이름 | AccountName |
| owner_user_name | 소유자 이름 | user@samsung.com |
| protected | 보호 | False |
| root_device_name | 루트 디바이스 이름 | /dev/vda |
| scp_image_type | 이미지 타입 | custom |
| scp_k8s_version | K8S 버전 | v1.28.7 |
| scp_original_image_type | 원본 이미지 타입 | standard |
| scp_os_build_version | OS 빌드 버전 | 20250101 |
| scp_os_version | OS 버전 | 8.8 |
| size | 크기 | 2429747200 |
| status | 상태 | active |
| updated_at | 수정일시 | 2025-07-26T12:00:00Z |
| url | 이미지 파일에 대한 Object Storage URL (qcow2 형식만 허용) | https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2 |
| virtual_size | 가상 크기 | 17179869184 |
| visibility | 가시성 | private |
| volumes | 볼륨 | [{“tag”: null, “volume_id”: null, “encryption_options”: null, “encryption_secret_uuid”: null, “encryption_format”: null, “device_name”: “/dev/vda”, “disk_bus”: “virtio”, “volume_type”: null, “encrypted”: null, “image_id”: null, “device_type”: “disk”, “source_type”: “snapshot”, “delete_on_termination”: false, “volume_size”: 104, “guest_format”: null, “boot_index”: 0, “destination_type”: “volume”, “snapshot_id”: “abde9e38-2ed5-4ecd-b23c-b0120e30690e”, “no_device”: null}] |
scpcli virtualserver image member show
--member_id <value>
--image_id <value>
이미지 멤버를 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| member_id required | string | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| Name | Description | Example |
|---|---|---|
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| image_id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| member_id | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| status | 멤버 상태 | pending |
| updated_at | 수정일시 | 2025-07-26T12:00:00Z |
scpcli virtualserver image member show
--member_id <value>
--image_id <value>
이미지 멤버를 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| member_id required | string | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| Name | Description | Example |
|---|---|---|
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| image_id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| member_id | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| status | 멤버 상태 | pending |
| updated_at | 수정일시 | 2025-07-26T12:00:00Z |
scpcli virtualserver keypair show
--keypair_name <value>
키페어를 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| keypair_name required | string | 키페어 이름 | keypairname |
| Name | Description | Example |
|---|---|---|
| id | 키페어 ID | 1 |
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| fingerprint | Fingerprint | 7e:eb:ab:24:ba:d1:e1:88:ae:9a:fb:66:53:df:d3:bd |
| name | 키페어 이름 | keypairname |
| public_key | Public Key | publickey |
| type | 키페어 유형 | ssh |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
scpcli virtualserver keypair show
--keypair_name <value>
키페어를 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| keypair_name required | string | 키페어 이름 | keypairname |
| Name | Description | Example |
|---|---|---|
| id | 키페어 ID | 1 |
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| fingerprint | Fingerprint | 7e:eb:ab:24:ba:d1:e1:88:ae:9a:fb:66:53:df:d3:bd |
| name | 키페어 이름 | keypairname |
| public_key | Public Key | publickey |
| type | 키페어 유형 | ssh |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
scpcli virtualserver launch configuration show
--launch_configuration_id <value>
Launch Configuration을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| launch_configuration_id required | string | Launch Configuration ID | b5aea5a675fc4f6b9e0fcd1288354c5f |
| Name | Description | Example |
|---|---|---|
| boot_index | 부팅 장치를 시도하는 순서 | 0 |
| size | 볼륨 크기 | 104 |
| type | 볼륨 타입 | SSD |
scpcli virtualserver launch configuration show
--launch_configuration_id <value>
Launch Configuration을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| launch_configuration_id required | string | Launch Configuration ID | b5aea5a675fc4f6b9e0fcd1288354c5f |
| Name | Description | Example |
|---|---|---|
| boot_index | 부팅 장치를 시도하는 순서 | 0 |
| size | 볼륨 크기 | 104 |
| type | 볼륨 타입 | SSD |
scpcli virtualserver server group show
--server_group_id <value>
서버 그룹을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_group_id required | string | 서버 그룹 ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
| Name | Description | Example |
|---|---|---|
| id | 서버 그룹 ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| members | 서버 그룹 멤버 | [‘2a9be312-5d4b-4bc8-b2ae-35100fa9241f’] |
| name | 서버 그룹 명 | server-group |
| partition_size | 파티션 사이즈 | 3 |
| policy | 서버 그룹 정책 | anti-affinity |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
scpcli virtualserver server group show
--server_group_id <value>
서버 그룹을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_group_id required | string | 서버 그룹 ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
| Name | Description | Example |
|---|---|---|
| id | 서버 그룹 ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| members | 서버 그룹 멤버 | [‘2a9be312-5d4b-4bc8-b2ae-35100fa9241f’] |
| name | 서버 그룹 명 | server-group |
| partition_size | 파티션 사이즈 | 3 |
| policy | 서버 그룹 정책 | anti-affinity |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
scpcli virtualserver server interface show
--port_id <value>
--server_id <value>
서버 인터페이스를 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|---|---|
| fixed_ips | Fixed Ip list | |
| mac_addr | MAC 주소 | fa:16:3e:c0:71:2b |
| port_id | 포트 ID | f2b02fc5-a5fd-4b5f-b1a9-987f4c0d66cc |
| port_state | Port State | ACTIVE |
| private_static_nat | Private Static NAT | |
| static_nat | Public Static NAT | |
| subnet_id | 서브넷 ID | 183c6c30df0c4fcbb16422aa2d64aa21 |
scpcli virtualserver server interface show
--port_id <value>
--server_id <value>
서버 인터페이스를 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|---|---|
| fixed_ips | Fixed Ip list | |
| mac_addr | MAC 주소 | fa:16:3e:c0:71:2b |
| port_id | 포트 ID | f2b02fc5-a5fd-4b5f-b1a9-987f4c0d66cc |
| port_state | Port State | ACTIVE |
| private_static_nat | Private Static NAT | |
| static_nat | Public Static NAT | |
| subnet_id | 서브넷 ID | 183c6c30df0c4fcbb16422aa2d64aa21 |
scpcli virtualserver server ip show
--subnet_id <value>
--server_id <value>
서버 IP를 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_id required | string | 서브넷 ID | 78b2ee3f074145c580ab6abac4821f97 |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|---|---|
| ip_address | IP 주소 | 192.169.3.2 |
| version | IP 주소 버전 | 4 |
scpcli virtualserver server ip show
--subnet_id <value>
--server_id <value>
서버 IP를 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_id required | string | 서브넷 ID | 78b2ee3f074145c580ab6abac4821f97 |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|---|---|
| ip_address | IP 주소 | 192.169.3.2 |
| version | IP 주소 버전 | 4 |
scpcli virtualserver quota set show
서버 쿼터 셋을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Description | Example |
|---|---|---|
| id | 쿼터 셋 ID | fc7283354c6143a58629b59f4c3e16b2 |
| cores | 코어 한도 | |
| instances | 인스턴스 한도 | |
| keypairs | 키페어 한도 | |
| metadata_items | 메타 데이터 항목 한도 | |
| ram | 램 한도 | |
| server_group_members | 서버 그룹 멤버 한도 | |
| server_groups | 서버 그룹 한도 |
scpcli virtualserver quota set show
서버 쿼터 셋을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Description | Example |
|---|---|---|
| id | 쿼터 셋 ID | fc7283354c6143a58629b59f4c3e16b2 |
| cores | 코어 한도 | |
| instances | 인스턴스 한도 | |
| keypairs | 키페어 한도 | |
| metadata_items | 메타 데이터 항목 한도 | |
| ram | 램 한도 | |
| server_group_members | 서버 그룹 멤버 한도 | |
| server_groups | 서버 그룹 한도 |
scpcli virtualserver server type show
--server_type_id <value>
서버 타입을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_type_id required | string | 서버 타입 ID | s1v1m2 |
| Name | Description | Example |
|---|---|---|
| id | 서버 타입 ID | s1v1m2 |
| description | 설명 | description |
| disk | 루트 디스크 크기 | 100 |
| ephemeral | 임시 디스크 크기 | 0 |
| extra_specs | 추가 스펙 | |
| name | 서버 타입 이름 | s1v1m2 |
| ram | RAM 크기 | 2 |
| swap | 전용 스왑 디스크 크기 | 0 |
| vcpus | CPU 수 | 1 |
scpcli virtualserver server type show
--server_type_id <value>
서버 타입을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_type_id required | string | 서버 타입 ID | s1v1m2 |
| Name | Description | Example |
|---|---|---|
| id | 서버 타입 ID | s1v1m2 |
| description | 설명 | description |
| disk | 루트 디스크 크기 | 100 |
| ephemeral | 임시 디스크 크기 | 0 |
| extra_specs | 추가 스펙 | |
| name | 서버 타입 이름 | s1v1m2 |
| ram | RAM 크기 | 2 |
| swap | 전용 스왑 디스크 크기 | 0 |
| vcpus | CPU 수 | 1 |
scpcli virtualserver server volume show
--volume_id <value>
--server_id <value>
서버 볼륨을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|---|---|
| id | 볼륨 연결 ID | 3ad1cc18-1b09-4f51-9b1d-4ce4243f6a4c |
| delete_on_termination | 해지 시 삭제 | False |
| device | Device name | /dev/vda |
| server_id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver server volume show
--volume_id <value>
--server_id <value>
서버 볼륨을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|---|---|
| id | 볼륨 연결 ID | 3ad1cc18-1b09-4f51-9b1d-4ce4243f6a4c |
| delete_on_termination | 해지 시 삭제 | False |
| device | Device name | /dev/vda |
| server_id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver server show
--server_id <value>
서버를 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|---|---|
| ip_addresses | IP 주소 목록 | |
| subnet_name | 서브넷 이름 | subnetname |
scpcli virtualserver server show
--server_id <value>
서버를 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|---|---|
| ip_addresses | IP 주소 목록 | |
| subnet_name | 서브넷 이름 | subnetname |
scpcli virtualserver server console log show
--server_id <value>
[--line_size <value>]
서버 콘솔 로그를 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| line_size optional | integer | Number of log lines to get | 1 |
| Name | Description | Example |
|---|---|---|
| output | Server console log output | FAKE CONSOLE OUTPUT |
scpcli virtualserver server console log show
--server_id <value>
[--line_size <value>]
서버 콘솔 로그를 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| line_size optional | integer | Number of log lines to get | 1 |
| Name | Description | Example |
|---|---|---|
| output | Server console log output | FAKE CONSOLE OUTPUT |
scpcli virtualserver server password show
--server_id <value>
[--private_key <value>]
서버 비밀번호를 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| private_key optional | string | 비밀 키 | privatekey |
| Name | Description | Example |
|---|---|---|
| password | Server password | password |
scpcli virtualserver server password show
--server_id <value>
[--private_key <value>]
서버 비밀번호를 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| private_key optional | string | 비밀 키 | privatekey |
| Name | Description | Example |
|---|---|---|
| password | Server password | password |
scpcli virtualserver volume quota set show
볼륨 쿼터 셋을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Description | Example |
|---|---|---|
| id | 쿼터 셋 ID | fc7283354c6143a58629b59f4c3e16b2 |
| per_volume_size | 볼륨 별 크기 한도 | |
| snapshots | Snapshot Quota | |
| usages | 사용량 한도 | |
| volumes | Volume Quota |
scpcli virtualserver volume quota set show
볼륨 쿼터 셋을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Description | Example |
|---|---|---|
| id | 쿼터 셋 ID | fc7283354c6143a58629b59f4c3e16b2 |
| per_volume_size | 볼륨 별 크기 한도 | |
| snapshots | Snapshot Quota | |
| usages | 사용량 한도 | |
| volumes | Volume Quota |
scpcli virtualserver volume transfer show
--transfer_id <value>
Show volume transfer detail.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| transfer_id required | string | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| Name | Description | Example |
|---|---|---|
| id | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| created_at | 생성일시 | |
| name | 볼륨명 | volume01 |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver volume transfer show
--transfer_id <value>
Show volume transfer detail.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| transfer_id required | string | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| Name | Description | Example |
|---|---|---|
| id | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| created_at | 생성일시 | |
| name | 볼륨명 | volume01 |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
scpcli virtualserver volume type show
--volume_type_id <value>
볼륨 유형을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_type_id required | string | 볼륨 유형 ID | c643ac35-3aec-43e6-b97a-3d6f666c5207 |
| Name | Description | Example |
|---|---|---|
| id | 볼륨 유형 ID | c643ac35-3aec-43e6-b97a-3d6f666c5207 |
| description | Volume type description | Volume type description |
| extra_specs | 추가 스펙 | |
| name | 볼륨 유형명 | SSD |
scpcli virtualserver volume type show
--volume_type_id <value>
볼륨 유형을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_type_id required | string | 볼륨 유형 ID | c643ac35-3aec-43e6-b97a-3d6f666c5207 |
| Name | Description | Example |
|---|---|---|
| id | 볼륨 유형 ID | c643ac35-3aec-43e6-b97a-3d6f666c5207 |
| description | Volume type description | Volume type description |
| extra_specs | 추가 스펙 | |
| name | 볼륨 유형명 | SSD |
scpcli virtualserver volume show
--volume_id <value>
볼륨을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| Name | Description | Example |
|---|---|---|
| id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| attached_at | The time when the volume was attached to the server. | |
| device | Device name | /dev/vda |
scpcli virtualserver volume show
--volume_id <value>
볼륨을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| Name | Description | Example |
|---|---|---|
| id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| attached_at | The time when the volume was attached to the server. | |
| device | Device name | /dev/vda |
scpcli virtualserver server start
--server_id <value>
서버를 시작한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|
scpcli virtualserver server start
--server_id <value>
서버를 시작한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|
scpcli virtualserver server stop
--server_id <value>
서버를 중지한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|
scpcli virtualserver server stop
--server_id <value>
서버를 중지한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|
scpcli virtualserver server unlock
--server_id <value>
서버 Lock을 푼다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|
scpcli virtualserver server unlock
--server_id <value>
서버 Lock을 푼다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| Name | Description | Example |
|---|
scpcli virtualserver volume snapshot set
--snapshot_id <value>
--name <value>
[--description <value>]
Update a snapshot.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| snapshot_id required | string | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
| name required | string | 스냅샷명 | snapshot-1 |
| description optional | string | 설명 | description |
scpcli virtualserver volume snapshot set
--snapshot_id <value>
--name <value>
[--description <value>]
Update a snapshot.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| snapshot_id required | string | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
| name required | string | 스냅샷명 | snapshot-1 |
| description optional | string | 설명 | description |
scpcli virtualserver auto scaling group set
--auto_scaling_group_id <value>
[--desired_server_count_editable <value>]
[--drain_enabled <value>]
[--drain_timeout <value>]
[--launch_configuration_id <value>]
[--security_group_ids <value>]
Auto-Scaling Group을 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| desired_server_count_editable optional | boolean | 목표 서버 수 수정 가능 여부 | True |
| drain_enabled optional | boolean | Drain 사용 여부 | True |
| drain_timeout optional | integer | Drain timeout 값 | 300 |
| launch_configuration_id optional | string | Launch Configuration ID | b5aea5a675fc4f6b9e0fcd1288354c5f |
| security_group_ids optional | array | Security Group ID 목록 | [ |
scpcli virtualserver auto scaling group set
--auto_scaling_group_id <value>
[--desired_server_count_editable <value>]
[--drain_enabled <value>]
[--drain_timeout <value>]
[--launch_configuration_id <value>]
[--security_group_ids <value>]
Auto-Scaling Group을 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| desired_server_count_editable optional | boolean | 목표 서버 수 수정 가능 여부 | True |
| drain_enabled optional | boolean | Drain 사용 여부 | True |
| drain_timeout optional | integer | Drain timeout 값 | 300 |
| launch_configuration_id optional | string | Launch Configuration ID | b5aea5a675fc4f6b9e0fcd1288354c5f |
| security_group_ids optional | array | Security Group ID 목록 | [ |
scpcli virtualserver auto scaling group lb server group set
--auto_scaling_group_id <value>
--lb_server_groups <value>
Auto-Scaling Group LB 서버 그룹을 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| lb_server_groups required | array | LB 서버 그룹 목록 | '{"id": "d06e87d3-ca9a-461b-8e88-077a542a7335", "port": 8080}' |
scpcli virtualserver auto scaling group lb server group set
--auto_scaling_group_id <value>
--lb_server_groups <value>
Auto-Scaling Group LB 서버 그룹을 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| lb_server_groups required | array | LB 서버 그룹 목록 | '{"id": "d06e87d3-ca9a-461b-8e88-077a542a7335", "port": 8080}' |
scpcli virtualserver auto scaling group notification update
--notification_id <value>
--auto_scaling_group_id <value>
[--notification_events <value>]
[--notification_state <value>]
Auto-Scaling Group 알림을 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| notification_id required | string | 알림 ID | fa7fd191410744cd810a290c0b4d22b9 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| notification_events optional | array | Auto-Scaling Group 알림 이벤트 목록 | SCALE_OUT |
| notification_state optional | string | Auto-Scaling Group 알림 상태 | ACTIVE |
scpcli virtualserver auto scaling group notification update
--notification_id <value>
--auto_scaling_group_id <value>
[--notification_events <value>]
[--notification_state <value>]
Auto-Scaling Group 알림을 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| notification_id required | string | 알림 ID | fa7fd191410744cd810a290c0b4d22b9 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| notification_events optional | array | Auto-Scaling Group 알림 이벤트 목록 | SCALE_OUT |
| notification_state optional | string | Auto-Scaling Group 알림 상태 | ACTIVE |
scpcli virtualserver auto scaling group policy set
--policy_id <value>
--auto_scaling_group_id <value>
[--comparison_operator <value>]
[--cooldown_seconds <value>]
[--evaluation_minutes <value>]
[--metric_method <value>]
[--metric_type <value>]
[--name <value>]
[--scale_method <value>]
[--scale_type <value>]
[--scale_value <value>]
[--state <value>]
[--threshold <value>]
Auto-Scaling Group 정책을 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| policy_id required | string | 정책 ID | 0761d76085f54363bab07909baf69841 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| comparison_operator optional | string | 비교 연산자 | ge |
| cooldown_seconds optional | integer | 쿨다운 시간(초 단위) | 300 |
| evaluation_minutes optional | integer | 평가 시간(분 단위) | 1 |
| metric_method optional | string | 메트릭 방법 | AVG |
| metric_type optional | string | 메트릭 유형 | CPU |
| name optional | string | 정책 이름 | policy-name |
| scale_method optional | string | 스케일 방법 | AMOUNT |
| scale_type optional | string | 스케일 유형 | SCALE_OUT |
| scale_value optional | integer | 스켕일 값 | 10 |
| state optional | string | 정책 상태 | ACTIVE |
| threshold optional | integer | 임계값 | 60 |
scpcli virtualserver auto scaling group policy set
--policy_id <value>
--auto_scaling_group_id <value>
[--comparison_operator <value>]
[--cooldown_seconds <value>]
[--evaluation_minutes <value>]
[--metric_method <value>]
[--metric_type <value>]
[--name <value>]
[--scale_method <value>]
[--scale_type <value>]
[--scale_value <value>]
[--state <value>]
[--threshold <value>]
Auto-Scaling Group 정책을 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| policy_id required | string | 정책 ID | 0761d76085f54363bab07909baf69841 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| comparison_operator optional | string | 비교 연산자 | ge |
| cooldown_seconds optional | integer | 쿨다운 시간(초 단위) | 300 |
| evaluation_minutes optional | integer | 평가 시간(분 단위) | 1 |
| metric_method optional | string | 메트릭 방법 | AVG |
| metric_type optional | string | 메트릭 유형 | CPU |
| name optional | string | 정책 이름 | policy-name |
| scale_method optional | string | 스케일 방법 | AMOUNT |
| scale_type optional | string | 스케일 유형 | SCALE_OUT |
| scale_value optional | integer | 스켕일 값 | 10 |
| state optional | string | 정책 상태 | ACTIVE |
| threshold optional | integer | 임계값 | 60 |
scpcli virtualserver auto scaling group schedule set
--schedule_id <value>
--auto_scaling_group_id <value>
[--day_of_month <value>]
[--day_of_week <value>]
[--description <value>]
[--desired_server_count <value>]
[--end_date <value>]
[--frequency <value>]
[--hour <value>]
[--max_server_count <value>]
[--min_server_count <value>]
[--minute <value>]
[--name <value>]
[--start_date <value>]
[--state <value>]
[--timezone <value>]
Auto-Scaling Group 스케줄을 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| schedule_id required | string | 스케줄 ID | 43d4841abd404220af5f0904037aba71 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| day_of_month optional | string | 일 | -1,1 |
| day_of_week optional | string | 요일 | SU,SA |
| description optional | string | 설명 | description |
| desired_server_count optional | integer | 목표 서버 수 | 1 |
| end_date optional | string | 종료 날짜 | 2025-01-01 |
| frequency optional | **** | 빈도 | WEEKLY |
| hour optional | integer | 시간 | 9 |
| max_server_count optional | integer | 최대 서버 수 | 2 |
| min_server_count optional | integer | 최소 서버 수 | 1 |
| minute optional | integer | 분 | 0 |
| name optional | string | 스케쥴 이름 | schedulename |
| start_date optional | string | 시작 날짜 | 2024-01-01 |
| state optional | string | 스케쥴 상태 | ACTIVE |
| timezone optional | string | 시간대 | Asia/Seoul |
scpcli virtualserver auto scaling group schedule set
--schedule_id <value>
--auto_scaling_group_id <value>
[--day_of_month <value>]
[--day_of_week <value>]
[--description <value>]
[--desired_server_count <value>]
[--end_date <value>]
[--frequency <value>]
[--hour <value>]
[--max_server_count <value>]
[--min_server_count <value>]
[--minute <value>]
[--name <value>]
[--start_date <value>]
[--state <value>]
[--timezone <value>]
Auto-Scaling Group 스케줄을 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| schedule_id required | string | 스케줄 ID | 43d4841abd404220af5f0904037aba71 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| day_of_month optional | string | 일 | -1,1 |
| day_of_week optional | string | 요일 | SU,SA |
| description optional | string | 설명 | description |
| desired_server_count optional | integer | 목표 서버 수 | 1 |
| end_date optional | string | 종료 날짜 | 2025-01-01 |
| frequency optional | **** | 빈도 | WEEKLY |
| hour optional | integer | 시간 | 9 |
| max_server_count optional | integer | 최대 서버 수 | 2 |
| min_server_count optional | integer | 최소 서버 수 | 1 |
| minute optional | integer | 분 | 0 |
| name optional | string | 스케쥴 이름 | schedulename |
| start_date optional | string | 시작 날짜 | 2024-01-01 |
| state optional | string | 스케쥴 상태 | ACTIVE |
| timezone optional | string | 시간대 | Asia/Seoul |
scpcli virtualserver auto scaling group server count set
--auto_scaling_group_id <value>
[--desired_server_count <value>]
[--max_server_count <value>]
[--min_server_count <value>]
Auto-Scaling Group 서버 수를 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| desired_server_count optional | integer | 목표 서버 수 | 1 |
| max_server_count optional | integer | 최대 서버 수 | 2 |
| min_server_count optional | integer | 최소 서버 수 | 1 |
scpcli virtualserver auto scaling group server count set
--auto_scaling_group_id <value>
[--desired_server_count <value>]
[--max_server_count <value>]
[--min_server_count <value>]
Auto-Scaling Group 서버 수를 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| desired_server_count optional | integer | 목표 서버 수 | 1 |
| max_server_count optional | integer | 최대 서버 수 | 2 |
| min_server_count optional | integer | 최소 서버 수 | 1 |
scpcli virtualserver image set
--image_id <value>
[--min_disk <value>]
[--min_ram <value>]
[--protected <value>]
[--visibility <value>]
이미지를 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| min_disk optional | integer | 최소 디스크 | 100 |
| min_ram optional | integer | 최소 RAM | 0 |
| protected optional | boolean | 보호 | False |
| visibility optional | string | 가시성 | private |
scpcli virtualserver image set
--image_id <value>
[--min_disk <value>]
[--min_ram <value>]
[--protected <value>]
[--visibility <value>]
이미지를 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| min_disk optional | integer | 최소 디스크 | 100 |
| min_ram optional | integer | 최소 RAM | 0 |
| protected optional | boolean | 보호 | False |
| visibility optional | string | 가시성 | private |
scpcli virtualserver image member set
--member_id <value>
--image_id <value>
--status <value>
이미지 멤버를 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| member_id required | string | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| status required | string | 멤버 상태 | pending |
scpcli virtualserver image member set
--member_id <value>
--image_id <value>
--status <value>
이미지 멤버를 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| member_id required | string | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| status required | string | 멤버 상태 | pending |
scpcli virtualserver server interface set
--port_id <value>
--server_id <value>
[--fixed_ip_address <value>]
[--subnet_id <value>]
서버 인터페이스를 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| fixed_ip_address optional | string | IP 주소 | 192.169.3.2 |
| subnet_id optional | string | 서브넷 ID | - |
scpcli virtualserver server interface set
--port_id <value>
--server_id <value>
[--fixed_ip_address <value>]
[--subnet_id <value>]
서버 인터페이스를 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| fixed_ip_address optional | string | IP 주소 | 192.169.3.2 |
| subnet_id optional | string | 서브넷 ID | - |
scpcli virtualserver server volume set
--volume_id <value>
--server_id <value>
--volume_id <value>
[--delete_on_termination <value>]
서버 볼륨을 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| delete_on_termination optional | boolean | 해지 시 삭제 | False |
scpcli virtualserver server volume set
--volume_id <value>
--server_id <value>
--volume_id <value>
[--delete_on_termination <value>]
서버 볼륨을 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| delete_on_termination optional | boolean | 해지 시 삭제 | False |
scpcli virtualserver server set
--server_id <value>
--name <value>
서버를 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| name required | string | 서버 이름 | servername |
scpcli virtualserver server set
--server_id <value>
--name <value>
서버를 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| name required | string | 서버 이름 | servername |
scpcli virtualserver server type set
--server_id <value>
--server_type <value>
서버 타입을 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| server_type required | string | 서버 타입 | s1v1m2 |
| Name | Description | Example |
|---|
scpcli virtualserver server type set
--server_id <value>
--server_type <value>
서버 타입을 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| server_type required | string | 서버 타입 | s1v1m2 |
| Name | Description | Example |
|---|