Skip to main content
POST
Error

Query Parameters

sync
boolean

When true, run the job synchronously; the request will not return until the job is complete

Body

application/json

Spark job configuration. A unique ID will be assigned to this configuration

The body is of type object.

Response

200 - application/json

successful operation

state
enum<string>
read-only
Available options:
unknown,
idle,
starting,
running,
finishing,
cancelling,
finished,
cancelled,
error,
skipped
jobId
string
read-only
jobConfig
object
hostname
string
read-only
result
object
startTime
string
read-only
endTime
string
read-only
duration
integer<int64>
read-only