Documentation

ダッシュボードの API エンドポイント

このリソースに GET リクエストを実行して、Tower の統計情報を取得します ( AWX 1.4 で追加)。

GET /api/v2/dashboard/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
X-API-Node: localhost
X-API-Time: 0.036s

{
    "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
0 application/json
added_in_version 1.4