Skip to main content
 print this page

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

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
    Access-Control-Allow-Origin
    Access-Control-Allow-Methods
    Access-Control-Allow-Headers