Job runtime configuration
In order to see this object within the Fusion UI, it must be associated with an app. To do this, create the object using the
/apps endpoint.<type>:<id>path parameter (required)
The resource identifier takes the form<type>:<id>, such asdatasource:movie-db,spark:dailyMetricsRollup-counters, ortask:delete-old-system-logs.
See Job types below.enabledbody parameter
”True” or “false” to enable or disable the job.triggersbody parameter
This parameter defines one or more conditions that trigger the job. See Job triggers below.
Job types
The job type must be specified as part of the resource identifier inPUT, POST, and DELETE calls. These are the possible job types:
Job triggers
Each job can have multiple triggers, and each trigger configuration requiresenabled and type parameters.
Additional parameters are required by each trigger type, described below: