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.
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v1/models/free_text_widget_definition.rb
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,13 @@
17
17
require'time'
18
18
19
19
moduleDatadogAPIClient::V1
20
-
# 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.
20
+
# Free text is a widget that allows you to add headings to your dashboard. Commonly used to state the overall purpose of the dashboard.
21
21
classFreeTextWidgetDefinition
22
22
includeBaseGenericModel
23
23
24
+
# 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: lib/datadog_api_client/v1/models/group_widget_definition.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@
17
17
require'time'
18
18
19
19
moduleDatadogAPIClient::V1
20
-
# 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.
20
+
# 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.
21
21
classGroupWidgetDefinition
22
22
includeBaseGenericModel
23
23
24
-
# Background color of the group title.
24
+
# 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`.
25
25
attr_accessor:background_color
26
26
27
27
# URL of image to display as a banner for the group.
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v1/models/image_widget_definition.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
require'time'
18
18
19
19
moduleDatadogAPIClient::V1
20
-
# 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.
20
+
# The image widget allows you to embed an image on your dashboard. An image can be a PNG, JPG, or animated GIF.
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
require'time'
18
18
19
19
moduleDatadogAPIClient::V1
20
-
# 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.
20
+
# The monitor summary widget displays a summary view of all your Datadog monitors, or a subset based on a query.
0 commit comments