Skip to content

Commit dd2a396

Browse files
author
hzoppetti
committed
updated description, swapped x and y, and fixed indent error
1 parent 1fa6b5c commit dd2a396

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

openapi.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7384,8 +7384,10 @@ paths:
73847384
- Managed
73857385
summary: List Managed Stats
73867386
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:
73897391

73907392

73917393
* cpu
@@ -16556,18 +16558,18 @@ components:
1655616558
description: >
1655716559
A stat data point.
1655816560
properties:
16559-
y:
16561+
x:
1656016562
type: integer
1656116563
readOnly: true
1656216564
description: >
1656316565
A stats graph data point.
16564-
example: 29.94
16565-
x:
16566+
example: 11513761600000
16567+
y:
1656616568
type: integer
1656716569
readOnly: true
1656816570
description: >
1656916571
A stats graph data point.
16570-
example: 11513761600000
16572+
example: 29.94
1657116573
SupportTicket:
1657216574
type: object
1657316575
description: >

0 commit comments

Comments
 (0)