Templates
Get template version dry-run resources by job ID
get/api/v2/templateversions/{templateversion}/dry-run/{jobID}/resources
Path parameters
templateversionstring uuid required
Template version ID
jobIDstring uuid required
Job ID
Response
OK
Example response
[
{
"agents": [
{
"health": {
"reason": "agent has lost connection"
}
}
]
}
]