Documentation

Dashboard API Endpoint

Make a GET request to this resource to retrieve aggregate statistics for Tower. (Added in 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"
}

Reviewing the Options Endpoint

The Options Endpoint table offers a view of the Options for this endpoint. When viewing the endpoint in the browsable API, clicking the “Options” button gives you the raw JSON for the following:

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