メインコンテンツへスキップ
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
  }
]
Enterprise 管理者の個人用 API キーが必要です。 Enterprise に属するハイパーバイザーと、その現在のヘルスステータスの一覧を返します。このエンドポイントは VPC 監視向けに設計されており、Enterprise 管理者がハイパーバイザー基盤の健全性を確認できるようにします。
このエンドポイントは、VPC デプロイメントを利用している Enterprise でのみ使用できます。

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