ダッシュボードの API エンドポイント
このリソースに GET リクエストを実行して、Tower の統計情報を取得します ( AWX 1.4 で追加)。
GET /api/v1/dashboard/
HTTP 200 OK
Content-Type: application/json
Vary: Accept
Allow: GET, HEAD, OPTIONS
X-API-Time: 0.087s
{
"name": "Dashboard",
"description": "",
"renders": [
"application/json",
"text/html"
],
"parses": [
"application/json"
],
"added_in_version": "1.4"
}
オプションエンドポイントの確認
オプションエンドポイント テーブルでは、このエンドポイントのオプションを確認できます。ブラウザー表示が可能な API でエンドポイントを表示している場合は、「オプション」ボタンをクリックすると以下の raw JSON が表示されます。
name |
Dashboard
|
description |
Make a GET request to this resource to retrieve aggregate statistics for Tower.
|
renders |
0 |
application/json
|
1 |
text/html
|
|
parses |
|
added_in_version |
1.4
|