@@ -1583,7 +1583,6 @@ components:
1583
1583
- $ref: '#/components/schemas/FormulaAndFunctionMetricQueryDefinition'
1584
1584
- $ref: '#/components/schemas/FormulaAndFunctionEventQueryDefinition'
1585
1585
- $ref: '#/components/schemas/FormulaAndFunctionApmResourceStatsQueryDefinition'
1586
- type: object
1587
1586
DistributionWidgetHistogramRequestType:
1588
1587
description: Request type for the histogram request.
1589
1588
enum:
@@ -2784,7 +2783,6 @@ components:
2784
2783
- $ref: '#/components/schemas/FormulaAndFunctionApmResourceStatsQueryDefinition'
2785
2784
- $ref: '#/components/schemas/FormulaAndFunctionSLOQueryDefinition'
2786
2785
- $ref: '#/components/schemas/FormulaAndFunctionCloudCostQueryDefinition'
2787
- type: object
2788
2786
FormulaAndFunctionResponseFormat:
2789
2787
description: Timeseries, scalar, or event list response. Event list response
2790
2788
formats are supported by Geomap widgets.
@@ -5591,7 +5589,6 @@ components:
5591
5589
- $ref: '#/components/schemas/LogsLookupProcessor'
5592
5590
- $ref: '#/components/schemas/ReferenceTableLogsLookupProcessor'
5593
5591
- $ref: '#/components/schemas/LogsTraceRemapper'
5594
- type: object
5595
5592
LogsQueryCompute:
5596
5593
description: Define computation for a log query.
5597
5594
properties:
@@ -6483,7 +6480,6 @@ components:
6483
6480
description: A formula and function query.
6484
6481
oneOf:
6485
6482
- $ref: '#/components/schemas/MonitorFormulaAndFunctionEventQueryDefinition'
6486
- type: object
6487
6483
MonitorGroupSearchResponse:
6488
6484
description: The response of a monitor group search.
6489
6485
example:
@@ -8017,7 +8013,6 @@ components:
8017
8013
- $ref: '#/components/schemas/NotebookHeatMapCellAttributes'
8018
8014
- $ref: '#/components/schemas/NotebookDistributionCellAttributes'
8019
8015
- $ref: '#/components/schemas/NotebookLogStreamCellAttributes'
8020
- type: object
8021
8016
NotebookCellResourceType:
8022
8017
default: notebook_cells
8023
8018
description: Type of the Notebook Cell resource.
@@ -8073,7 +8068,6 @@ components:
8073
8068
- $ref: '#/components/schemas/NotebookHeatMapCellAttributes'
8074
8069
- $ref: '#/components/schemas/NotebookDistributionCellAttributes'
8075
8070
- $ref: '#/components/schemas/NotebookLogStreamCellAttributes'
8076
- type: object
8077
8071
NotebookCellTime:
8078
8072
description: Timeframe for the notebook cell. When 'null', the notebook global
8079
8073
time is used.
@@ -8128,7 +8122,6 @@ components:
8128
8122
- $ref: '#/components/schemas/NotebookHeatMapCellAttributes'
8129
8123
- $ref: '#/components/schemas/NotebookDistributionCellAttributes'
8130
8124
- $ref: '#/components/schemas/NotebookLogStreamCellAttributes'
8131
- type: object
8132
8125
NotebookCreateData:
8133
8126
description: The data for a notebook create request.
8134
8127
properties:
@@ -8228,7 +8221,6 @@ components:
8228
8221
oneOf:
8229
8222
- $ref: '#/components/schemas/NotebookRelativeTime'
8230
8223
- $ref: '#/components/schemas/NotebookAbsoluteTime'
8231
- type: object
8232
8224
NotebookGraphSize:
8233
8225
description: The size of the graph.
8234
8226
enum:
@@ -8528,7 +8520,6 @@ components:
8528
8520
oneOf:
8529
8521
- $ref: '#/components/schemas/NotebookCellCreateRequest'
8530
8522
- $ref: '#/components/schemas/NotebookCellUpdateRequest'
8531
- type: object
8532
8523
NotebookUpdateData:
8533
8524
description: The data for a notebook update request.
8534
8525
properties:
@@ -11435,6 +11426,7 @@ components:
11435
11426
- name
11436
11427
- thresholds
11437
11428
- type
11429
+ type: object
11438
11430
ServiceLevelObjectiveQuery:
11439
11431
description: 'A metric-based SLO. **Required if type is `metric`**. Note that
11440
11432
Datadog only allows the sum by aggregator
@@ -11563,6 +11555,7 @@ components:
11563
11555
- name
11564
11556
- thresholds
11565
11557
- type
11558
+ type: object
11566
11559
ServiceMapWidgetDefinition:
11567
11560
description: This widget displays a map of a service to all of the services
11568
11561
that call it, and all of the services that it calls.
@@ -12092,7 +12085,6 @@ components:
12092
12085
oneOf:
12093
12086
- $ref: '#/components/schemas/SunburstWidgetLegendTable'
12094
12087
- $ref: '#/components/schemas/SunburstWidgetLegendInlineAutomatic'
12095
- type: object
12096
12088
SunburstWidgetLegendInlineAutomatic:
12097
12089
description: Configuration of inline or automatic legends.
12098
12090
properties:
@@ -12106,6 +12098,7 @@ components:
12106
12098
$ref: '#/components/schemas/SunburstWidgetLegendInlineAutomaticType'
12107
12099
required:
12108
12100
- type
12101
+ type: object
12109
12102
SunburstWidgetLegendInlineAutomaticType:
12110
12103
description: Whether to show the legend inline or let it be automatically generated.
12111
12104
enum:
@@ -12123,6 +12116,7 @@ components:
12123
12116
$ref: '#/components/schemas/SunburstWidgetLegendTableType'
12124
12117
required:
12125
12118
- type
12119
+ type: object
12126
12120
SunburstWidgetLegendTableType:
12127
12121
description: Whether or not to show a table legend.
12128
12122
enum:
@@ -12491,7 +12485,6 @@ components:
12491
12485
- $ref: '#/components/schemas/SyntheticsAssertionTarget'
12492
12486
- $ref: '#/components/schemas/SyntheticsAssertionJSONPathTarget'
12493
12487
- $ref: '#/components/schemas/SyntheticsAssertionXPathTarget'
12494
- type: object
12495
12488
SyntheticsAssertionJSONPathOperator:
12496
12489
description: Assertion operator to apply.
12497
12490
enum:
@@ -12671,7 +12664,6 @@ components:
12671
12664
- $ref: '#/components/schemas/SyntheticsBasicAuthDigest'
12672
12665
- $ref: '#/components/schemas/SyntheticsBasicAuthOauthClient'
12673
12666
- $ref: '#/components/schemas/SyntheticsBasicAuthOauthROP'
12674
- type: object
12675
12667
SyntheticsBasicAuthDigest:
12676
12668
description: Object to handle digest authentication when performing the test.
12677
12669
properties:
@@ -19491,7 +19483,6 @@ components:
19491
19483
- $ref: '#/components/schemas/ListStreamWidgetDefinition'
19492
19484
- $ref: '#/components/schemas/FunnelWidgetDefinition'
19493
19485
- $ref: '#/components/schemas/TopologyMapWidgetDefinition'
19494
- type: object
19495
19486
WidgetDisplayType:
19496
19487
description: Type of display to use for the request.
19497
19488
enum:
0 commit comments