-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#220] Split UI into Queries and Cached Reports and expose cached rep…
…orts
- Loading branch information
Showing
11 changed files
with
751 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
**CachedMaps:** | ||
|
||
`cachedMaps` is a CACHE user call to see the set of all cached map keys that the SuggestionEngine stores. | ||
|
||
You can see all cached reports by going to `/cachedMaps` REST endpoint. | ||
|
||
You can use the keys to query, for example, `/users?suggestion=<key>` and get the full cached histogram report for that key. | ||
Some example default keys are `numFilesUsers` and `diskspaceUsers`, which are cached reports of all users and their file counts and diskspace usage counts. | ||
|
||
Cached maps are updated every SuggestionEngine cycle visible on the Suggestion UI status page. | ||
|
||
Response code is 200 and a JSON representation of cached report keys available. | ||
|
||
Response code of 403 means you are not authorized to view this endpoint. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.