Job Service Response
data class JobServiceResponse(val endpoint: String? = null, val errorMessage: String, val jobServiceType: String? = null, val nodes: AllNodesResponse? = null, val port: Int? = null, val properties: Map<String, String>? = null, val status: String)
Job endpoint definition
Properties
Link copied to clipboard
Any error in the service.
Link copied to clipboard
Endpoint type.
Link copied to clipboard
Nodes that user would like to start the service on. If Nodes is not set or set to null, the service will only be started on leader node.
Link copied to clipboard
Additional properties to set on the endpoint.