简体中文
cURL
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 } ]
获取用于 VPC 监控的 Hypervisor 状态信息
Personal API Key (apk_user_*) for Enterprise Admins only
Successful Response