DataOpsServiceCreateRequest
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 |