이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
Models
- 1: ClusterResourceCheckResponse
- 2: DataOpsConsoleResponse
- 3: DataOpsConsoleResponseV1Dot1
- 4: DataOpsCreateRequest
- 5: DataOpsDetailResponse
- 6: DataOpsDetailResponseV1Dot1
- 7: DataOpsServiceCreateRequest
- 8: DataOpsServiceDetailResponse
- 9: DataOpsServiceDetailResponseV1Dot1
- 10: DataOpsServiceImageResponse
- 11: DataOpsServicesConsoleResponse
- 12: DataOpsServicesConsoleResponseV1Dot1
- 13: DataOpsServiceSubVersionResponse
- 14: DataOpsServiceUpdateRequest
- 15: DataOpsServiceUpdateResponse
- 16: DataOpsServiceValidateResourceRequest
- 17: DataOpsUpdateRequest
- 18: DataOpsUpdateResponse
- 19: ImageAttr
- 20: ImageVersionsResponse
- 21: ListDataOpsConsoleResponse
- 22: ListDataOpsConsoleResponseV1Dot1
- 23: ListDataOpsServicesConsoleResponse
- 24: ListDataOpsServicesConsoleResponseV1Dot1
- 25: QuickQueryImageAttr
- 26: Tag
1 - ClusterResourceCheckResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| cpu optional | Example : CPU | object | CPU |
| err_code required | Error code Example : | string | |
| memory optional | Example : Memory | object | Memory |
| result required | Cluster resource check result Example : | boolean |
2 - DataOpsConsoleResponse
| 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_by required | created_by Example : | string | |
| created_dt required | created_at Example : 2026-02-11T06:41:29.993Z | string (date-time) | |
| data_ops_id required | data_ops_id Example : | string | |
| data_ops_name required | data_ops_name Example : | string | |
| image_id required | image_id Example : | string | |
| instance_id required | instance_id Example : | any of [string, null] | |
| is_active_image required | is_active_image Example : | boolean | |
| modified_by required | modified_by Example : | string | |
| modified_dt required | modified_at Example : 2026-02-11T06:41:30.000Z | string (date-time) | |
| namespace_name required | namespace_name Example : | string | |
| state required | state Example : | string | |
| version required | version Example : | string |
3 - DataOpsConsoleResponseV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | account_id Example : | string | |
| 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_by required | created_by Example : | string | |
| created_dt required | created_at Example : 2026-02-11T06:41:30.704Z | string (date-time) | |
| data_ops_id required | data_ops_id Example : | string | |
| data_ops_name required | data_ops_name Example : | string | |
| image_id required | image_id Example : | string | |
| instance_id required | instance_id Example : | any of [string, null] | |
| is_active_image required | is_active_image Example : | boolean | |
| modified_by required | modified_by Example : | string | |
| modified_dt required | modified_at Example : 2026-02-11T06:41:30.710Z | string (date-time) | |
| namespace_name required | namespace_name Example : | string | |
| state required | state Example : | string | |
| version required | version Example : | string |
4 - DataOpsCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| account optional | account Example : {'account_id': '', 'account_password': ''} | any of [object, null] | |
| cluster_id required | cluster_id Example : | string | |
| data_ops_name required | data_ops_name Example : Pattern : ^[a-z][a-z0-9\-]*[a-z0-9]$Minimum length : 3Maximum length : 30 | string | |
| description optional | description Example : | any of [string, null] | |
| domain required | domain Example : Minimum length : 3Maximum length : 50 | string | |
| dsc_domain optional | dsc_domain Example : | any of [string, null] | |
| host_alias_list required | host_alias_list Example : [{'hostnames': [''], 'ip': ''}] | array[object] | |
| image_id required | image_id Example : | string | |
| ingress_controller_name required | ingress_controller_name Example : | string | |
| instance_id optional | instance_id Example : | any of [string, null] | |
| node_selector optional | node_selector Example : | any of [string, null] | |
| storage_class_name required | storage_class_name Example : | string | |
| tags optional | tags | array[Tag] |
5 - DataOpsDetailResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account optional | account Example : {'account_id': '', 'account_password': ''} | any of [object, null] | |
| cluster_id required | cluster_id Example : | string | |
| cluster_name optional | cluster_name Example : | string | |
| cluster_permission optional | cluster_permission Example : | any of [object, null] | |
| cluster_request_failed optional | cluster_request_failed Example : False | boolean | |
| created_dt required | created_dt Example : 2026-02-11T06:41:30.482Z | string (date-time) | |
| data_ops_id required | data_ops_id Example : | string | |
| data_ops_name required | data_ops_name Example : | string | |
| description optional | description Example : | any of [string, null] | |
| domain optional | domain Example : | any of [string, null] | |
| host_alias_list optional | host_alias Example : [{'hostnames': [''], 'ip': ''}] | any of [array[object], null] | |
| hosts_file optional | hosts_file Example : | any of [string, null] | |
| http_port optional | http_port Example : | any of [integer, null] | |
| https_port optional | https_port Example : | any of [integer, null] | |
| image_id required | image_id Example : | string | |
| ingress_class_name optional | ingress_class_name Example : | any of [string, null] | |
| instance_id required | instance_id Example : | any of [string, null] | |
| is_active_image optional | is_active_image Example : | any of [boolean, null] | |
| modified_dt required | modified_dt Example : 2026-02-11T06:41:30.537Z | string (date-time) | |
| namespace_name required | namespace_name Example : | string | |
| node_selector optional | node_selector Example : | any of [string, null] | |
| state required | state Example : | string | |
| storage_class_name required | storage_class_name Example : | string | |
| version required | version Example : | string | |
| web_url optional | web_url Example : | any of [string, null] |
6 - DataOpsDetailResponseV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| account optional | account Example : {'account_id': '', 'account_password': ''} | any of [object, null] | |
| account_id required | account_id Example : | string | |
| cluster_id required | cluster_id Example : | string | |
| cluster_name optional | cluster_name Example : | string | |
| cluster_permission optional | cluster_permission Example : | any of [object, null] | |
| cluster_request_failed optional | cluster_request_failed Example : False | boolean | |
| created_dt required | created_dt Example : 2026-02-11T06:41:30.871Z | string (date-time) | |
| data_ops_id required | data_ops_id Example : | string | |
| data_ops_name required | data_ops_name Example : | string | |
| description optional | description Example : | any of [string, null] | |
| domain optional | domain Example : | any of [string, null] | |
| host_alias_list optional | host_alias Example : [{'hostnames': [''], 'ip': ''}] | any of [array[object], null] | |
| hosts_file optional | hosts_file Example : | any of [string, null] | |
| http_port optional | http_port Example : | any of [integer, null] | |
| https_port optional | https_port Example : | any of [integer, null] | |
| image_id required | image_id Example : | string | |
| ingress_class_name optional | ingress_class_name Example : | any of [string, null] | |
| instance_id required | instance_id Example : | any of [string, null] | |
| is_active_image optional | is_active_image Example : | any of [boolean, null] | |
| modified_dt required | modified_dt Example : 2026-02-11T06:41:30.927Z | string (date-time) | |
| namespace_name required | namespace_name Example : | string | |
| node_selector optional | node_selector Example : | any of [string, null] | |
| state required | state Example : | string | |
| storage_class_name required | storage_class_name Example : | string | |
| version required | version Example : | string | |
| web_url optional | web_url Example : | any of [string, null] |
7 - DataOpsServiceCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| account optional | account Example : {'account_id': '', 'account_password': ''} | any of [object, null] | |
| data_ops_id required | data_ops_id Example : | string | |
| data_ops_service_name required | data_ops_service_name Example : Pattern : ^[a-z][a-z0-9\-]*[a-z0-9]$Minimum length : 3Maximum length : 30 | string | |
| description optional | description Example : | any of [string, null] | |
| domain required | description Example : Minimum length : 3Maximum length : 50 | string | |
| host_alias required | host_alias Example : {'enabled': 'true', 'host_alias_list': [{'hostname': '', 'ip': ''}]} | object | |
| node_selector optional | node_selector Example : | any of [string, null] | |
| service_workload required | service_workload Example : {'scheduler': {'cpu': '', 'memory': '', 'replica': '', 'version': ''}, 'web_server': {'cpu': '', 'memory': '', 'replica': '', 'version': ''}, 'worker': {'cpu': '', 'memory': '', 'replica': '', 'version': ''}} | object | |
| storage_class_name required | storage_class_name Example : | string | |
| tags optional | tags | array[Tag] | |
| worker_type required | worker_type Example : | string |
8 - DataOpsServiceDetailResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account optional | account Example : {'account_id': '', 'account_password': ''} | any of [object, null] | |
| cluster_id required | cluster_id Example : | string | |
| cluster_name optional | cluster_name Example : | string | |
| cluster_permission optional | cluster_permission Example : | any of [object, null] | |
| cluster_request_failed optional | cluster_request_failed Example : False | boolean | |
| created_dt required | created_dt Example : 2026-02-11T06:41:30.212Z | string (date-time) | |
| data_ops_id required | data_ops_id Example : | string | |
| data_ops_name required | data_ops_name Example : | string | |
| data_ops_service_id required | data_ops_service_id Example : | string | |
| data_ops_service_name required | data_ops_service_name Example : | string | |
| description optional | description Example : | any of [string, null] | |
| domain optional | domain Example : | any of [string, null] | |
| host_alias optional | host_alias Example : {'enabled': 'true', 'host_alias_list': [{'hostname': '', 'ip': ''}]} | any of [object, null] | |
| hosts_file optional | hosts_file Example : | any of [string, null] | |
| http_port optional | http_port Example : | any of [integer, null] | |
| https_port optional | https_port Example : | any of [integer, null] | |
| image_id required | image_id Example : | string | |
| ingress_class_name optional | ingress_class_name Example : | any of [string, null] | |
| instance_id required | instance_id Example : | any of [string, null] | |
| is_active_image optional | is_active_image Example : | any of [boolean, null] | |
| modified_dt required | modified_dt Example : 2026-02-11T06:41:30.267Z | string (date-time) | |
| namespace_name required | namespace_name Example : | string | |
| node_selector optional | node_selector Example : | any of [string, null] | |
| service_workload optional | service_workload Example : | any of [object, null] | |
| state required | state Example : | string | |
| storage_class_name required | storage_class_name Example : | string | |
| version required | version Example : | string | |
| web_url optional | web_url Example : | any of [string, null] |
9 - DataOpsServiceDetailResponseV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| account optional | account Example : {'account_id': '', 'account_password': ''} | any of [object, null] | |
| account_id required | account_id Example : | string | |
| cluster_id required | cluster_id Example : | string | |
| cluster_name optional | cluster_name Example : | string | |
| cluster_permission optional | cluster_permission Example : | any of [object, null] | |
| cluster_request_failed optional | cluster_request_failed Example : False | boolean | |
| created_dt required | created_dt Example : 2026-02-11T06:41:30.772Z | string (date-time) | |
| data_ops_id required | data_ops_id Example : | string | |
| data_ops_name required | data_ops_name Example : | string | |
| data_ops_service_id required | data_ops_service_id Example : | string | |
| data_ops_service_name required | data_ops_service_name Example : | string | |
| description optional | description Example : | any of [string, null] | |
| domain optional | domain Example : | any of [string, null] | |
| host_alias optional | host_alias Example : {'enabled': 'true', 'host_alias_list': [{'hostname': '', 'ip': ''}]} | any of [object, null] | |
| hosts_file optional | hosts_file Example : | any of [string, null] | |
| http_port optional | http_port Example : | any of [integer, null] | |
| https_port optional | https_port Example : | any of [integer, null] | |
| image_id required | image_id Example : | string | |
| ingress_class_name optional | ingress_class_name Example : | any of [string, null] | |
| instance_id required | instance_id Example : | any of [string, null] | |
| is_active_image optional | is_active_image Example : | any of [boolean, null] | |
| modified_dt required | modified_dt Example : 2026-02-11T06:41:30.828Z | string (date-time) | |
| namespace_name required | namespace_name Example : | string | |
| node_selector optional | node_selector Example : | any of [string, null] | |
| service_workload optional | service_workload Example : | any of [object, null] | |
| state required | state Example : | string | |
| storage_class_name required | storage_class_name Example : | string | |
| version required | version Example : | string | |
| web_url optional | web_url Example : | any of [string, null] |
10 - DataOpsServiceImageResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| data_ops_service_count optional | DataOpsService count Example : | integer | |
| versions optional | image versions | DataOpsServiceSubVersionResponse |
11 - DataOpsServicesConsoleResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| cluster_id required | cluster_id Example : | string | |
| cluster_name optional | cluster_name Example : | string | |
| cluster_permission optional | cluster_permission Example : | any of [object, null] | |
| 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:41:30.089Z | string (date-time) | |
| data_ops_id required | data_ops_id Example : | string | |
| data_ops_name required | data_ops_name Example : | string | |
| data_ops_service_id required | data_ops_service_id Example : | string | |
| data_ops_service_name required | data_ops_service_name Example : | string | |
| description optional | description Example : | any of [string, null] | |
| modified_by required | modified_by Example : | string | |
| modified_dt required | modified_at Example : 2026-02-11T06:41:30.095Z | string (date-time) | |
| state required | state Example : | string | |
| version required | version Example : | string |
12 - DataOpsServicesConsoleResponseV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | account_id Example : | string | |
| cluster_id required | cluster_id Example : | string | |
| cluster_name optional | cluster_name Example : | string | |
| cluster_permission optional | cluster_permission Example : | any of [object, null] | |
| 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:41:30.741Z | string (date-time) | |
| data_ops_id required | data_ops_id Example : | string | |
| data_ops_name required | data_ops_name Example : | string | |
| data_ops_service_id required | data_ops_service_id Example : | string | |
| data_ops_service_name required | data_ops_service_name Example : | string | |
| description optional | description Example : | any of [string, null] | |
| modified_by required | modified_by Example : | string | |
| modified_dt required | modified_at Example : 2026-02-11T06:41:30.747Z | string (date-time) | |
| state required | state Example : | string | |
| version required | version Example : | string |
13 - DataOpsServiceSubVersionResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| scheduler required | scheduler Example : | string | |
| webserver required | webserver Example : | string | |
| worker required | worker Example : | string |
14 - DataOpsServiceUpdateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | description Example : | any of [string, null] | |
| domain optional | domain Example : | any of [string, null] | |
| host_alias optional | host_alias Example : {'enabled': 'true', 'host_alias_list': [{'hostname': '', 'ip': ''}]} | any of [object, null] | |
| node_selector optional | node_selector Example : | any of [string, null] | |
| service_workload optional | service_workload Example : {'scheduler': {'cpu': '', 'memory': '', 'replica': '', 'version': ''}, 'web_server': {'cpu': '', 'memory': '', 'replica': '', 'version': ''}, 'worker': {'cpu': '', 'memory': '', 'replica': '', 'version': ''}} | object | |
| worker_type optional | worker_type Example : | string |
15 - DataOpsServiceUpdateResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account optional | account Example : {'account_id': '', 'account_password': ''} | any of [object, null] | |
| cluster_id required | cluster_id Example : | string | |
| cluster_name optional | cluster_name Example : | string | |
| cluster_permission optional | cluster_permission Example : | any of [object, null] | |
| cluster_request_failed optional | cluster_request_failed Example : False | boolean | |
| created_dt required | created_dt Example : 2026-02-11T06:41:30.347Z | string (date-time) | |
| data_ops_id required | data_ops_id Example : | string | |
| data_ops_name required | data_ops_name Example : | string | |
| data_ops_service_id required | data_ops_service_id Example : | string | |
| data_ops_service_name required | data_ops_service_name Example : | string | |
| description optional | description Example : | any of [string, null] | |
| domain optional | domain Example : | any of [string, null] | |
| host_alias optional | host_alias Example : {'enabled': 'true', 'host_alias_list': [{'hostname': '', 'ip': ''}]} | any of [object, null] | |
| hosts_file optional | hosts_file Example : | any of [string, null] | |
| http_port optional | http_port Example : | any of [integer, null] | |
| https_port optional | https_port Example : | any of [integer, null] | |
| image_id required | image_id Example : | string | |
| ingress_class_name optional | ingress_class_name Example : | any of [string, null] | |
| instance_id required | instance_id Example : | any of [string, null] | |
| modified_dt required | modified_dt Example : 2026-02-11T06:41:30.395Z | string (date-time) | |
| namespace_name required | namespace_name Example : | string | |
| node_selector optional | node_selector Example : | any of [string, null] | |
| service_workload optional | service_workload Example : | any of [object, null] | |
| state required | state Example : | string | |
| storage_class_name required | storage_class_name Example : | string | |
| version required | version Example : | string | |
| web_url optional | web_url Example : | any of [string, null] |
16 - DataOpsServiceValidateResourceRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| service_workload required | service_workload Example : {'scheduler': {'cpu': '', 'memory': '', 'replica': '', 'version': ''}, 'web_server': {'cpu': '', 'memory': '', 'replica': '', 'version': ''}, 'worker': {'cpu': '', 'memory': '', 'replica': '', 'version': ''}} | object |
17 - DataOpsUpdateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| account optional | account Example : {'account_id': '', 'account_password': ''} | any of [object, null] | |
| description optional | description Example : | any of [string, null] | |
| domain optional | domain Example : | any of [string, null] | |
| host_alias_list optional | host_alias Example : [{'hostnames': [''], 'ip': ''}] | any of [array[object], null] | |
| node_selector optional | node_selector Example : | any of [string, null] |
18 - DataOpsUpdateResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account optional | account Example : {'account_id': '', 'account_password': ''} | any of [object, null] | |
| cluster_id required | cluster_id Example : | string | |
| cluster_name optional | cluster_name Example : | string | |
| cluster_permission optional | cluster_permission Example : | any of [object, null] | |
| cluster_request_failed optional | cluster_request_failed Example : False | boolean | |
| created_dt required | created_dt Example : 2026-02-11T06:41:30.617Z | string (date-time) | |
| data_ops_id required | data_ops_id Example : | string | |
| data_ops_name required | data_ops_name Example : | string | |
| description optional | description Example : | any of [string, null] | |
| domain optional | domain Example : | any of [string, null] | |
| host_alias_list optional | host_alias Example : [{'hostnames': [''], 'ip': ''}] | any of [array[object], null] | |
| hosts_file optional | hosts_file Example : | any of [string, null] | |
| http_port optional | http_port Example : | any of [integer, null] | |
| https_port optional | https_port Example : | any of [integer, null] | |
| image_id required | image_id Example : | string | |
| ingress_class_name optional | ingress_class_name Example : | any of [string, null] | |
| instance_id required | instance_id Example : | any of [string, null] | |
| modified_dt required | modified_dt Example : 2026-02-11T06:41:30.665Z | string (date-time) | |
| namespace_name required | namespace_name Example : | string | |
| node_selector optional | node_selector Example : | any of [string, null] | |
| state required | state Example : | string | |
| storage_class_name required | storage_class_name Example : | string | |
| version required | version Example : | string | |
| web_url optional | web_url Example : | any of [string, null] |
19 - 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 |
20 - ImageVersionsResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| contents required | contents | array[ImageAttr] | |
| total_count required | total_count Example : | integer |
21 - ListDataOpsConsoleResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| contents optional | array[DataOpsConsoleResponse] | ||
| total_count required | total_count Example : | integer |
22 - ListDataOpsConsoleResponseV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| contents optional | array[DataOpsConsoleResponseV1Dot1] | ||
| total_count required | total_count Example : | integer |
23 - ListDataOpsServicesConsoleResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| contents optional | array[DataOpsServicesConsoleResponse] | ||
| total_count required | total_count Example : | integer |
24 - ListDataOpsServicesConsoleResponseV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| contents optional | array[DataOpsServicesConsoleResponseV1Dot1] | ||
| total_count required | total_count Example : | integer |
25 - QuickQueryImageAttr
| Name | Description | Schema | Default |
|---|---|---|---|
| k8s.version optional | k8s_version Example : | string | |
| os.type optional | os_type Example : | string |
26 - 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 |