dags
Create and execute a DAG-run from DAG
Creates a DAG-run from the DAG definition and starts its execution with optional parameters
post/dags/{fileName}/start
Path parameters
fileNamestring regex required
Name of the DAG file
the name of the DAG file
Query parameters
remoteNodestring
name of the remote node
Request body
Example request
{
"dagRunId": "latest"
}Response
A successful response
Example response
{
"dagRunId": "latest"
}