Start, stop, or control a dataflow run
POST/datasources/:datasource_id/dataflows/:id
Runs a control action on an existing dataflow. The caller (identified by role_id) must have at least edit permission on the datasource (else AUTH-1012). Streams datasources are not supported. Supported DataflowAction values by type: JDBC Bulkload start|stop|resume| restart|terminate; JDBC Advanced Load start|terminate (optional action=reload-tables with start on full-load only); SaaS start|stop (stop not allowed for ondemand); ArcGIS start|stop.
Request
Responses
- 200
- 400
- 500
Action accepted. Message text varies by type and action (often "...running in background"). ArcGIS start may also return DataflowId and ExecutionId. JDBC Advanced selective reload also returns ReloadTables.
Response Headers
Validation or authorization failure. Body is {"Message": " -
Response Headers
Backend/operation failure. Body is {"Message": " -