Ping API エンドポイント
公開情報とすることが可能な、この Tower インスタンスについての基本情報を表示します。
GET /api/v2/ping/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
X-API-Node: localhost
X-API-Time: 0.018s
{
"instance_groups": [
{
"instances": [
"localhost"
],
"capacity": 425,
"name": "tower"
}
],
"instances": [
{
"node": "localhost",
"heartbeat": "2017-09-11T04:36:59.776Z",
"version": "3.2.0.4414",
"capacity": 425
}
],
"ha": false,
"version": "3.2.0.4414",
"active_node": "localhost"
}
オプションエンドポイントの確認
オプションエンドポイント テーブルでは、このエンドポイントのオプションを確認できます。ブラウザー表示が可能な API でエンドポイントを表示している場合は、「オプション」ボタンをクリックすると以下の raw JSON が表示されます。
name |
Ping
|
description |
A simple view that reports very basic information about this instance, which is acceptable to be public information.
|
renders |
0 |
application/json
|
1 |
text/html
|
|
parses |
|
added_in_version |
2.1.0
|