Skip to content

Commit 48752bd

Browse files
author
hzoppetti
committed
updated managed-stats endpoint entry
1 parent 7b27c38 commit 48752bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/2019-10-07-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Some heuristics for which heading to put API reference updates under:
3636
* A `linode_reboot` Event action can now generate a `secondary_entity` object. A `secondary_entity` object displays information about an additional entity that is related to the Event.
3737
* Use the Accounts collection to List Events [GET /account/events](/api/v4/account-events) or to View an Event [GET /account/events/{eventId}](/api/v4/account-events-event-id).
3838

39-
* The List Managed Stats endpoint [GET managed/stats](/api/v4/managed-stats) returns a list of Managed Stats on your account in the form of y and x graph data points. These stats reflect the last 24 hours of combined usage for `cpu`, `disk`, `swap`, `network in`, and `network out`.
39+
* The List Managed Stats endpoint [GET managed/stats](/api/v4/managed-stats) returns a list of Managed Stats on your Account in the form of x and y data points. You can use these data points to plot your own graph visualizations. These stats reflect the last 24 hours of combined usage across all managed Linodes on your account giving you a high-level snapshot of data for `cpu`, `disk`, `swap`, `network in`, and `network out`.
4040

4141
### Changed
4242

0 commit comments

Comments
 (0)