Get details of a specific Job available to you that can be instantiated.
To run a job you need to use the /instance endpoint. The Job is controlled through the specification field, a JSON string. You will need to identify the Job using its collection, job and version as well as providing any variables in the specification required by the Job's command.
Get details of a specific Job available to you that can be instantiated.
To run a job you need to use the
/instance
endpoint. The Job is controlled through thespecification
field, a JSON string. You will need to identify the Job using itscollection
,job
andversion
as well as providing any variables in the specification required by the Job's command.