@@ -5076,7 +5076,7 @@ components:
5076
5076
- FIREFOX_TABLET
5077
5077
- FIREFOX_MOBILE_SMALL
5078
5078
MonitorGroupSearchResponse:
5079
- description: ''
5079
+ description: The response of a monitor group search.
5080
5080
example:
5081
5081
counts:
5082
5082
status:
@@ -5109,7 +5109,7 @@ components:
5109
5109
total_count: 2
5110
5110
properties:
5111
5111
counts:
5112
- description: ''
5112
+ description: The counts of monitor groups per different criteria.
5113
5113
properties:
5114
5114
status:
5115
5115
$ref: '#/components/schemas/MonitorSearchCount'
@@ -5118,7 +5118,7 @@ components:
5118
5118
readOnly: true
5119
5119
type: object
5120
5120
groups:
5121
- description: ''
5121
+ description: The list of found monitor groups.
5122
5122
items:
5123
5123
$ref: '#/components/schemas/MonitorGroupSearchResult'
5124
5124
readOnly: true
@@ -5127,22 +5127,22 @@ components:
5127
5127
$ref: '#/components/schemas/MonitorSearchResponseMetadata'
5128
5128
type: object
5129
5129
MonitorGroupSearchResult:
5130
- description: ''
5130
+ description: A single monitor group search result.
5131
5131
properties:
5132
5132
group:
5133
- description: ''
5133
+ description: The name of the group.
5134
5134
readOnly: true
5135
5135
type: string
5136
5136
group_tags:
5137
- description: ''
5137
+ description: The list of tags of the monitor group.
5138
5138
items:
5139
- description: ''
5139
+ description: One monitor group tag.
5140
5140
readOnly: true
5141
5141
type: string
5142
5142
readOnly: true
5143
5143
type: array
5144
5144
last_nodata_ts:
5145
- description: ''
5145
+ description: Latest timestamp the monitor group was in NO_DATA state.
5146
5146
format: int64
5147
5147
readOnly: true
5148
5148
type: integer
@@ -5366,7 +5366,7 @@ components:
5366
5366
type: object
5367
5367
type: array
5368
5368
MonitorSearchResponse:
5369
- description: ''
5369
+ description: The response form a monitor search.
5370
5370
example:
5371
5371
counts:
5372
5372
muted:
@@ -5393,19 +5393,15 @@ components:
5393
5393
monitors:
5394
5394
- classification: metric
5395
5395
creator:
5396
- handle: xxxx@datadoghq.com
5397
- id:
5398
- handle: xxxx@datadoghq.com
5399
- id: 1234
5400
- name: xxxx@datadoghq.com
5401
- name: xxxx@datadoghq.com
5396
+ handle: john@datadoghq.com
5397
+ name: John Doe
5402
5398
id: 2699850
5403
5399
last_triggered_ts: null
5404
5400
metrics:
5405
5401
- system.cpu.user
5406
5402
name: Cassandra CPU is high on {{host.name}} in {{availability-zone.name}}
5407
5403
notifications:
5408
- - handle: xxxx @datadoghq.com
5404
+ - handle: jane @datadoghq.com
5409
5405
name: Jane Doe
5410
5406
org_id: 1234
5411
5407
scopes:
@@ -5417,7 +5413,7 @@ components:
5417
5413
type: metric alert
5418
5414
properties:
5419
5415
counts:
5420
- description: ''
5416
+ description: The counts of monitors per different criteria.
5421
5417
properties:
5422
5418
muted:
5423
5419
$ref: '#/components/schemas/MonitorSearchCount'
@@ -5432,14 +5428,14 @@ components:
5432
5428
metadata:
5433
5429
$ref: '#/components/schemas/MonitorSearchResponseMetadata'
5434
5430
monitors:
5435
- description: ''
5431
+ description: The list of found monitors.
5436
5432
items:
5437
5433
$ref: '#/components/schemas/MonitorSearchResult'
5438
5434
readOnly: true
5439
5435
type: array
5440
5436
type: object
5441
5437
MonitorSearchResponseMetadata:
5442
- description: ''
5438
+ description: Metadata about the response.
5443
5439
properties:
5444
5440
page:
5445
5441
description: The page to start paginating from.
@@ -5466,26 +5462,26 @@ components:
5466
5462
description: Holds search results.
5467
5463
properties:
5468
5464
classification:
5469
- description: ''
5465
+ description: Classification of the monitor.
5470
5466
readOnly: true
5471
5467
type: string
5472
5468
creator:
5473
5469
$ref: '#/components/schemas/Creator'
5474
5470
id:
5475
- description: ID of this monitor.
5471
+ description: ID of the monitor.
5476
5472
format: int64
5477
5473
readOnly: true
5478
5474
type: integer
5479
5475
last_triggered_ts:
5480
- description: Latest timestamp the monitor group triggered.
5476
+ description: Latest timestamp the monitor triggered.
5481
5477
format: int64
5482
5478
nullable: true
5483
5479
readOnly: true
5484
5480
type: integer
5485
5481
metrics:
5486
- description: ''
5482
+ description: Metrics used by the monitor.
5487
5483
items:
5488
- description: ''
5484
+ description: A metric used by the monitor.
5489
5485
readOnly: true
5490
5486
type: string
5491
5487
readOnly: true
@@ -5501,7 +5497,7 @@ components:
5501
5497
readOnly: true
5502
5498
type: array
5503
5499
org_id:
5504
- description: ''
5500
+ description: The ID of the organization.
5505
5501
format: int64
5506
5502
readOnly: true
5507
5503
type: integer
@@ -5524,9 +5520,9 @@ components:
5524
5520
status:
5525
5521
$ref: '#/components/schemas/MonitorOverallStates'
5526
5522
tags:
5527
- description: Tags associated to your monitor.
5523
+ description: Tags associated with the monitor.
5528
5524
items:
5529
- description: ''
5525
+ description: A tag associated with the monitor.
5530
5526
readOnly: true
5531
5527
type: string
5532
5528
readOnly: true
@@ -5535,7 +5531,7 @@ components:
5535
5531
$ref: '#/components/schemas/MonitorType'
5536
5532
type: object
5537
5533
MonitorSearchResultNotification:
5538
- description: ''
5534
+ description: A notification triggered by the monitor.
5539
5535
properties:
5540
5536
handle:
5541
5537
description: The email address that received the notification.
@@ -8994,8 +8990,6 @@ components:
8994
8990
items:
8995
8991
$ref: '#/components/schemas/SyntheticsAPIStep'
8996
8992
type: array
8997
- required:
8998
- - assertions
8999
8993
type: object
9000
8994
SyntheticsAPITestResultData:
9001
8995
description: Object containing results for your Synthetic API test.
@@ -9628,6 +9622,9 @@ components:
9628
9622
example:
9629
9623
description: Example for the variable.
9630
9624
type: string
9625
+ id:
9626
+ description: ID of the variable for global variables.
9627
+ type: string
9631
9628
name:
9632
9629
description: Name of the variable.
9633
9630
example: VARIABLE_NAME
@@ -9638,16 +9635,17 @@ components:
9638
9635
type:
9639
9636
$ref: '#/components/schemas/SyntheticsConfigVariableType'
9640
9637
required:
9641
- - example
9642
9638
- type
9643
9639
- name
9644
9640
type: object
9645
9641
SyntheticsConfigVariableType:
9646
9642
description: Type of the configuration variable.
9647
9643
enum:
9644
+ - global
9648
9645
- text
9649
9646
type: string
9650
9647
x-enum-varnames:
9648
+ - GLOBAL
9651
9649
- TEXT
9652
9650
SyntheticsCoreWebVitals:
9653
9651
description: Core Web Vitals attached to a browser test step.
@@ -10289,8 +10287,6 @@ components:
10289
10287
items:
10290
10288
$ref: '#/components/schemas/SyntheticsBrowserVariable'
10291
10289
type: array
10292
- required:
10293
- - assertions
10294
10290
type: object
10295
10291
SyntheticsTestDetails:
10296
10292
description: Object containing details about your Synthetic test.
0 commit comments