Actions
Feature #424
closedDashboardController#index should also respond to JSON and YAML content types
Description
DashboardController#index
currently only responds to requests for the content type text/html
.
The information on that page (e. g. count of hosts which are out of sync) can be interesting for monitoring purposes so the output should also be machine parsable.
Files
Updated by Jochen Schalanda about 14 years ago
- File 0001-Fixes-424-Added-responders-for-JSON-and-YAML-to-Dash.patch 0001-Fixes-424-Added-responders-for-JSON-and-YAML-to-Dash.patch added
The proposed patch adds responders for JSON and YAML to DashboardController#index
.
Updated by Jochen Schalanda about 14 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 33e8e69ba9267cb1dd4f6b1c592616a877200084.
Updated by Ohad Levy about 14 years ago
- Assignee set to Jochen Schalanda
- Target version set to 0.1-6
Updated by Ohad Levy about 14 years ago
- Status changed from Ready For Testing to Closed
Actions