이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
CLIs
- 1: Accept a volume transfer
- 2: Attach Virtual Server Security Group
- 2.1: 1.0
- 3: Attach Volume to Virtual Server
- 4: Create a snapshot
- 5: Create a volume transfer
- 6: Create Auto-Scaling Group
- 7: Create Auto-Scaling Group Notification
- 8: Create Auto-Scaling Group Policy
- 9: Create Auto-Scaling Group Schedule
- 10: Create Image
- 11: Create Image member
- 12: Create Keypair
- 13: Create Launch Configuration
- 14: Create Server Group
- 15: Create Server Interface
- 16: Create Server Interface Nat
- 17: Create Server Interface Private Nat
- 18: Create Server Volume
- 19: Create Sharing Image
- 20: Create Virtual Server
- 21: Create Virtual Server Custom Image
- 22: Create Virtual Server Dump
- 23: Create Volume
- 24: Delete a snapshot
- 25: Delete a volume transfer
- 26: Delete Auto-Scaling Group
- 27: Delete Auto-Scaling Group Notification
- 28: Delete Auto-Scaling Group Policy
- 29: Delete Auto-Scaling Group Schedule
- 30: Delete Image
- 31: Delete Image member
- 32: Delete Keypair
- 33: Delete Launch Configuration
- 34: Delete Server Group
- 35: Delete Server Interface
- 36: Delete Server Interface Nat
- 37: Delete Server Interface Private Nat
- 38: Delete Server Volume
- 39: Delete Virtual Server
- 40: Delete Volume
- 41: Detach Virtual Server Security Group
- 41.1: 1.0
- 42: Detach Volume from Virtual Server
- 43: Extend Volume
- 44: Get region's maximum partition size.
- 45: Import Image
- 46: List Auto-Scaling Group LB Server Groups
- 47: List Auto-Scaling Group Notifications
- 48: List Auto-Scaling Group Policies
- 49: List Auto-Scaling Group Schedules
- 50: List Auto-Scaling Group Virtual Servers
- 51: List Auto-Scaling Groups
- 52: List Default Configs
- 53: List Image members
- 54: List Images
- 55: List Keypairs
- 56: List Launch Configurations
- 57: List pending Images
- 58: List Server Groups
- 59: List Server Interfaces
- 60: List Server Ips
- 61: List Server Types
- 62: List Server Volumes
- 63: List snapshots and details
- 64: List Virtual Server Security Group
- 65: List Virtual Servers
- 66: List volume transfers
- 67: List volume types and details
- 68: List volumes and details
- 69: Lock Virtual Server
- 70: Reboot Virtual Server
- 71: Rebuild Virtual Server
- 72: Revert Volume to snapshot
- 73: Show a snapshot’s details
- 74: Show Auto-Scaling Group
- 75: Show Auto-Scaling Group Notification
- 76: Show Auto-Scaling Group Policy
- 77: Show Auto-Scaling Group Schedule
- 78: Show default Volume type’s details
- 79: Show Image
- 80: Show Image member
- 81: Show Keypair
- 82: Show Launch Configuration
- 83: Show Server Group
- 84: Show Server Interface
- 85: Show Server Ip
- 86: Show Server Quota Set
- 87: Show Server Type
- 88: Show Server Volume
- 89: Show Virtual Server
- 90: Show Virtual Server Console Log
- 91: Show Virtual Server Password
- 92: Show Volume Quota Set
- 93: Show volume transfer detail
- 94: Show Volume type’s details
- 95: Show Volume's details
- 96: Start Virtual Server
- 97: Stop Virtual Server
- 98: Unlock Virtual Server
- 99: Update a snapshot
- 100: Update Auto-Scaling Group
- 101: Update Auto-Scaling Group LB Server Groups
- 102: Update Auto-Scaling Group Notification
- 103: Update Auto-Scaling Group Policy
- 104: Update Auto-Scaling Group Schedule
- 105: Update Auto-Scaling Group server count
- 106: Update Image
- 107: Update Image member
- 108: Update Server Interface
- 109: Update Server Volume
- 110: Update Virtual Server
- 111: Update Virtual Server type
- 112: Update Volume
1 - Accept a volume transfer
1.1 - 1.1
scpcli virtualserver volume transfer accept
--transfer_id <value>
--auth_key <value>
Description
Accept a volume transfer.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transfer_id required | string | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| auth_key required | string | Auth key | f5972fdb456897eb |
Responses
| Name | Description | Example |
|---|---|---|
| id | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| name | 볼륨명 | volume01 |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
1.2 - 1.0
scpcli virtualserver volume transfer accept
--transfer_id <value>
--auth_key <value>
Description
Accept a volume transfer.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transfer_id required | string | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| auth_key required | string | Auth key | f5972fdb456897eb |
Responses
| Name | Description | Example |
|---|---|---|
| id | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| name | 볼륨명 | volume01 |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
2 - Attach Virtual Server Security Group
2.1 - 1.0
scpcli virtualserver server add security group
--server_id <value>
--security_group_id <value>
Description
서버에 Security Group을 추가한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| Name | Description | Example |
|---|
3 - Attach Volume to Virtual Server
3.1 - 1.1
scpcli virtualserver volume attach server
--volume_id <value>
--server_id <value>
[--delete_on_termination <value>]
Description
볼륨을 서버에 연결한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| 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 |
3.2 - 1.0
scpcli virtualserver volume attach server
--volume_id <value>
--server_id <value>
[--delete_on_termination <value>]
Description
볼륨을 서버에 연결한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| 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 |
4 - Create a snapshot
4.1 - 1.1
scpcli virtualserver volume snapshot create
--volume_id <value>
--name <value>
[--description <value>]
[--force <value>]
[--metadata <value>]
Description
Create a snapshot.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 | - |
Responses
| 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 |
4.2 - 1.0
scpcli virtualserver volume snapshot create
--volume_id <value>
--name <value>
[--description <value>]
[--force <value>]
[--metadata <value>]
Description
Create a snapshot.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 | - |
Responses
| 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 |
5 - Create a volume transfer
5.1 - 1.1
scpcli virtualserver volume transfer create
--volume_id <value>
[--name <value>]
Description
Create a volume transfer.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| name optional | string | 볼륨명 | volume01 |
Responses
| 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 |
5.2 - 1.0
scpcli virtualserver volume transfer create
--volume_id <value>
[--name <value>]
Description
Create a volume transfer.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| name optional | string | 볼륨명 | volume01 |
Responses
| 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 |
6 - Create Auto-Scaling Group
6.1 - 1.1
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>]
Description
Auto-Scaling Group을 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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"}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | LB 서버 그룹 ID | d06e87d3-ca9a-461b-8e88-077a542a7335 |
| port | LB 서버 그룹 포트 | 8080 |
6.2 - 1.0
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>]
Description
Auto-Scaling Group을 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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"}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | LB 서버 그룹 ID | d06e87d3-ca9a-461b-8e88-077a542a7335 |
| port | LB 서버 그룹 포트 | 8080 |
7 - Create Auto-Scaling Group Notification
7.1 - 1.1
scpcli virtualserver auto scaling group notification create
--auto_scaling_group_id <value>
--user_ids <value>
--notification_events <value>
Description
Auto-Scaling Group 알림을 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| 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 |
7.2 - 1.0
scpcli virtualserver auto scaling group notification create
--auto_scaling_group_id <value>
--user_ids <value>
--notification_events <value>
Description
Auto-Scaling Group 알림을 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| 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 |
8 - Create Auto-Scaling Group Policy
8.1 - 1.1
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>
Description
Auto-Scaling Group 정책을 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| 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 | 임계값 단위 | % |
8.2 - 1.0
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>
Description
Auto-Scaling Group 정책을 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| 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 | 임계값 단위 | % |
9 - Create Auto-Scaling Group Schedule
9.1 - 1.1
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>]
Description
Auto-Scaling Group 스케줄을 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| 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 |
9.2 - 1.0
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>]
Description
Auto-Scaling Group 스케줄을 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| 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 |
10 - Create Image
10.1 - 1.1
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>]
Description
이미지를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| 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}] |
10.2 - 1.0
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>]
Description
이미지를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| 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}] |
11 - Create Image member
11.1 - 1.1
scpcli virtualserver image add member
--image_id <value>
--member_id <value>
Description
이미지 멤버를 추가한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| member_id required | string | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
Responses
| 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 |
11.2 - 1.0
scpcli virtualserver image add member
--image_id <value>
--member_id <value>
Description
이미지 멤버를 추가한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| member_id required | string | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
Responses
| 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 |
12 - Create Keypair
12.1 - 1.1
scpcli virtualserver keypair create
--name <value>
[--public_key <value>]
[--tags <value>]
Description
키페어를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | 키페어 이름 | keypairname |
| public_key optional | string | Public Key | publickey |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
Responses
| 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 |
12.2 - 1.0
scpcli virtualserver keypair create
--name <value>
[--public_key <value>]
[--tags <value>]
Description
키페어를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | 키페어 이름 | keypairname |
| public_key optional | string | Public Key | publickey |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
Responses
| 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 |
13 - Create Launch Configuration
13.1 - 1.1
scpcli virtualserver launch configuration create
--server_type_id <value>
--name <value>
--keypair_name <value>
--image_id <value>
[--tags <value>]
[--user_data <value>]
[--volumes <value>]
Description
Launch Configuration을 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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"}' |
Responses
| Name | Description | Example |
|---|---|---|
| boot_index | 부팅 장치를 시도하는 순서 | 0 |
| size | 볼륨 크기 | 104 |
| type | 볼륨 타입 | SSD |
13.2 - 1.0
scpcli virtualserver launch configuration create
--server_type_id <value>
--name <value>
--keypair_name <value>
--image_id <value>
[--tags <value>]
[--user_data <value>]
[--volumes <value>]
Description
Launch Configuration을 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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"}' |
Responses
| Name | Description | Example |
|---|---|---|
| boot_index | 부팅 장치를 시도하는 순서 | 0 |
| size | 볼륨 크기 | 104 |
| type | 볼륨 타입 | SSD |
14 - Create Server Group
14.1 - 1.1
scpcli virtualserver server group create
--policy <value>
--name <value>
[--tags <value>]
Description
서버 그룹을 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| policy required | string | 서버 그룹 정책 | anti-affinity |
| name required | string | 서버 그룹 명 | server-group |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
Responses
| 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 |
14.2 - 1.0
scpcli virtualserver server group create
--policy <value>
--name <value>
[--tags <value>]
Description
서버 그룹을 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| policy required | string | 서버 그룹 정책 | anti-affinity |
| name required | string | 서버 그룹 명 | server-group |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
Responses
| 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 |
15 - Create Server Interface
15.1 - 1.1
scpcli virtualserver server add interface
--server_id <value>
[--fixed_ips <value>]
[--port_id <value>]
[--subnet_id <value>]
Description
서버 인터페이스를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| Name | Description | Example |
|---|---|---|
| ip_address | IP 주소 | 192.169.3.2 |
15.2 - 1.0
scpcli virtualserver server add interface
--server_id <value>
[--fixed_ips <value>]
[--port_id <value>]
[--subnet_id <value>]
Description
서버 인터페이스를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| Name | Description | Example |
|---|---|---|
| ip_address | IP 주소 | 192.169.3.2 |
16 - Create Server Interface Nat
16.1 - 1.1
scpcli virtualserver server interface add static nat
--port_id <value>
--server_id <value>
--publicip_id <value>
Description
Create Server Interface Nat.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| Name | Description | Example |
|---|
16.2 - 1.0
scpcli virtualserver server interface add static nat
--port_id <value>
--server_id <value>
--publicip_id <value>
Description
Create Server Interface Nat.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| Name | Description | Example |
|---|
17 - Create Server Interface Private Nat
17.1 - 1.1
scpcli virtualserver server interface add private static nat
--port_id <value>
--server_id <value>
--private_nat_ip_id <value>
--private_nat_id <value>
Description
Create Server Interface Private Nat.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| Name | Description | Example |
|---|
17.2 - 1.0
scpcli virtualserver server interface add private static nat
--port_id <value>
--server_id <value>
--private_nat_ip_id <value>
--private_nat_id <value>
Description
Create Server Interface Private Nat.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| Name | Description | Example |
|---|
18 - Create Server Volume
18.1 - 1.1
scpcli virtualserver server add volume
--server_id <value>
--volume_id <value>
[--delete_on_termination <value>]
[--device <value>]
Description
서버 볼륨을 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| 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 |
18.2 - 1.0
scpcli virtualserver server add volume
--server_id <value>
--volume_id <value>
[--delete_on_termination <value>]
[--device <value>]
Description
서버 볼륨을 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| 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 |
19 - Create Sharing Image
19.1 - 1.1
scpcli virtualserver sharing image create
--image_id <value>
Description
공유용 이미지를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
Responses
| Name | Description | Example |
|---|
19.2 - 1.0
scpcli virtualserver sharing image create
--image_id <value>
Description
공유용 이미지를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
Responses
| Name | Description | Example |
|---|
20 - Create Virtual Server
20.1 - 1.1
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>]
Description
서버를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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"}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
20.2 - 1.0
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>]
Description
서버를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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"}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
21 - Create Virtual Server Custom Image
21.1 - 1.1
scpcli virtualserver server image create
--server_id <value>
--image_name <value>
Description
서버 커스텀 이미지를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| image_name required | string | 이미지 이름 | imagename |
Responses
| Name | Description | Example |
|---|---|---|
| image_id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
21.2 - 1.0
scpcli virtualserver server image create
--server_id <value>
--image_name <value>
Description
서버 커스텀 이미지를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| image_name required | string | 이미지 이름 | imagename |
Responses
| Name | Description | Example |
|---|---|---|
| image_id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
22 - Create Virtual Server Dump
22.1 - 1.1
scpcli virtualserver server dump create
--server_id <value>
Description
서버 Dump를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| Name | Description | Example |
|---|
22.2 - 1.0
scpcli virtualserver server dump create
--server_id <value>
Description
서버 Dump를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| Name | Description | Example |
|---|
23 - Create Volume
23.1 - 1.1
scpcli virtualserver volume create
--size <value>
--name <value>
[--snapshot_id <value>]
[--tags <value>]
[--volume_type <value>]
Description
볼륨 생성을 요청한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| 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 |
23.2 - 1.0
scpcli virtualserver volume create
--size <value>
--name <value>
[--snapshot_id <value>]
[--tags <value>]
[--volume_type <value>]
Description
볼륨 생성을 요청한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| 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 |
24 - Delete a snapshot
24.1 - 1.1
scpcli virtualserver volume snapshot delete
--snapshot_id <value>
Description
Delete a snapshot.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| snapshot_id required | string | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
24.2 - 1.0
scpcli virtualserver volume snapshot delete
--snapshot_id <value>
Description
Delete a snapshot.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| snapshot_id required | string | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
25 - Delete a volume transfer
25.1 - 1.1
scpcli virtualserver volume transfer delete
--transfer_id <value>
Description
Delete a volume transfer.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transfer_id required | string | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
25.2 - 1.0
scpcli virtualserver volume transfer delete
--transfer_id <value>
Description
Delete a volume transfer.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transfer_id required | string | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
26 - Delete Auto-Scaling Group
26.1 - 1.1
scpcli virtualserver auto scaling group delete
--auto_scaling_group_id <value>
Description
Auto-Scaling Group을 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
26.2 - 1.0
scpcli virtualserver auto scaling group delete
--auto_scaling_group_id <value>
Description
Auto-Scaling Group을 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
27 - Delete Auto-Scaling Group Notification
27.1 - 1.1
scpcli virtualserver auto scaling group notification delete
--notification_id <value>
--auto_scaling_group_id <value>
Description
Auto-Scaling Group 알림을 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| notification_id required | string | 알림 ID | fa7fd191410744cd810a290c0b4d22b9 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
27.2 - 1.0
scpcli virtualserver auto scaling group notification delete
--notification_id <value>
--auto_scaling_group_id <value>
Description
Auto-Scaling Group 알림을 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| notification_id required | string | 알림 ID | fa7fd191410744cd810a290c0b4d22b9 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
28 - Delete Auto-Scaling Group Policy
28.1 - 1.1
scpcli virtualserver auto scaling group policy delete
--policy_id <value>
--auto_scaling_group_id <value>
Description
Auto-Scaling Group 정책을 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| policy_id required | string | 정책 ID | 0761d76085f54363bab07909baf69841 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
28.2 - 1.0
scpcli virtualserver auto scaling group policy delete
--policy_id <value>
--auto_scaling_group_id <value>
Description
Auto-Scaling Group 정책을 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| policy_id required | string | 정책 ID | 0761d76085f54363bab07909baf69841 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
29 - Delete Auto-Scaling Group Schedule
29.1 - 1.1
scpcli virtualserver auto scaling group schedule delete
--schedule_id <value>
--auto_scaling_group_id <value>
Description
Auto-Scaling Group 스케줄을 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| schedule_id required | string | 스케줄 ID | 43d4841abd404220af5f0904037aba71 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
29.2 - 1.0
scpcli virtualserver auto scaling group schedule delete
--schedule_id <value>
--auto_scaling_group_id <value>
Description
Auto-Scaling Group 스케줄을 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| schedule_id required | string | 스케줄 ID | 43d4841abd404220af5f0904037aba71 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
30 - Delete Image
30.1 - 1.1
scpcli virtualserver image delete
--image_id <value>
Description
이미지를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
30.2 - 1.0
scpcli virtualserver image delete
--image_id <value>
Description
이미지를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
31 - Delete Image member
31.1 - 1.1
scpcli virtualserver image remove member
--member_id <value>
--image_id <value>
Description
이미지 멤버를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| member_id required | string | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
31.2 - 1.0
scpcli virtualserver image remove member
--member_id <value>
--image_id <value>
Description
이미지 멤버를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| member_id required | string | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
32 - Delete Keypair
32.1 - 1.1
scpcli virtualserver keypair delete
--keypair_name <value>
Description
키페어를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| keypair_name required | string | 키페어 이름 | keypairname |
32.2 - 1.0
scpcli virtualserver keypair delete
--keypair_name <value>
Description
키페어를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| keypair_name required | string | 키페어 이름 | keypairname |
33 - Delete Launch Configuration
33.1 - 1.1
scpcli virtualserver launch configuration delete
--launch_configuration_id <value>
Description
Launch Configuration을 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| launch_configuration_id required | string | Launch Configuration ID | b5aea5a675fc4f6b9e0fcd1288354c5f |
33.2 - 1.0
scpcli virtualserver launch configuration delete
--launch_configuration_id <value>
Description
Launch Configuration을 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| launch_configuration_id required | string | Launch Configuration ID | b5aea5a675fc4f6b9e0fcd1288354c5f |
34 - Delete Server Group
34.1 - 1.1
scpcli virtualserver server group delete
--server_group_id <value>
Description
서버 그룹을 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_group_id required | string | 서버 그룹 ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
34.2 - 1.0
scpcli virtualserver server group delete
--server_group_id <value>
Description
서버 그룹을 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_group_id required | string | 서버 그룹 ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
35 - Delete Server Interface
35.1 - 1.1
scpcli virtualserver server remove interface
--port_id <value>
--server_id <value>
Description
서버 인터페이스를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
35.2 - 1.0
scpcli virtualserver server remove interface
--port_id <value>
--server_id <value>
Description
서버 인터페이스를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
36 - Delete Server Interface Nat
36.1 - 1.1
scpcli virtualserver server interface remove static nat
--nat_id <value>
--port_id <value>
--server_id <value>
Description
서버 인터페이스 NAT를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
36.2 - 1.0
scpcli virtualserver server interface remove static nat
--nat_id <value>
--port_id <value>
--server_id <value>
Description
서버 인터페이스 NAT를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
37 - Delete Server Interface Private Nat
37.1 - 1.1
scpcli virtualserver server interface remove private static nat
--nat_id <value>
--port_id <value>
--server_id <value>
Description
서버 인터페이스 Private NAT를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
37.2 - 1.0
scpcli virtualserver server interface remove private static nat
--nat_id <value>
--port_id <value>
--server_id <value>
Description
서버 인터페이스 Private NAT를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
38 - Delete Server Volume
38.1 - 1.1
scpcli virtualserver server remove volume
--volume_id <value>
--server_id <value>
Description
서버 볼륨을 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
38.2 - 1.0
scpcli virtualserver server remove volume
--volume_id <value>
--server_id <value>
Description
서버 볼륨을 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
39 - Delete Virtual Server
39.1 - 1.1
scpcli virtualserver server delete
--server_id <value>
Description
서버를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
39.2 - 1.0
scpcli virtualserver server delete
--server_id <value>
Description
서버를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
40 - Delete Volume
40.1 - 1.1
scpcli virtualserver volume delete
--volume_id <value>
[--cascade <value>]
Description
볼륨 삭제를 요청한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| cascade optional | boolean | 스냅샷 삭제 여부 | True |
40.2 - 1.0
scpcli virtualserver volume delete
--volume_id <value>
[--cascade <value>]
Description
볼륨 삭제를 요청한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| cascade optional | boolean | 스냅샷 삭제 여부 | True |
41 - Detach Virtual Server Security Group
41.1 - 1.0
scpcli virtualserver server remove security group
--security_group_id <value>
--server_id <value>
Description
서버에서 Security Group을 해제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
42 - Detach Volume from Virtual Server
42.1 - 1.1
scpcli virtualserver volume detach server
--server_id <value>
--volume_id <value>
Description
볼륨을 서버에서 연결 해제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
42.2 - 1.0
scpcli virtualserver volume detach server
--server_id <value>
--volume_id <value>
Description
볼륨을 서버에서 연결 해제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
43 - Extend Volume
43.1 - 1.1
scpcli virtualserver volume resize
--volume_id <value>
--size <value>
Description
볼륨 용량을 증설 요청한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| size required | integer | 볼륨 크기 | 104 |
43.2 - 1.0
scpcli virtualserver volume resize
--volume_id <value>
--size <value>
Description
볼륨 용량을 증설 요청한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| size required | integer | 볼륨 크기 | 104 |
44 - Get region's maximum partition size.
44.1 - 1.1
scpcli virtualserver server group maximum partition size
Description
해당 리전의 최대 파티션 사이즈를 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Responses
| Name | Description | Example |
|---|---|---|
| partition_size |
44.2 - 1.0
scpcli virtualserver server group maximum partition size
Description
해당 리전의 최대 파티션 사이즈를 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Responses
| Name | Description | Example |
|---|---|---|
| partition_size |
45 - Import Image
45.1 - 1.1
scpcli virtualserver image import
--image_id <value>
--url <value>
Description
이미지 파일을 추가한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| Name | Description | Example |
|---|
45.2 - 1.0
scpcli virtualserver image import
--image_id <value>
--url <value>
Description
이미지 파일을 추가한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| Name | Description | Example |
|---|
46 - List Auto-Scaling Group LB Server Groups
46.1 - 1.1
scpcli virtualserver auto scaling group lb server group list
--auto_scaling_group_id <value>
[--offset <value>]
[--limit <value>]
[--sort <value>]
Description
Auto-Scaling Group LB 서버 그룹 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| 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 |
46.2 - 1.0
scpcli virtualserver auto scaling group lb server group list
--auto_scaling_group_id <value>
[--offset <value>]
[--limit <value>]
[--sort <value>]
Description
Auto-Scaling Group LB 서버 그룹 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| 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 |
47 - List Auto-Scaling Group Notifications
47.1 - 1.1
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>]
Description
Auto-Scaling Group 알림 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| 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 |
47.2 - 1.0
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>]
Description
Auto-Scaling Group 알림 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| 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 |
48 - List Auto-Scaling Group Policies
48.1 - 1.1
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>]
Description
Auto-Scaling Group 정책 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| 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 | 임계값 단위 | % |
48.2 - 1.0
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>]
Description
Auto-Scaling Group 정책 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| 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 | 임계값 단위 | % |
49 - List Auto-Scaling Group Schedules
49.1 - 1.1
scpcli virtualserver auto scaling group schedule list
--auto_scaling_group_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--frequency <value>]
Description
Auto-Scaling Group 스케줄 목록을 조회한다..
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| 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 |
49.2 - 1.0
scpcli virtualserver auto scaling group schedule list
--auto_scaling_group_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--frequency <value>]
Description
Auto-Scaling Group 스케줄 목록을 조회한다..
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| 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 |
50 - List Auto-Scaling Group Virtual Servers
50.1 - 1.1
scpcli virtualserver auto scaling group server list
--auto_scaling_group_id <value>
[--marker <value>]
[--limit <value>]
[--sort <value>]
Description
Auto-Scaling Group Virtual Server 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| 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 |
50.2 - 1.0
scpcli virtualserver auto scaling group server list
--auto_scaling_group_id <value>
[--marker <value>]
[--limit <value>]
[--sort <value>]
Description
Auto-Scaling Group Virtual Server 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| 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 |
51 - List Auto-Scaling Groups
51.1 - 1.1
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]
Description
Auto-Scaling Group 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| 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 |
51.2 - 1.0
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]
Description
Auto-Scaling Group 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| 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 |
52 - List Default Configs
52.1 - 1.1
scpcli virtualserver default config list
[--name <value>]
[--category <value>]
Description
기본 설정 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| name optional | string | 이름 | key |
| category optional | string | 분류 | AUTO_SCALING_GROUP |
Responses
| Name | Description | Example |
|---|---|---|
| configs | 설정 값 | (‘key’: ‘value’} |
| count | count | 20 |
52.2 - 1.0
scpcli virtualserver default config list
[--name <value>]
[--category <value>]
Description
기본 설정 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| name optional | string | 이름 | key |
| category optional | string | 분류 | AUTO_SCALING_GROUP |
Responses
| Name | Description | Example |
|---|---|---|
| configs | 설정 값 | (‘key’: ‘value’} |
| count | count | 20 |
53 - List Image members
53.1 - 1.1
scpcli virtualserver image member list
--image_id <value>
Description
이미지 멤버 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
Responses
| 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 |
53.2 - 1.0
scpcli virtualserver image member list
--image_id <value>
Description
이미지 멤버 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
Responses
| 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 |
54 - List Images
54.1 - 1.1
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]
Description
이미지 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| 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}] |
54.2 - 1.0
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]
Description
이미지 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| 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}] |
55 - List Keypairs
55.1 - 1.1
scpcli virtualserver keypair list
[--limit <value>]
[--marker <value>]
[--long]
Description
키페어 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| limit optional | integer | 페이지 항목 개수 | 20 |
| marker optional | string | 이전 요청에서 마지막으로 반환된 항목 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| 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 |
55.2 - 1.0
scpcli virtualserver keypair list
[--limit <value>]
[--marker <value>]
[--long]
Description
키페어 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| limit optional | integer | 페이지 항목 개수 | 20 |
| marker optional | string | 이전 요청에서 마지막으로 반환된 항목 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| 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 |
56 - List Launch Configurations
56.1 - 1.1
scpcli virtualserver launch configuration list
[--name <value>]
[--image_id <value>]
[--offset <value>]
[--limit <value>]
[--sort <value>]
[--long]
Description
Launch Configuration 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | - |
Responses
| 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 | 볼륨 |
56.2 - 1.0
scpcli virtualserver launch configuration list
[--name <value>]
[--image_id <value>]
[--offset <value>]
[--limit <value>]
[--sort <value>]
[--long]
Description
Launch Configuration 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | - |
Responses
| 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 | 볼륨 |
57 - List pending Images
57.1 - 1.1
scpcli virtualserver image pending list
[--scp_image_type <value>]
[--scp_original_image_type <value>]
[--long]
Description
공유 대기 중인 이미지 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| scp_image_type optional | string | 이미지 타입 | custom |
| scp_original_image_type optional | string | 원본 이미지 타입 | standard |
Responses
| 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}] |
57.2 - 1.0
scpcli virtualserver image pending list
[--scp_image_type <value>]
[--scp_original_image_type <value>]
[--long]
Description
공유 대기 중인 이미지 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| scp_image_type optional | string | 이미지 타입 | custom |
| scp_original_image_type optional | string | 원본 이미지 타입 | standard |
Responses
| 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}] |
58 - List Server Groups
58.1 - 1.1
scpcli virtualserver server group list
[--limit <value>]
[--offset <value>]
[--long]
Description
서버 그룹 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| limit optional | integer | 페이지 항목 개수 | 20 |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
Responses
| 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 |
58.2 - 1.0
scpcli virtualserver server group list
[--limit <value>]
[--offset <value>]
[--long]
Description
서버 그룹 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| limit optional | integer | 페이지 항목 개수 | 20 |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
Responses
| 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 |
59 - List Server Interfaces
59.1 - 1.1
scpcli virtualserver server interface list
--server_id <value>
Description
서버 인터페이스 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| 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 |
59.2 - 1.0
scpcli virtualserver server interface list
--server_id <value>
Description
서버 인터페이스 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| 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 |
60 - List Server Ips
60.1 - 1.1
scpcli virtualserver server ip list
--server_id <value>
Description
서버 IP 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| Name | Description | Example |
|---|---|---|
| ip_addresses | IP 주소 목록 | |
| subnet_name | 서브넷 이름 | subnetname |
60.2 - 1.0
scpcli virtualserver server ip list
--server_id <value>
Description
서버 IP 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| Name | Description | Example |
|---|---|---|
| ip_addresses | IP 주소 목록 | |
| subnet_name | 서브넷 이름 | subnetname |
61 - List Server Types
61.1 - 1.1
scpcli virtualserver server type list
[--limit <value>]
[--marker <value>]
[--min_disk <value>]
[--min_ram <value>]
[--sort <value>]
Description
서버 타입 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| Name | Description | Example |
|---|---|---|
| id | 서버 타입 ID | s1v1m2 |
| description | 설명 | description |
| disk | 루트 디스크 크기 | 100 |
| ephemeral | 임시 디스크 크기 | 0 |
| extra_specs | 추가 스펙 | |
| name | 서버 타입 이름 | s1v1m2 |
| ram | RAM 크기 | 2 |
| swap | 전용 스왑 디스크 크기 | 0 |
| vcpus | CPU 수 | 1 |
61.2 - 1.0
scpcli virtualserver server type list
[--limit <value>]
[--marker <value>]
[--min_disk <value>]
[--min_ram <value>]
[--sort <value>]
Description
서버 타입 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| Name | Description | Example |
|---|---|---|
| id | 서버 타입 ID | s1v1m2 |
| description | 설명 | description |
| disk | 루트 디스크 크기 | 100 |
| ephemeral | 임시 디스크 크기 | 0 |
| extra_specs | 추가 스펙 | |
| name | 서버 타입 이름 | s1v1m2 |
| ram | RAM 크기 | 2 |
| swap | 전용 스왑 디스크 크기 | 0 |
| vcpus | CPU 수 | 1 |
62 - List Server Volumes
62.1 - 1.1
scpcli virtualserver server volume list
--server_id <value>
Description
서버 볼륨 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| 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 |
62.2 - 1.0
scpcli virtualserver server volume list
--server_id <value>
Description
서버 볼륨 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| 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 |
63 - List snapshots and details
63.1 - 1.1
scpcli virtualserver volume snapshot list
[--volume_id <value>]
[--limit <value>]
[--offset <value>]
[--marker <value>]
[--with_count <value>]
[--name <value>]
Description
List snapshots and details.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| 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 |
63.2 - 1.0
scpcli virtualserver volume snapshot list
[--volume_id <value>]
[--limit <value>]
[--offset <value>]
[--marker <value>]
[--with_count <value>]
[--name <value>]
Description
List snapshots and details.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| 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 |
64 - List Virtual Server Security Group
64.1 - 1.1
scpcli virtualserver server security group list
--server_id <value>
Description
서버 Security Group 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| 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 |
64.2 - 1.0
scpcli virtualserver server security group list
--server_id <value>
Description
서버 Security Group 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| 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 |
65 - List Virtual Servers
65.1 - 1.1
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]
Description
서버 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| 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 |
65.2 - 1.0
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]
Description
서버 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| 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 |
66 - List volume transfers
66.1 - 1.1
scpcli virtualserver volume transfer list
Description
List volume transfers.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| name | 볼륨명 | volume01 |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
66.2 - 1.0
scpcli virtualserver volume transfer list
Description
List volume transfers.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Responses
| Name | Description | Example |
|---|---|---|
| id | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| name | 볼륨명 | volume01 |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
67 - List volume types and details
67.1 - 1.1
scpcli virtualserver volume type list
[--limit <value>]
[--offset <value>]
[--marker <value>]
[--sort <value>]
Description
볼륨 유형 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| Name | Description | Example |
|---|---|---|
| id | 볼륨 유형 ID | c643ac35-3aec-43e6-b97a-3d6f666c5207 |
| description | Volume type description | Volume type description |
| extra_specs | 추가 스펙 | |
| name | 볼륨 유형명 | SSD |
67.2 - 1.0
scpcli virtualserver volume type list
[--limit <value>]
[--offset <value>]
[--marker <value>]
[--sort <value>]
Description
볼륨 유형 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| Name | Description | Example |
|---|---|---|
| id | 볼륨 유형 ID | c643ac35-3aec-43e6-b97a-3d6f666c5207 |
| description | Volume type description | Volume type description |
| extra_specs | 추가 스펙 | |
| name | 볼륨 유형명 | SSD |
68 - List volumes and details
68.1 - 1.1
scpcli virtualserver volume list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--offset <value>]
[--name <value>]
[--state <value>]
[--bootable <value>]
[--long]
Description
볼륨 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| 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 |
68.2 - 1.0
scpcli virtualserver volume list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--offset <value>]
[--name <value>]
[--state <value>]
[--bootable <value>]
[--long]
Description
볼륨 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| 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 |
69 - Lock Virtual Server
69.1 - 1.1
scpcli virtualserver server lock
--server_id <value>
Description
서버에 Lock을 건다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| Name | Description | Example |
|---|
69.2 - 1.0
scpcli virtualserver server lock
--server_id <value>
Description
서버에 Lock을 건다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| Name | Description | Example |
|---|
70 - Reboot Virtual Server
70.1 - 1.1
scpcli virtualserver server reboot
--server_id <value>
[--reboot_type <value>]
Description
서버를 재시작한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| reboot_type optional | **** | 재시작 유형 | SOFT |
Responses
| Name | Description | Example |
|---|
70.2 - 1.0
scpcli virtualserver server reboot
--server_id <value>
[--reboot_type <value>]
Description
서버를 재시작한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| reboot_type optional | **** | 재시작 유형 | SOFT |
Responses
| Name | Description | Example |
|---|
71 - Rebuild Virtual Server
71.1 - 1.1
scpcli virtualserver server rebuild
--server_id <value>
Description
서버를 재빌드한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| Name | Description | Example |
|---|
71.2 - 1.0
scpcli virtualserver server rebuild
--server_id <value>
Description
서버를 재빌드한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| Name | Description | Example |
|---|
72 - Revert Volume to snapshot
72.1 - 1.1
scpcli virtualserver volume revert
--volume_id <value>
--snapshot_id <value>
Description
Revert Volume to snapshot.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| snapshot_id required | string | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
Responses
| Name | Description | Example |
|---|
72.2 - 1.0
scpcli virtualserver volume revert
--volume_id <value>
--snapshot_id <value>
Description
Revert Volume to snapshot.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| snapshot_id required | string | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
Responses
| Name | Description | Example |
|---|
73 - Show a snapshot’s details
73.1 - 1.1
scpcli virtualserver volume snapshot show
--snapshot_id <value>
Description
Show a snapshot’s details.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| snapshot_id required | string | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
Responses
| 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 |
73.2 - 1.0
scpcli virtualserver volume snapshot show
--snapshot_id <value>
Description
Show a snapshot’s details.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| snapshot_id required | string | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
Responses
| 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 |
74 - Show Auto-Scaling Group
74.1 - 1.1
scpcli virtualserver auto scaling group show
--auto_scaling_group_id <value>
Description
Auto-Scaling Group을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
Responses
| Name | Description | Example |
|---|---|---|
| id | LB 서버 그룹 ID | d06e87d3-ca9a-461b-8e88-077a542a7335 |
| port | LB 서버 그룹 포트 | 8080 |
74.2 - 1.0
scpcli virtualserver auto scaling group show
--auto_scaling_group_id <value>
Description
Auto-Scaling Group을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
Responses
| Name | Description | Example |
|---|---|---|
| id | LB 서버 그룹 ID | d06e87d3-ca9a-461b-8e88-077a542a7335 |
| port | LB 서버 그룹 포트 | 8080 |
75 - Show Auto-Scaling Group Notification
75.1 - 1.1
scpcli virtualserver auto scaling group notification show
--notification_id <value>
--auto_scaling_group_id <value>
Description
Auto-Scaling Group 알림을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| notification_id required | string | 알림 ID | fa7fd191410744cd810a290c0b4d22b9 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
Responses
| 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 |
75.2 - 1.0
scpcli virtualserver auto scaling group notification show
--notification_id <value>
--auto_scaling_group_id <value>
Description
Auto-Scaling Group 알림을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| notification_id required | string | 알림 ID | fa7fd191410744cd810a290c0b4d22b9 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
Responses
| 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 |
76 - Show Auto-Scaling Group Policy
76.1 - 1.1
scpcli virtualserver auto scaling group policy show
--policy_id <value>
--auto_scaling_group_id <value>
Description
Auto-Scaling Group 정책을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| policy_id required | string | 정책 ID | 0761d76085f54363bab07909baf69841 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
Responses
| 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 | 임계값 단위 | % |
76.2 - 1.0
scpcli virtualserver auto scaling group policy show
--policy_id <value>
--auto_scaling_group_id <value>
Description
Auto-Scaling Group 정책을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| policy_id required | string | 정책 ID | 0761d76085f54363bab07909baf69841 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
Responses
| 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 | 임계값 단위 | % |
77 - Show Auto-Scaling Group Schedule
77.1 - 1.1
scpcli virtualserver auto scaling group schedule show
--schedule_id <value>
--auto_scaling_group_id <value>
Description
Auto-Scaling Group을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| schedule_id required | string | 스케줄 ID | 43d4841abd404220af5f0904037aba71 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
Responses
| 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 |
77.2 - 1.0
scpcli virtualserver auto scaling group schedule show
--schedule_id <value>
--auto_scaling_group_id <value>
Description
Auto-Scaling Group을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| schedule_id required | string | 스케줄 ID | 43d4841abd404220af5f0904037aba71 |
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
Responses
| 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 |
78 - Show default Volume type’s details
78.1 - 1.1
scpcli virtualserver volume type default show
Description
기본 볼륨 유형을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | 볼륨 유형 ID | c643ac35-3aec-43e6-b97a-3d6f666c5207 |
| description | Volume type description | Volume type description |
| extra_specs | 추가 스펙 | |
| name | 볼륨 유형명 | SSD |
78.2 - 1.0
scpcli virtualserver volume type default show
Description
기본 볼륨 유형을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Responses
| Name | Description | Example |
|---|---|---|
| id | 볼륨 유형 ID | c643ac35-3aec-43e6-b97a-3d6f666c5207 |
| description | Volume type description | Volume type description |
| extra_specs | 추가 스펙 | |
| name | 볼륨 유형명 | SSD |
79 - Show Image
79.1 - 1.1
scpcli virtualserver image show
--image_id <value>
Description
이미지를 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
Responses
| 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}] |
79.2 - 1.0
scpcli virtualserver image show
--image_id <value>
Description
이미지를 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
Responses
| 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}] |
80 - Show Image member
80.1 - 1.1
scpcli virtualserver image member show
--member_id <value>
--image_id <value>
Description
이미지 멤버를 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| member_id required | string | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
Responses
| 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 |
80.2 - 1.0
scpcli virtualserver image member show
--member_id <value>
--image_id <value>
Description
이미지 멤버를 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| member_id required | string | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
Responses
| 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 |
81 - Show Keypair
81.1 - 1.1
scpcli virtualserver keypair show
--keypair_name <value>
Description
키페어를 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| keypair_name required | string | 키페어 이름 | keypairname |
Responses
| 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 |
81.2 - 1.0
scpcli virtualserver keypair show
--keypair_name <value>
Description
키페어를 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| keypair_name required | string | 키페어 이름 | keypairname |
Responses
| 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 |
82 - Show Launch Configuration
82.1 - 1.1
scpcli virtualserver launch configuration show
--launch_configuration_id <value>
Description
Launch Configuration을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| launch_configuration_id required | string | Launch Configuration ID | b5aea5a675fc4f6b9e0fcd1288354c5f |
Responses
| Name | Description | Example |
|---|---|---|
| boot_index | 부팅 장치를 시도하는 순서 | 0 |
| size | 볼륨 크기 | 104 |
| type | 볼륨 타입 | SSD |
82.2 - 1.0
scpcli virtualserver launch configuration show
--launch_configuration_id <value>
Description
Launch Configuration을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| launch_configuration_id required | string | Launch Configuration ID | b5aea5a675fc4f6b9e0fcd1288354c5f |
Responses
| Name | Description | Example |
|---|---|---|
| boot_index | 부팅 장치를 시도하는 순서 | 0 |
| size | 볼륨 크기 | 104 |
| type | 볼륨 타입 | SSD |
83 - Show Server Group
83.1 - 1.1
scpcli virtualserver server group show
--server_group_id <value>
Description
서버 그룹을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_group_id required | string | 서버 그룹 ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
Responses
| 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 |
83.2 - 1.0
scpcli virtualserver server group show
--server_group_id <value>
Description
서버 그룹을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_group_id required | string | 서버 그룹 ID | 616fb98f-46ca-475e-917e-2563e5a8cd19 |
Responses
| 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 |
84 - Show Server Interface
84.1 - 1.1
scpcli virtualserver server interface show
--port_id <value>
--server_id <value>
Description
서버 인터페이스를 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| 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 |
84.2 - 1.0
scpcli virtualserver server interface show
--port_id <value>
--server_id <value>
Description
서버 인터페이스를 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | 포트 ID | 91424c08-0b26-49fb-9808-ed042292ceef |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| 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 |
85 - Show Server Ip
85.1 - 1.1
scpcli virtualserver server ip show
--subnet_id <value>
--server_id <value>
Description
서버 IP를 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_id required | string | 서브넷 ID | 78b2ee3f074145c580ab6abac4821f97 |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| Name | Description | Example |
|---|---|---|
| ip_address | IP 주소 | 192.169.3.2 |
| version | IP 주소 버전 | 4 |
85.2 - 1.0
scpcli virtualserver server ip show
--subnet_id <value>
--server_id <value>
Description
서버 IP를 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_id required | string | 서브넷 ID | 78b2ee3f074145c580ab6abac4821f97 |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| Name | Description | Example |
|---|---|---|
| ip_address | IP 주소 | 192.169.3.2 |
| version | IP 주소 버전 | 4 |
86 - Show Server Quota Set
86.1 - 1.1
scpcli virtualserver quota set show
Description
서버 쿼터 셋을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | 쿼터 셋 ID | fc7283354c6143a58629b59f4c3e16b2 |
| cores | 코어 한도 | |
| instances | 인스턴스 한도 | |
| keypairs | 키페어 한도 | |
| metadata_items | 메타 데이터 항목 한도 | |
| ram | 램 한도 | |
| server_group_members | 서버 그룹 멤버 한도 | |
| server_groups | 서버 그룹 한도 |
86.2 - 1.0
scpcli virtualserver quota set show
Description
서버 쿼터 셋을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Responses
| Name | Description | Example |
|---|---|---|
| id | 쿼터 셋 ID | fc7283354c6143a58629b59f4c3e16b2 |
| cores | 코어 한도 | |
| instances | 인스턴스 한도 | |
| keypairs | 키페어 한도 | |
| metadata_items | 메타 데이터 항목 한도 | |
| ram | 램 한도 | |
| server_group_members | 서버 그룹 멤버 한도 | |
| server_groups | 서버 그룹 한도 |
87 - Show Server Type
87.1 - 1.1
scpcli virtualserver server type show
--server_type_id <value>
Description
서버 타입을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_type_id required | string | 서버 타입 ID | s1v1m2 |
Responses
| Name | Description | Example |
|---|---|---|
| id | 서버 타입 ID | s1v1m2 |
| description | 설명 | description |
| disk | 루트 디스크 크기 | 100 |
| ephemeral | 임시 디스크 크기 | 0 |
| extra_specs | 추가 스펙 | |
| name | 서버 타입 이름 | s1v1m2 |
| ram | RAM 크기 | 2 |
| swap | 전용 스왑 디스크 크기 | 0 |
| vcpus | CPU 수 | 1 |
87.2 - 1.0
scpcli virtualserver server type show
--server_type_id <value>
Description
서버 타입을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_type_id required | string | 서버 타입 ID | s1v1m2 |
Responses
| Name | Description | Example |
|---|---|---|
| id | 서버 타입 ID | s1v1m2 |
| description | 설명 | description |
| disk | 루트 디스크 크기 | 100 |
| ephemeral | 임시 디스크 크기 | 0 |
| extra_specs | 추가 스펙 | |
| name | 서버 타입 이름 | s1v1m2 |
| ram | RAM 크기 | 2 |
| swap | 전용 스왑 디스크 크기 | 0 |
| vcpus | CPU 수 | 1 |
88 - Show Server Volume
88.1 - 1.1
scpcli virtualserver server volume show
--volume_id <value>
--server_id <value>
Description
서버 볼륨을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| 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 |
88.2 - 1.0
scpcli virtualserver server volume show
--volume_id <value>
--server_id <value>
Description
서버 볼륨을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| 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 |
89 - Show Virtual Server
89.1 - 1.1
scpcli virtualserver server show
--server_id <value>
Description
서버를 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| Name | Description | Example |
|---|---|---|
| ip_addresses | IP 주소 목록 | |
| subnet_name | 서브넷 이름 | subnetname |
89.2 - 1.0
scpcli virtualserver server show
--server_id <value>
Description
서버를 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| Name | Description | Example |
|---|---|---|
| ip_addresses | IP 주소 목록 | |
| subnet_name | 서브넷 이름 | subnetname |
90 - Show Virtual Server Console Log
90.1 - 1.1
scpcli virtualserver server console log show
--server_id <value>
[--line_size <value>]
Description
서버 콘솔 로그를 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
Responses
| Name | Description | Example |
|---|---|---|
| output | Server console log output | FAKE CONSOLE OUTPUT |
90.2 - 1.0
scpcli virtualserver server console log show
--server_id <value>
[--line_size <value>]
Description
서버 콘솔 로그를 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
Responses
| Name | Description | Example |
|---|---|---|
| output | Server console log output | FAKE CONSOLE OUTPUT |
91 - Show Virtual Server Password
91.1 - 1.1
scpcli virtualserver server password show
--server_id <value>
[--private_key <value>]
Description
서버 비밀번호를 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| private_key optional | string | 비밀 키 | privatekey |
Responses
| Name | Description | Example |
|---|---|---|
| password | Server password | password |
91.2 - 1.0
scpcli virtualserver server password show
--server_id <value>
[--private_key <value>]
Description
서버 비밀번호를 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| private_key optional | string | 비밀 키 | privatekey |
Responses
| Name | Description | Example |
|---|---|---|
| password | Server password | password |
92 - Show Volume Quota Set
92.1 - 1.1
scpcli virtualserver volume quota set show
Description
볼륨 쿼터 셋을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | 쿼터 셋 ID | fc7283354c6143a58629b59f4c3e16b2 |
| per_volume_size | 볼륨 별 크기 한도 | |
| snapshots | Snapshot Quota | |
| usages | 사용량 한도 | |
| volumes | Volume Quota |
92.2 - 1.0
scpcli virtualserver volume quota set show
Description
볼륨 쿼터 셋을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Responses
| Name | Description | Example |
|---|---|---|
| id | 쿼터 셋 ID | fc7283354c6143a58629b59f4c3e16b2 |
| per_volume_size | 볼륨 별 크기 한도 | |
| snapshots | Snapshot Quota | |
| usages | 사용량 한도 | |
| volumes | Volume Quota |
93 - Show volume transfer detail
93.1 - 1.1
scpcli virtualserver volume transfer show
--transfer_id <value>
Description
Show volume transfer detail.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transfer_id required | string | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
Responses
| Name | Description | Example |
|---|---|---|
| id | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| created_at | 생성일시 | |
| name | 볼륨명 | volume01 |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
93.2 - 1.0
scpcli virtualserver volume transfer show
--transfer_id <value>
Description
Show volume transfer detail.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transfer_id required | string | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
Responses
| Name | Description | Example |
|---|---|---|
| id | Transfer ID | 1ac231be-823b-4a4d-8ff0-aac503a7118a |
| created_at | 생성일시 | |
| name | 볼륨명 | volume01 |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
94 - Show Volume type’s details
94.1 - 1.1
scpcli virtualserver volume type show
--volume_type_id <value>
Description
볼륨 유형을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| volume_type_id required | string | 볼륨 유형 ID | c643ac35-3aec-43e6-b97a-3d6f666c5207 |
Responses
| Name | Description | Example |
|---|---|---|
| id | 볼륨 유형 ID | c643ac35-3aec-43e6-b97a-3d6f666c5207 |
| description | Volume type description | Volume type description |
| extra_specs | 추가 스펙 | |
| name | 볼륨 유형명 | SSD |
94.2 - 1.0
scpcli virtualserver volume type show
--volume_type_id <value>
Description
볼륨 유형을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| volume_type_id required | string | 볼륨 유형 ID | c643ac35-3aec-43e6-b97a-3d6f666c5207 |
Responses
| Name | Description | Example |
|---|---|---|
| id | 볼륨 유형 ID | c643ac35-3aec-43e6-b97a-3d6f666c5207 |
| description | Volume type description | Volume type description |
| extra_specs | 추가 스펙 | |
| name | 볼륨 유형명 | SSD |
95 - Show Volume's details
95.1 - 1.1
scpcli virtualserver volume show
--volume_id <value>
Description
볼륨을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
Responses
| 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 |
95.2 - 1.0
scpcli virtualserver volume show
--volume_id <value>
Description
볼륨을 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
Responses
| 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 |
96 - Start Virtual Server
96.1 - 1.1
scpcli virtualserver server start
--server_id <value>
Description
서버를 시작한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| Name | Description | Example |
|---|
96.2 - 1.0
scpcli virtualserver server start
--server_id <value>
Description
서버를 시작한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| Name | Description | Example |
|---|
97 - Stop Virtual Server
97.1 - 1.1
scpcli virtualserver server stop
--server_id <value>
Description
서버를 중지한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| Name | Description | Example |
|---|
97.2 - 1.0
scpcli virtualserver server stop
--server_id <value>
Description
서버를 중지한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| Name | Description | Example |
|---|
98 - Unlock Virtual Server
98.1 - 1.1
scpcli virtualserver server unlock
--server_id <value>
Description
서버 Lock을 푼다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| Name | Description | Example |
|---|
98.2 - 1.0
scpcli virtualserver server unlock
--server_id <value>
Description
서버 Lock을 푼다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
Responses
| Name | Description | Example |
|---|
99 - Update a snapshot
99.1 - 1.1
scpcli virtualserver volume snapshot set
--snapshot_id <value>
--name <value>
[--description <value>]
Description
Update a snapshot.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| snapshot_id required | string | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
| name required | string | 스냅샷명 | snapshot-1 |
| description optional | string | 설명 | description |
99.2 - 1.0
scpcli virtualserver volume snapshot set
--snapshot_id <value>
--name <value>
[--description <value>]
Description
Update a snapshot.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| snapshot_id required | string | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
| name required | string | 스냅샷명 | snapshot-1 |
| description optional | string | 설명 | description |
100 - Update Auto-Scaling Group
100.1 - 1.1
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>]
Description
Auto-Scaling Group을 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 목록 | [ |
100.2 - 1.0
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>]
Description
Auto-Scaling Group을 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 목록 | [ |
101 - Update Auto-Scaling Group LB Server Groups
101.1 - 1.1
scpcli virtualserver auto scaling group lb server group set
--auto_scaling_group_id <value>
--lb_server_groups <value>
Description
Auto-Scaling Group LB 서버 그룹을 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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}' |
101.2 - 1.0
scpcli virtualserver auto scaling group lb server group set
--auto_scaling_group_id <value>
--lb_server_groups <value>
Description
Auto-Scaling Group LB 서버 그룹을 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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}' |
102 - Update Auto-Scaling Group Notification
102.1 - 1.1
scpcli virtualserver auto scaling group notification update
--notification_id <value>
--auto_scaling_group_id <value>
[--notification_events <value>]
[--notification_state <value>]
Description
Auto-Scaling Group 알림을 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
102.2 - 1.0
scpcli virtualserver auto scaling group notification update
--notification_id <value>
--auto_scaling_group_id <value>
[--notification_events <value>]
[--notification_state <value>]
Description
Auto-Scaling Group 알림을 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
103 - Update Auto-Scaling Group Policy
103.1 - 1.1
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>]
Description
Auto-Scaling Group 정책을 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
103.2 - 1.0
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>]
Description
Auto-Scaling Group 정책을 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
104 - Update Auto-Scaling Group Schedule
104.1 - 1.1
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>]
Description
Auto-Scaling Group 스케줄을 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
104.2 - 1.0
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>]
Description
Auto-Scaling Group 스케줄을 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
105 - Update Auto-Scaling Group server count
105.1 - 1.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>]
Description
Auto-Scaling Group 서버 수를 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
105.2 - 1.0
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>]
Description
Auto-Scaling Group 서버 수를 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
106 - Update Image
106.1 - 1.1
scpcli virtualserver image set
--image_id <value>
[--min_disk <value>]
[--min_ram <value>]
[--protected <value>]
[--visibility <value>]
Description
이미지를 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
106.2 - 1.0
scpcli virtualserver image set
--image_id <value>
[--min_disk <value>]
[--min_ram <value>]
[--protected <value>]
[--visibility <value>]
Description
이미지를 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
107 - Update Image member
107.1 - 1.1
scpcli virtualserver image member set
--member_id <value>
--image_id <value>
--status <value>
Description
이미지 멤버를 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| member_id required | string | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| status required | string | 멤버 상태 | pending |
107.2 - 1.0
scpcli virtualserver image member set
--member_id <value>
--image_id <value>
--status <value>
Description
이미지 멤버를 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| member_id required | string | 멤버 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| status required | string | 멤버 상태 | pending |
108 - Update Server Interface
108.1 - 1.1
scpcli virtualserver server interface set
--port_id <value>
--server_id <value>
[--fixed_ip_address <value>]
[--subnet_id <value>]
Description
서버 인터페이스를 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 | - |
108.2 - 1.0
scpcli virtualserver server interface set
--port_id <value>
--server_id <value>
[--fixed_ip_address <value>]
[--subnet_id <value>]
Description
서버 인터페이스를 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 | - |
109 - Update Server Volume
109.1 - 1.1
scpcli virtualserver server volume set
--volume_id <value>
--server_id <value>
--volume_id <value>
[--delete_on_termination <value>]
Description
서버 볼륨을 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| 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 |
109.2 - 1.0
scpcli virtualserver server volume set
--volume_id <value>
--server_id <value>
--volume_id <value>
[--delete_on_termination <value>]
Description
서버 볼륨을 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| 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 |
110 - Update Virtual Server
110.1 - 1.1
scpcli virtualserver server set
--server_id <value>
--name <value>
Description
서버를 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| name required | string | 서버 이름 | servername |
110.2 - 1.0
scpcli virtualserver server set
--server_id <value>
--name <value>
Description
서버를 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| name required | string | 서버 이름 | servername |
111 - Update Virtual Server type
111.1 - 1.1
scpcli virtualserver server type set
--server_id <value>
--server_type <value>
Description
서버 타입을 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| server_type required | string | 서버 타입 | s1v1m2 |
Responses
| Name | Description | Example |
|---|
111.2 - 1.0
scpcli virtualserver server type set
--server_id <value>
--server_type <value>
Description
서버 타입을 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_id required | string | 서버 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| server_type required | string | 서버 타입 | s1v1m2 |
Responses
| Name | Description | Example |
|---|