@DavidMrLane said in Where to find the health-check results:
The tasks log doesn't tell you which VM was health checked.
If you click the Open raw log button, it will give you the details on the request, including the UUID of the VM being tested --
{
"id": "0m2dmjnnh",
"properties": {
"name": "VM Backup Health Check",
"objectId": "remote-2//xo-vm-backups/92832a7e-e72d-2d02-6a25-9802f1c24072/20241017T050741Z.json",
"userId": "3b480e98-af4e-4dbf-9f1e-29ac59d6364f",
"type": "backup.vm.healthCheck"
},
"start": 1729189103741,
"status": "success",
"updatedAt": 1729189318550,
"end": 1729189318550
}
In this case, the VM's UUID is 92832a7e-e72d-2d02-6a25-9802f1c24072, and you can paste this value into the filter when viewing the VM list in XO to find the exact VM involved.