File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -7384,8 +7384,10 @@ paths:
7384
7384
- Managed
7385
7385
summary: List Managed Stats
7386
7386
description: |
7387
- Returns a list of Managed Stats on your Account in the form of y and x graph data points.
7388
- These stats reflect the last 24 hours of combined usage for the following data:
7387
+ Returns a list of Managed Stats on your Account in the form of x and y data points.
7388
+ You can use these data points to plot your own graph visualizations. These stats
7389
+ reflect the last 24 hours of combined usage across all managed Linodes on your account
7390
+ giving you a high-level snapshot of data for the following:
7389
7391
7390
7392
7391
7393
* cpu
@@ -16556,18 +16558,18 @@ components:
16556
16558
description: >
16557
16559
A stat data point.
16558
16560
properties:
16559
- y :
16561
+ x :
16560
16562
type: integer
16561
16563
readOnly: true
16562
16564
description: >
16563
16565
A stats graph data point.
16564
- example: 29.94
16565
- x :
16566
+ example: 11513761600000
16567
+ y :
16566
16568
type: integer
16567
16569
readOnly: true
16568
16570
description: >
16569
16571
A stats graph data point.
16570
- example: 11513761600000
16572
+ example: 29.94
16571
16573
SupportTicket:
16572
16574
type: object
16573
16575
description: >
You can’t perform that action at this time.
0 commit comments