Skip to content

Commit 879fe8c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 245a84d of spec repo
1 parent a6e2720 commit 879fe8c

36 files changed

+66
-4829
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3368,8 +3368,10 @@ components:
33683368
x-enum-varnames:
33693369
- FORMULA
33703370
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.
33723372
properties:
3373+
background_color:
3374+
$ref: "#/components/schemas/WidgetBackgroundColor"
33733375
color:
33743376
description: Color of the text.
33753377
type: string
@@ -3810,11 +3812,10 @@ components:
38103812
x-enum-varnames:
38113813
- GROUP
38123814
GroupWidgetDefinition:
3813-
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.
38143816
properties:
38153817
background_color:
3816-
description: Background color of the group title.
3817-
type: string
3818+
$ref: "#/components/schemas/WidgetBackgroundColor"
38183819
banner_img:
38193820
description: URL of image to display as a banner for the group.
38203821
type: string
@@ -4672,7 +4673,7 @@ components:
46724673
- VULN_MANAGEMENT_HOSTS_USAGE
46734674
- WORKFLOW_EXECUTIONS_USAGE
46744675
IFrameWidgetDefinition:
4675-
description: The iframe widget allows you to embed a portion of any other web page on your dashboard. Only available on FREE layout dashboards.
4676+
description: The iframe widget allows you to embed a portion of any other web page on your dashboard.
46764677
properties:
46774678
type:
46784679
$ref: "#/components/schemas/IFrameWidgetDefinitionType"
@@ -4944,7 +4945,7 @@ components:
49444945
- message
49454946
type: object
49464947
ImageWidgetDefinition:
4947-
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.
49484949
properties:
49494950
has_background:
49504951
default: true
@@ -5345,7 +5346,7 @@ components:
53455346
- query
53465347
type: object
53475348
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.
53495350
properties:
53505351
columns:
53515352
description: Which columns to display on the widget.
@@ -8760,7 +8761,7 @@ components:
87608761
$ref: "#/components/schemas/MonitorOverallStates"
87618762
type: object
87628763
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.
87648765
properties:
87658766
color_preference:
87668767
$ref: "#/components/schemas/WidgetColorPreference"
@@ -12891,7 +12892,7 @@ components:
1289112892
- METRIC
1289212893
- TIME_SLICE
1289312894
SLOWidgetDefinition:
12894-
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.
1289512896
properties:
1289612897
additional_query_filters:
1289712898
description: Additional filters applied to the SLO query.
@@ -14102,7 +14103,7 @@ components:
1410214103
x-enum-varnames:
1410314104
- SERVICEMAP
1410414105
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.
1410614107
properties:
1410714108
description:
1410814109
description: The description of the widget.
@@ -18651,7 +18652,7 @@ components:
1865118652
- BAR
1865218653
- TREND
1865318654
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.
1865518656
properties:
1865618657
custom_links:
1865718658
description: List of custom links.
@@ -24133,6 +24134,9 @@ components:
2413324134
description: Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`).
2413424135
type: string
2413524136
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
2413624140
WidgetChangeType:
2413724141
description: Show the absolute or the relative change.
2413824142
enum:

0 commit comments

Comments
 (0)