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.
@@ -8766,7 +8767,7 @@ components:
8766
8767
$ref: "#/components/schemas/MonitorOverallStates"
8767
8768
type: object
8768
8769
MonitorSummaryWidgetDefinition:
8769
-
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.
8770
+
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.
12901
+
description: Use the SLO and uptime widget to track your SLOs (Service Level Objectives) and uptime on dashboards.
12901
12902
properties:
12902
12903
additional_query_filters:
12903
12904
description: Additional filters applied to the SLO query.
@@ -14108,7 +14109,7 @@ components:
14108
14109
x-enum-varnames:
14109
14110
- SERVICEMAP
14110
14111
ServiceSummaryWidgetDefinition:
14111
-
description: The service summary displays the graphs of a chosen service in your screenboard. Only available on FREE layout dashboards.
14112
+
description: The service summary displays the graphs of a chosen service in your dashboard.
14112
14113
properties:
14113
14114
description:
14114
14115
description: The description of the widget.
@@ -18657,7 +18658,7 @@ components:
18657
18658
- BAR
18658
18659
- TREND
18659
18660
TableWidgetDefinition:
18660
-
description: The table visualization is available on timeboards and screenboards. It displays columns of metrics grouped by tag key.
18661
+
description: The table visualization is available on dashboards. It displays columns of metrics grouped by tag key.
18661
18662
properties:
18662
18663
custom_links:
18663
18664
description: List of custom links.
@@ -24139,6 +24140,9 @@ components:
24139
24140
description: Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`).
24140
24141
type: string
24141
24142
type: object
24143
+
WidgetBackgroundColor:
24144
+
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`."
24145
+
type: string
24142
24146
WidgetChangeType:
24143
24147
description: Show the absolute or the relative change.
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.
56
+
Free text is a widget that allows you to add headings to your dashboard. Commonly used to state the overall purpose of the dashboard.
57
+
58
+
:param background_color: 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``.
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/model/group_widget_definition.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,9 @@ def __init__(
63
63
**kwargs,
64
64
):
65
65
"""
66
-
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.
66
+
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.
67
67
68
-
:param background_color: Background color of the group title.
68
+
:param background_color: 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``.
69
69
:type background_color: str, optional
70
70
71
71
:param banner_img: URL of image to display as a banner for the group.
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/model/image_widget_definition.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ def __init__(
68
68
**kwargs,
69
69
):
70
70
"""
71
-
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.
71
+
The image widget allows you to embed an image on your dashboard. An image can be a PNG, JPG, or animated GIF.
72
72
73
73
:param has_background: Whether to display a background or not.
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/model/monitor_summary_widget_definition.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ def __init__(
90
90
**kwargs,
91
91
):
92
92
"""
93
-
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.
93
+
The monitor summary widget displays a summary view of all your Datadog monitors, or a subset based on a query.
94
94
95
95
:param color_preference: Which color to use on the widget.
0 commit comments