이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
Models
- 1: Amount
- 2: CancellationFeeRequest
- 3: CancellationFeeResponse
- 4: ContractTypeDTO
- 5: ContractTypeListResponse
- 6: Currency
- 7: OSTypeDTO
- 8: OSTypeListResponse
- 9: PlannedComputeChangeRequest
- 10: PlannedComputeCreateRequest
- 11: PlannedComputeDTO
- 12: PlannedComputeListResponse
- 13: PlannedComputeResourceListResponse
- 14: PlannedComputeResponse
- 15: ProductListResponse
- 16: ProductResponse
- 17: ResourceGroupTotalAmountDTO
- 18: ResourceUsedAmountDTO
- 19: ServerTypeDTO
- 20: ServerTypeListResponse
- 21: TagDTO
1 - Amount
| Name | Description | Schema | Default |
|---|---|---|---|
| krw optional | KRW amount Example : 0.000 | string | 0.000 |
| usd optional | USD amount Example : 0.00 | string | 0.00 |
2 - CancellationFeeRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| region optional | Region Example : kr-west1 | any of [string, null] | |
| planned_compute_id required | Planned Compute Id Example : 5f3688a192094ddeb0c94166a3e88935 | array[string] |
3 - CancellationFeeResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| bill_year_month required | Bill year Month Example : 2022-10 | string | |
| cancellation_fee optional | 해지 수수료 Example : 100000 | string | |
| currency required | Currency |
4 - ContractTypeDTO
| Name | Description | Schema | Default |
|---|---|---|---|
| code optional | Contract Code Example : 01 | any of [string, null] | |
| display_name optional | Display Name Example : 1-year | any of [string, null] |
5 - ContractTypeListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| contract_types required | array[ContractTypeDTO] | ||
| extension_types required | array[ContractTypeDTO] |
6 - Currency
| Name | Description | Schema | Default |
|---|---|---|---|
| code optional | Currency code Example : KRW | string | KRW |
| symbol optional | Currency Symbol Example : ₩ | string | ₩ |
7 - OSTypeDTO
| Name | Description | Schema | Default |
|---|---|---|---|
| os_type_id optional | OS Type id Example : OPEN_SOURCE | any of [string, null] | |
| display_name optional | Display Name Example : Open Source | any of [string, null] | |
| os_type_value optional | Display Name Example : opensource | any of [string, null] |
8 - OSTypeListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| os_types required | array[OSTypeDTO] |
9 - PlannedComputeChangeRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| action optional | Planned Compute change request action type Example : EXTEND_CHANGE | enum (EXTEND_APPLY, EXTEND_CHANGE, EXTEND_CANCEL, SERVER_TYPE_CHANGE, CONTRACT_CANCEL, CHANGE_START_DATE, CREATE_PLAN) | |
| contract_type optional | Contract type is required in the case of EXTEND_APPLY or EXTEND_CHANGE Example : 01 | any of [enum (01, 03, 05), null] | |
| server_type optional | Server Type is required in the case of SERVER_TYPE_CHANGE Example : s1v1m2 | any of [string, null] |
10 - PlannedComputeCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| service_id required | Service Id Example : VIRTUAL_SERVER | string | |
| service_name optional | Service Name Example : Virtual Server | string | |
| server_type required | Server Type Example : s1v1m2 | string | |
| os_type required | OS Type Example : OPEN_SOURCE | enum (opensource, rhel, windows, sles) | |
| contract_type required | Contract Type Example : 01 | enum (01, 03, 05) | |
| tag optional | Tag Form | array[TagDTO] |
11 - PlannedComputeDTO
| Name | Description | Schema | Default |
|---|---|---|---|
| start_date optional | Start date (YYYY-MM-dd) Example : 2024-08-01 | string | |
| end_date optional | End date (YYYY-MM-dd) Example : 2024-08-01 | string | |
| id optional | Planned Compute Id Example : 5f3688a192094ddeb0c94166a3e88935 | any of [string, null] | |
| contract_id optional | Contract Id Example : C002612775 | any of [string, null] | |
| account_id optional | Account Id Example : 228cb9e4a7934f84853594c7f26f7a21 | string | |
| region optional | Region Example : kr-west1 | string | |
| service_id optional | Service Id Example : VIRTUAL_SERVER | string | |
| service_name optional | Service Name Example : Virtual Server | string | |
| os_type optional | OS Type Example : OPEN_SOURCE | string | |
| os_name optional | OS Name Example : Open Source | string | |
| server_type optional | Server Type Example : s1v1m2 | string | |
| server_type_description optional | Server Type Description Example : | object | |
| srn optional | SRN Example : srn:e::26affb52e16944038a0cd2cc26060e1c:kr1-west1::compute:instance/INSTANCE-UPOg3Z6ZqyiMM0QyC3sI2m | string | |
| resource_type optional | Resource Type Example : instance | string | |
| contract_type optional | Contract Type Example : 1-year | string | 01 |
| next_contract_type optional | Next Contract Type Example : 1-year | any of [string, null] | |
| first_contract_start_at optional | Start date (YYYY-MM-dd) Example : 2024-08-01 | string | |
| next_start_date optional | Next Start date (YYYY-MM-dd) Example : 2024-08-01 | any of [string, null] | |
| next_end_date optional | Next End date (YYYY-MM-dd) Example : 2024-08-31 | any of [string, null] | |
| state optional | Planned Compute State Example : ACTIVE | string | ACTIVE |
| delete_yn optional | Delete or not Example : N | any of [string, null] | |
| resource_name optional | Resource Name Example : test-vm | any of [string, null] | |
| created_at optional | Created date Example : 2024-08-01 00:00:00 | string (date-time) | |
| created_by optional | Created by Example : user123 | any of [string, null] | |
| modified_at optional | Modified date Example : 2024-08-01 00:00:00 | string (date-time) | |
| modified_by optional | Modified by Example : kim | any of [string, null] |
12 - PlannedComputeListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| planned_computes required | array[PlannedComputeDTO] | ||
| total_pages optional | Total Pages Example : 0 | integer | |
| total_count optional | Total Count Example : 0 | integer | |
| current_page optional | Current Page Example : 0 | integer |
13 - PlannedComputeResourceListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| service optional | Product Type Name | ProductResponse | |
| server_type optional | Server Type Example : s1v1m2 | string | |
| server_type_description optional | Server Type Description Example : | object | |
| os optional | OS Type Example : OPEN_SOURCE | OSTypeDTO | |
| order_count optional | Order Count Example : 0 | integer | |
| amount optional | Resource Group Amount | ResourceGroupTotalAmountDTO | |
| coverages required | array[ResourceUsedAmountDTO] |
14 - PlannedComputeResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| planned_compute required | PlannedComputeDTO |
15 - ProductListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| services required | array[ProductResponse] |
16 - ProductResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| service_id optional | Service Id Example : VIRTUAL_SERVER | any of [string, null] | |
| display_name optional | Display Name Example : Virtual Server | any of [string, null] |
17 - ResourceGroupTotalAmountDTO
| Name | Description | Schema | Default |
|---|---|---|---|
| no_contract_used optional | No Contract Used Example : 0 | any of [Amount, null] | |
| used optional | Used amount Example : 0 | any of [Amount, null] | |
| non_applied optional | Non Applied Amount Example : 0 | any of [Amount, null] | |
| total optional | Total Amounts Example : 0 | any of [Amount, null] |
18 - ResourceUsedAmountDTO
| Name | Description | Schema | Default |
|---|---|---|---|
| resource_name optional | Resource Name Example : test-vm | any of [string, null] | |
| contract_id optional | Contract Id Example : C002612775 | any of [string, null] | |
| used_time optional | Used time Hour Example : 10 | any of [integer, null] | |
| unit_price optional | Unit Price | any of [Amount, null] | |
| used_amount optional | Used amount | any of [Amount, null] | |
| non_applied_amount optional | Non Applied Amount | any of [Amount, null] | |
| request_at optional | Request At Example : 2024-08-01 00:00:00 | any of [string, null] |
19 - ServerTypeDTO
| Name | Description | Schema | Default |
|---|---|---|---|
| server_type optional | Server Type Example : s1v1m2 | any of [string, null] | |
| server_type_description optional | Server Type Description Example : | any of [string, null] | |
| instance_type optional | Instance Type Example : s1 | any of [string, null] | |
| core optional | Instance Core Example : 1 | any of [string, null] | |
| memory_gb optional | Instance Memory GB Example : 2 | any of [string, null] | |
| gpu_name optional | Gpu Model Name Example : a100 | any of [string, null] | |
| scale_up_yn optional | Scale up or not. If server_type > current_server_type, it’s represented as Y. if smaller N. Example : Y | boolean | True |
20 - ServerTypeListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| server_types required | array[ServerTypeDTO] |
21 - TagDTO
| Name | Description | Schema | Default |
|---|---|---|---|
| key required | Tag Key Example : key1 | string | |
| value optional | Tag Value Example : value1 | any of [string, null] |