@@ -1553,6 +1553,7 @@ components:
1553
1553
source_id :
1554
1554
description : Event source ID.
1555
1555
example : 36
1556
+ format : int64
1556
1557
type : integer
1557
1558
type :
1558
1559
description : Event type.
@@ -1603,12 +1604,14 @@ components:
1603
1604
monitor_id :
1604
1605
description : ID of the monitor that triggered the event. When an event isn't
1605
1606
related to a monitor, this field is empty.
1607
+ format : int64
1606
1608
nullable : true
1607
1609
type : integer
1608
1610
priority :
1609
1611
$ref : ' #/components/schemas/EventPriority'
1610
1612
related_event_id :
1611
1613
description : Related event ID.
1614
+ format : int64
1612
1615
type : integer
1613
1616
service :
1614
1617
description : Service that triggered the event.
@@ -5246,6 +5249,8 @@ components:
5246
5249
type : integer
5247
5250
group_status :
5248
5251
description : Monitor group status used when there is no `result_groups`.
5252
+ format : int32
5253
+ maximum : 2147483647
5249
5254
type : integer
5250
5255
groups :
5251
5256
description : Groups to which the monitor belongs.
@@ -5255,12 +5260,14 @@ components:
5255
5260
type : array
5256
5261
id :
5257
5262
description : The monitor ID.
5263
+ format : int64
5258
5264
type : integer
5259
5265
message :
5260
5266
description : The monitor message.
5261
5267
type : string
5262
5268
modified :
5263
5269
description : The monitor's last-modified timestamp.
5270
+ format : int64
5264
5271
type : integer
5265
5272
name :
5266
5273
description : The monitor name.
@@ -5962,6 +5969,7 @@ components:
5962
5969
description : Org ID of the RUM application.
5963
5970
example : 999
5964
5971
format : int32
5972
+ maximum : 2147483647
5965
5973
type : integer
5966
5974
type :
5967
5975
description : Type of the RUM application. Supported values are `browser`,
@@ -8002,6 +8010,7 @@ components:
8002
8010
- open
8003
8011
- archived
8004
8012
- under_review
8013
+ example : open
8005
8014
type : string
8006
8015
x-enum-varnames :
8007
8016
- OPEN
@@ -12010,6 +12019,8 @@ paths:
12010
12019
name : filter[hours_ago]
12011
12020
required : false
12012
12021
schema :
12022
+ format : int32
12023
+ maximum : 2147483647
12013
12024
type : integer
12014
12025
- description : The number of aggregations that a `count`, `rate`, or `gauge`
12015
12026
metric is configured to use. Max number of aggregation combos is 9.
@@ -12018,6 +12029,8 @@ paths:
12018
12029
name : filter[num_aggregations]
12019
12030
required : false
12020
12031
schema :
12032
+ format : int32
12033
+ maximum : 9
12021
12034
type : integer
12022
12035
- description : A boolean, for distribution metrics only, to estimate cardinality
12023
12036
if the metric includes additional percentile aggregators.
@@ -12034,6 +12047,8 @@ paths:
12034
12047
name : filter[timespan_h]
12035
12048
required : false
12036
12049
schema :
12050
+ format : int32
12051
+ maximum : 2147483647
12037
12052
type : integer
12038
12053
responses :
12039
12054
' 200 ' :
0 commit comments