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"
}
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 | |
parses | |
added_in_version | 1.4 |