跳转到主要内容
GET
/
v2
/
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
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.devin.ai/llms.txt

Use this file to discover all available pages before exploring further.

需要企业管理员的个人 API key。 返回企业中各个 Hypervisor 及其当前健康状态的列表。此接口专为 VPC 监控设计,使企业管理员可以检查其 Hypervisor 基础设施的健康状况。
此接口仅对具有 VPC 部署的企业可用。

授权

Authorization
string
header
必填

仅供 Enterprise 管理员使用的个人 API Key(apk_user_*)

响应

200 - application/json

成功响应

hypervisor_id
string
必填
status
string
必填
seconds_since_report
integer | null