v2

latestOpenAPI 3.0.02026-08-0688139156.5 KB
Snapshots

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

statusstring required

Overall service verification status.

Example response

{
  "services": [
    {
      "name": "wuauserv",
      "service_id": "svc_abc123",
      "state": "Running"
    }
  ],
  "status": "success"
}