DataFlowServiceCreateRequest
DataFlowServiceCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| account optional | account Example : {'account_id': '', 'account_password': ''} | any of [object, null] | |
| data_flow_id required | data_flow_id Example : | string | |
| data_flow_service_name required | data_flow_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 : {'nifi': {'cpu': '2000', 'memory': '1024', 'replica': '1', 'version': '1.27.1'}, 'nifi_registry': {'cpu': '2000', 'memory': '1024', 'replica': '1', 'version': '1.27.1'}, 'zookeeper': {'cpu': '2000', 'memory': '1024', 'replica': '3', 'version': '3.9.2'}} | object | |
| storage_class_name required | storage_class_name Example : | string | |
| tags optional | tags | array[Tag] |