Feature #424
DashboardController#index should also respond to JSON and YAML content types
| Status: | Closed | Start: | 11/02/2010 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | API | |||
| Target version: | 0.1-6 | |||
| Backlog: | Difficulity: | |||
| Votes: | 0 |
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.
Associated revisions
Revision 33e8e69ba9267cb1dd4f6b1c592616a877200084
Fixes #424 - Added responders for JSON and YAML to DashboardController#index
History
Updated by Jochen Schalanda over 1 year ago
The proposed patch adds responders for JSON and YAML to DashboardController#index.
Updated by Jochen Schalanda over 1 year ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 33e8e69ba9267cb1dd4f6b1c592616a877200084.
Updated by Ohad Levy over 1 year ago
- Assigned to set to Jochen Schalanda
- Target version set to 0.1-6
Updated by Ohad Levy over 1 year ago
- Status changed from Ready For Testing to Closed
Updated by Ohad Levy over 1 year ago
- Category changed from Dashboard to API
