Skip to main content
GET
/
v2
/
enterprise
/
hypervisors
/
health
Get Enterprise Hypervisors Health
curl --request GET \
  --url https://api.devin.ai/v2/enterprise/hypervisors/health \
  --header 'Authorization: Bearer <token>'
[
  {
    "hypervisor_id": "<string>",
    "status": "<string>",
    "seconds_since_report": 123
  }
]
Requires an enterprise admin personal API key. Returns a list of hypervisors with their current health status for the enterprise. This endpoint is designed for VPC monitoring and allows enterprise administrators to check the health of their hypervisor infrastructure.
This endpoint is only available for enterprises with VPC deployments.

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Response

200 - application/json

Successful Response

hypervisor_id
string
required
status
string
required
seconds_since_report
integer | null