RE: How to abort running jobflow/dataflow through curl command?
How to abort running jobflow/dataflow through curl command?
Command: abort
curl -X POST “http://host:port/diyotta-rest/abort?project=projectname&layer=layername&flow=jobflow/dataflow name &flowtype=jobflow/dataflow” -H “Authorization: encryptedtext”
if we miss any of the above arguments diyotta will throw below error.
Error:
{“code”:”400″,”Message”:”Required Parameters are : project=’ProjectName’&layer=’LayerName’&flow=’DataFlowName/JobFlowName’&flowtype=’dataflow/jobflow'”}.