app-operations_manager

On this page:

startJob

Summary

Start a Job

Description

Spawns a Job from a Workflow.

Route

POST /operations-manager/jobs/start

Roles

admin engineering apiwrite operations

Parameters

DetailsExampleSchema
Name Type Required Description
workflow string yes The name of the workflow from which to start the Job.
options object yes Options for the Job.

Return

DetailsExampleSchema
Name Type Description
job object The spawned Job.