이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
Models
- 1: AsyncResponse
- 2: CheckResponse
- 3: HostAliasList
- 4: ImageAttr
- 5: ImageVersionsResponse
- 6: InternalNodeSummary
- 7: KubernetesEngineCreateRequest
- 8: NodeCapacity
- 9: NodePoolCreateRequest
- 10: NodePoolResourceValidationRequest
- 11: NodePoolSpecResponse
- 12: QueryEngineSpec
- 13: QuickQueryCreateRequest
- 14: QuickQueryDescriptionRequest
- 15: QuickQueryDescriptionResponse
- 16: QuickQueryDetailResponse
- 17: QuickQueryDomainRequest
- 18: QuickQueryDscDomainRequest
- 19: QuickQueryEngineRequest
- 20: QuickQueryHostAliasRequest
- 21: QuickQueryImageAttr
- 22: QuickQueryListResponse
- 23: QuickQueryListSearchResponse
- 24: QuickQueryTotalCreateRequest
- 25: QuickQueryUpdateEngineRequest
- 26: QuickQueryValidateResourceRequest
- 27: QuickQueryValidateResourceResponse
- 28: Tag
1 - AsyncResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| project_id required | Project ID Example : 10a599e031e749b7b260868f441e862b | any of [string, null] | |
| request_id required | Request ID Example : 10a599e031e749b7b260868f441e862b | string | |
| resource_id required | Resource ID Example : 10a599e031e749b7b260868f441e862b | string |
2 - CheckResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| result required | check result Example : | boolean |
3 - HostAliasList
| Name | Description | Schema | Default |
|---|---|---|---|
| hostnames optional | hostnames | array[string] | |
| ip optional | ip Example : | string |
4 - ImageAttr
| Name | Description | Schema | Default |
|---|---|---|---|
| image_attr required | image_attr | QuickQueryImageAttr | |
| image_id required | image_id Example : | string | |
| image_name required | image_name Example : | string | |
| version required | version Example : | string |
5 - ImageVersionsResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| contents required | contents | array[ImageAttr] | |
| total_count required | total_count Example : | integer |
6 - InternalNodeSummary
| Name | Description | Schema | Default |
|---|---|---|---|
| age required | age Example : | string | |
| cluster_id required | cluster id Example : | string | |
| container_version required | Container Version Example : | any of [string, null] | |
| created_at required | created at Example : 2026-02-11T06:43:40.292Z | string (date-time) | |
| external_ip_address required | External IP Address Example : | any of [string, null] | |
| gpu_name required | GPU Name Example : | any of [string, null] | |
| ip required | IP Example : | any of [string, null] | |
| kernel_version required | Kernel Version Example : | any of [string, null] | |
| kubernetes_version required | Kubernetes Version Example : | any of [string, null] | |
| name required | name Example : | string | |
| node_capacities required | Node Capacities | array[NodeCapacity] | |
| node_status required | node status Example : | string | |
| number_of_allocated_pods required | Number of allocated pods Example : | string | |
| number_of_gpu required | Number of GPU Example : | any of [integer, null] | |
| os_image required | OS Image Example : | any of [string, null] | |
| uid required | uid Example : | string |
7 - KubernetesEngineCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| cifs_volume_id optional | cifs_volume_id Example : | any of [string, null] | |
| cloud_logging_enabled required | cloud_logging_enabled Example : | boolean | |
| k8s_version required | k8s_version Example : | string | |
| kubernetes_engine_name required | kubernetes_engine_name Example : Pattern : ^[a-z][a-z0-9\-]*[a-z0-9]$Minimum length : 3Maximum length : 30 | string | |
| lb_id optional | lb_id Example : | any of [string, null] | |
| public_acl_ip_address optional | public_acl_ip_address Example : | any of [string, null] | |
| security_group_id_list required | security_group_id_list | array[string] | |
| subnet_id required | subnet_id Example : | string | |
| tags optional | tags | array[Tag] | |
| volume_id required | volume_id Example : | string | |
| vpc_id required | vpc_id Example : | string |
8 - NodeCapacity
| Name | Description | Schema | Default |
|---|---|---|---|
| cpu required | CPU Example : | string | |
| ephemeral_storage required | Ephemeral Storage Example : | string | |
| gpu optional | GPU Example : | any of [string, null] | |
| hugepages_1Gi required | Hugepages 1Gi Example : | string | |
| hugepages_2Mi required | Hugepages 2Mi Example : | string | |
| memory required | Memory Example : | string | |
| node_capacity_type required | Node Capacity Type Example : | string | |
| pod_count required | Pod Count Example : | string |
9 - NodePoolCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| auto_recovery optional | is_auto_recovery Example : False | boolean | |
| auto_scale optional | is_auto_scale Example : False | boolean | |
| desired_node_count optional | desired_node_count Example : | any of [integer, null] | |
| image_os required | image_os Example : | string | |
| image_os_version required | image_os_version Example : | string | |
| k8s_version required | k8s_version Example : | string | |
| keypair_name required | keypair_name Example : | string | |
| max_node_count optional | max_node_count Example : | any of [integer, null] | |
| min_node_count optional | min_node_count Example : | any of [integer, null] | |
| name required | name Example : Pattern : ^[a-z][a-z0-9\-]*[a-z0-9]$Minimum length : 3Maximum length : 20 | string | |
| scale_name required | scale_name Example : | string | |
| volume_size required | volume_size Example : Minimum : 104Maximum : 1000 | integer | |
| volume_type_name required | volume_type_name Example : | string |
10 - NodePoolResourceValidationRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| auto_scale required | auto_scale Example : | boolean | |
| desired_node_count required | desired_node_count Example : | integer | |
| max_node_count optional | max_node_count Example : | any of [integer, null] | |
| min_node_count optional | min_node_count Example : | any of [integer, null] | |
| scale_name required | scale_name Example : | string |
11 - NodePoolSpecResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| cpu optional | cpu Example : | string | |
| is_node_pool_auto_scalable required | is_node_pool_auto_scalable Example : | boolean | |
| memory optional | memory Example : | string | |
| replica optional | replica Example : | string |
12 - QueryEngineSpec
| Name | Description | Schema | Default |
|---|---|---|---|
| auto_scale optional | auto_scale Example : | any of [boolean, null] | |
| cluster_size optional | cluster_size Example : | any of [string, null] | |
| cpu optional | cpu Example : Pattern : ^(0|4|6|8|10|12|14|16|18|20|22|24)$ | any of [string, null] | |
| memory optional | memory Example : Pattern : ^(0|8|16|32|64|128|192|256)$ | any of [string, null] | |
| replica optional | replica Example : Pattern : ^(0|1|2|3|4|5|6|7|8|9)$ | any of [string, null] |
13 - QuickQueryCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | description Example : | any of [string, null] | |
| domain required | domain Example : Minimum length : 3Maximum length : 50 | string | |
| dsc_console_ip optional | dsc_console_ip Example : | any of [string, null] | |
| dsc_domain required | dsc_domain Example : Minimum length : 3Maximum length : 50 | string | |
| host_alias_list optional | host_alias_list | array[HostAliasList] | |
| image_id required | image_id Example : | string | |
| instance_id optional | instance_id Example : | any of [string, null] | |
| is_engine_type_private required | is_engine_type_private Example : | boolean | |
| max_query required | max_query Example : Pattern : ^(32|64|96|128)$ | string | |
| product_group_id optional | product_group_id Example : | any of [string, null] | |
| query_engine_spec required | query_engine_spec | QueryEngineSpec | |
| quick_query_name required | quick_query_name Example : Pattern : ^[a-z][a-z0-9\-]*[a-z0-9]$Minimum length : 3Maximum length : 30 | string | |
| version required | version Example : | string |
14 - QuickQueryDescriptionRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description required | description Example : | string |
15 - QuickQueryDescriptionResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| description required | description Example : | string | |
| quick_query_id required | quick_query_id Example : | string |
16 - QuickQueryDetailResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| cluster_id required | cluster_id Example : | string | |
| cluster_name optional | cluster_name Example : | string | |
| cluster_permission optional | cluster_permission Example : | object | |
| cluster_request_failed optional | cluster_request_failed Example : False | boolean | |
| created_dt required | created_dt Example : 2026-02-11T06:43:40.135Z | string (date-time) | |
| description optional | description Example : | any of [string, null] | |
| domain optional | domain Example : | string | |
| dsc_console_domain optional | dsc_console_domain Example : | any of [string, null] | |
| dsc_domain optional | dsc_domain Example : | string | |
| dsc_oidc_domain optional | dsc_oidc_domain Example : | any of [string, null] | |
| host_alias_list optional | domain | array[object] | |
| hosts_file optional | hosts_file Example : | any of [string, null] | |
| is_active_image optional | is_active_image Example : | boolean | |
| is_engine_type_private optional | is_engine_type_private Example : | boolean | |
| max_query optional | max_query Example : | string | |
| modified_dt required | modified_dt Example : 2026-02-11T06:43:40.159Z | string (date-time) | |
| namespace_name optional | namespace_name Example : | string | |
| node_information optional | node_information | array[InternalNodeSummary] | |
| provisioning_state required | provisioning_state Example : | string | |
| query_engine_spec optional | query_engine_spec Example : | object | |
| quick_query_id required | quick_query_id Example : | string | |
| quick_query_name required | quick_query_name Example : | string | |
| quick_query_state required | quick_query_state Example : | string | |
| quick_query_version required | quick_query_version Example : | string |
17 - QuickQueryDomainRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| domain required | domain Example : | string |
18 - QuickQueryDscDomainRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| dsc_domain required | dsc_domain Example : | string |
19 - QuickQueryEngineRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| auto_scale optional | auto_scale Example : | boolean | |
| cluster_size optional | cluster_size Example : | any of [string, null] | |
| cpu optional | cpu Example : | any of [string, null] | |
| is_engine_type_private optional | is_engine_type_private Example : | boolean | |
| memory optional | memory Example : | any of [string, null] | |
| replica optional | replica Example : | any of [string, null] |
20 - QuickQueryHostAliasRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| host_alias_list optional | host_alias_list | array[HostAliasList] |
21 - QuickQueryImageAttr
| Name | Description | Schema | Default |
|---|---|---|---|
| k8s.version optional | k8s_version Example : | string | |
| os.type optional | os_type Example : | string |
22 - QuickQueryListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| cluster_id required | cluster_id Example : | string | |
| cluster_name optional | cluster_name Example : | any of [string, null] | |
| cluster_permission optional | cluster_permission Example : | object | |
| cluster_request_failed optional | cluster_request_failed Example : False | boolean | |
| created_by required | created_by Example : | string | |
| created_dt required | created_at Example : 2026-02-11T06:43:39.763Z | string (date-time) | |
| modified_by optional | modified_by Example : | any of [string, null] | |
| modified_dt optional | modified_at Example : | any of [string (date-time), null] | |
| quick_query_id required | quick_query_id Example : | string | |
| quick_query_name required | quick_query_name Example : | string | |
| quick_query_state required | quick_query_state Example : | string | |
| quick_query_version required | quick_query_version Example : | string |
23 - QuickQueryListSearchResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| contents required | contents | array[QuickQueryListResponse] | |
| page required | page Example : | integer | |
| size required | size Example : | integer | |
| sort required | sort | array[string] | |
| total_count required | total_count Example : | integer |
24 - QuickQueryTotalCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| kubernetes_engine_create_request required | kubernetes_engine_create_request | KubernetesEngineCreateRequest | |
| node_pool_create_requests required | node_pool_create_requests | array[NodePoolCreateRequest] | |
| quick_query_create_request required | quick_query_create_request | QuickQueryCreateRequest | |
| tags optional | tags | array[Tag] |
25 - QuickQueryUpdateEngineRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| cluster_size optional | cluster_size Example : | any of [string, null] | |
| cpu required | cpu Example : | string | |
| memory required | memory Example : | string | |
| replica required | replica Example : | string |
26 - QuickQueryValidateResourceRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| cluster_id optional | cluster_id Example : | string | |
| node_pool_validation_request required | node_pool_validation_request | array[NodePoolResourceValidationRequest] | |
| quick_query_engine_request required | quick_query_engine_request | QuickQueryEngineRequest |
27 - QuickQueryValidateResourceResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| min_spec_node_pool optional | min_spec_node_pool | array[NodePoolSpecResponse] | |
| result required | result Example : | boolean |
28 - Tag
| Name | Description | Schema | Default |
|---|---|---|---|
| tag_key required | tag_key Example : Pattern : ^[a-zA-Z0-9가-힣ㄱ-ㅎㅏ-ㅣ \+\-\=\.\_:/@]*$Maximum length : 128 | string | |
| tag_value optional | tag_value Example : Pattern : ^[a-zA-Z0-9가-힣ㄱ-ㅎㅏ-ㅣ \+\-\=\.\_:/@]*$Maximum length : 256 | string |