You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .generator/schemas/v1/openapi.yaml
+15-11Lines changed: 15 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -3368,8 +3368,10 @@ components:
3368
3368
x-enum-varnames:
3369
3369
- FORMULA
3370
3370
FreeTextWidgetDefinition:
3371
-
description: Free text is a widget that allows you to add headings to your screenboard. Commonly used to state the overall purpose of the dashboard. Only available on FREE layout dashboards.
3371
+
description: Free text is a widget that allows you to add headings to your dashboard. Commonly used to state the overall purpose of the dashboard.
description: The groups widget allows you to keep similar graphs together on your timeboard. Each group has a custom header, can hold one to many graphs, and is collapsible.
3815
+
description: The group widget allows you to keep similar graphs together on your dashboard. Each group has a custom header, can hold one to many graphs, and is collapsible.
description: The image widget allows you to embed an image on your dashboard. An image can be a PNG, JPG, or animated GIF. Only available on FREE layout dashboards.
4948
+
description: The image widget allows you to embed an image on your dashboard. An image can be a PNG, JPG, or animated GIF.
4948
4949
properties:
4949
4950
has_background:
4950
4951
default: true
@@ -5345,7 +5346,7 @@ components:
5345
5346
- query
5346
5347
type: object
5347
5348
LogStreamWidgetDefinition:
5348
-
description: The Log Stream displays a log flow matching the defined query. Only available on FREE layout dashboards.
5349
+
description: The Log Stream displays a log flow matching the defined query.
5349
5350
properties:
5350
5351
columns:
5351
5352
description: Which columns to display on the widget.
@@ -8760,7 +8761,7 @@ components:
8760
8761
$ref: "#/components/schemas/MonitorOverallStates"
8761
8762
type: object
8762
8763
MonitorSummaryWidgetDefinition:
8763
-
description: The monitor summary widget displays a summary view of all your Datadog monitors, or a subset based on a query. Only available on FREE layout dashboards.
8764
+
description: The monitor summary widget displays a summary view of all your Datadog monitors, or a subset based on a query.
description: Use the SLO and uptime widget to track your SLOs (Service Level Objectives) and uptime on screenboards and timeboards.
12895
+
description: Use the SLO and uptime widget to track your SLOs (Service Level Objectives) and uptime on dashboards.
12895
12896
properties:
12896
12897
additional_query_filters:
12897
12898
description: Additional filters applied to the SLO query.
@@ -14102,7 +14103,7 @@ components:
14102
14103
x-enum-varnames:
14103
14104
- SERVICEMAP
14104
14105
ServiceSummaryWidgetDefinition:
14105
-
description: The service summary displays the graphs of a chosen service in your screenboard. Only available on FREE layout dashboards.
14106
+
description: The service summary displays the graphs of a chosen service in your dashboard.
14106
14107
properties:
14107
14108
description:
14108
14109
description: The description of the widget.
@@ -18651,7 +18652,7 @@ components:
18651
18652
- BAR
18652
18653
- TREND
18653
18654
TableWidgetDefinition:
18654
-
description: The table visualization is available on timeboards and screenboards. It displays columns of metrics grouped by tag key.
18655
+
description: The table visualization is available on dashboards. It displays columns of metrics grouped by tag key.
18655
18656
properties:
18656
18657
custom_links:
18657
18658
description: List of custom links.
@@ -24133,6 +24134,9 @@ components:
24133
24134
description: Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`).
24134
24135
type: string
24135
24136
type: object
24137
+
WidgetBackgroundColor:
24138
+
description: "Background color of the widget. Supported values are `white`, `blue`, `purple`, `pink`, `orange`, `yellow`, `green`, `gray`, `vivid_blue`, `vivid_purple`, `vivid_pink`, `vivid_orange`, `vivid_yellow`, `vivid_green`, and `transparent`."
24139
+
type: string
24136
24140
WidgetChangeType:
24137
24141
description: Show the absolute or the relative change.
0 commit comments