Documentation

6. Dashboard API Endpoint

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

6.1. 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