Similar to the /instance [POST] endpoint this one is used to check whether a new Application or Job instance can be launched. Rather than returning an Instance (or Task) ID this endpoint is simply used to ensure that the Job/Application is runnable while also returning the compiled command (if the Instance is a Job).
The test result is only valid at the time of the call, whether an actual instance would start or not will require an identical call to /instance POST.
Similar to the
/instance [POST]
endpoint this one is used to check whether a new Application or Job instance can be launched. Rather than returning an Instance (or Task) ID this endpoint is simply used to ensure that the Job/Application is runnable while also returning the compiledcommand
(if the Instance is a Job).The test result is only valid at the time of the call, whether an actual instance would start or not will require an identical call to
/instance POST
.