インスタンス・ヘルス・チェック・リスト
get
/api/v2/instances/{id}/health_check/
リクエスト
サポートされているメディア・タイプ
- application/json
パス・パラメータ
- id(必須): integer
このインスタンスを識別する一意の整数値。
問合せパラメータ
- page: integer
ページ区切り結果セット内のページ番号。
- page_size: integer
ページ当たりに返す結果の数。
- search: string
検索条件。
レスポンス
サポートされているメディア・タイプ
- application/json
200レスポンス
レスポンスの例(application/json)
{
"capacity":"100",
"cpu":"6",
"cpu_capacity":"6",
"errors":"",
"hostname":"example-host",
"last_health_check":null,
"mem_capacity":"42",
"memory":"36000000000",
"uuid":"00000000-0000-0000-0000-000000000000",
"version":""
}