Newer Version Available

This content describes an older version of this product. View Latest

Dataflow Jobs Resource

A dataflow job.
Resource URL
1/wave/dataflowjobs/<dataflow job ID>
Formats
JSON
Available Version
42.0
HTTP Methods
GET PATCH
GET Response Body
DataflowJobRepresentation
Property Name Type Description Filter Group and Version Available Version
dataflow Asset​Reference​Representation The parent dataflow of a dataflow job for a user dataflow. Small, 42.0 42.0
duration Integer The run time, in seconds, of a dataflow job. Small, 42.0 42.0
message String The error or informational message of a dataflow job. Small, 42.0 42.0
startDate Date The start date of a dataflow job. Small, 42.0 42.0
status Connect​Wave​Dataflow​Job​Status​Enum The runtime status of a dataflow job.
  • Failure
  • Queued
  • Running
  • Success
  • Warning
Small, 42.0 42.0
PATCH Request Body
DataflowJobInputRepresentation
Property Name Type Description Required or Optional Available Version
command Connect​Dataflow​Job​Command​Enum Dataflow job command.
  • Start
  • Stop
42.0
dataflowId ID The dataflow ID. Only required when the Dataflow job command is Start. 42.0
PATCH Response Body
DataflowJobRepresentation