メインコンテンツへスキップ
GET
/
v2
/
enterprise
/
hypervisors
/
health
Enterprise ハイパーバイザーの正常性を取得
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.

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

承認

Authorization
string
header
必須

Enterprise 管理者専用の個人用 API キー (apk_user_*)

レスポンス

200 - application/json

成功時のレスポンス

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