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