v2
latestOpenAPI 3.0.02026-08-0688139156.5 KBSnapshots
Get service verification results for a snapshot
get/v1/snapshot/{snapshot_id}/service-verification
Path parameters
snapshot_idstring required
ID of a snapshot
Example:s_0123456789ab
Response
OK
Example response
{
"services": [
{
"name": "wuauserv",
"service_id": "svc_abc123",
"state": "Running"
}
],
"status": "success"
}