@@ -11324,7 +11324,7 @@ components:
11324
11324
SyntheticsTestDetailsSubType:
11325
11325
description: 'The subtype of the Synthetic API test, `http`, `ssl`, `tcp`,
11326
11326
11327
- `dns`, `icmp`, `udp` or `multi`.'
11327
+ `dns`, `icmp`, `udp`, `websocket` or `multi`.'
11328
11328
enum:
11329
11329
- http
11330
11330
- ssl
@@ -11333,6 +11333,7 @@ components:
11333
11333
- multi
11334
11334
- icmp
11335
11335
- udp
11336
+ - websocket
11336
11337
example: http
11337
11338
type: string
11338
11339
x-enum-varnames:
@@ -11343,6 +11344,7 @@ components:
11343
11344
- MULTI
11344
11345
- ICMP
11345
11346
- UDP
11347
+ - WEBSOCKET
11346
11348
SyntheticsTestDetailsType:
11347
11349
description: Type of the Synthetic test, either `api` or `browser`.
11348
11350
enum:
@@ -11535,7 +11537,7 @@ components:
11535
11537
description: Host name to perform the test with.
11536
11538
type: string
11537
11539
message:
11538
- description: Message to send for UDP tests.
11540
+ description: Message to send for UDP or WebSocket tests.
11539
11541
type: string
11540
11542
method:
11541
11543
$ref: '#/components/schemas/HTTPMethod'
@@ -12949,6 +12951,10 @@ components:
12949
12951
UsageFargateHour:
12950
12952
description: Number of Fargate tasks run and hourly usage.
12951
12953
properties:
12954
+ avg_profiled_fargate_tasks:
12955
+ description: The average profiled task count for Fargate Profiling.
12956
+ format: int64
12957
+ type: integer
12952
12958
hour:
12953
12959
description: The hour for the usage.
12954
12960
format: date-time
@@ -13633,6 +13639,10 @@ components:
13633
13639
the current date for all organizations.
13634
13640
format: int64
13635
13641
type: integer
13642
+ avg_profiled_fargate_tasks:
13643
+ description: The average profiled task count for Fargate Profiling.
13644
+ format: int64
13645
+ type: integer
13636
13646
aws_host_top99p:
13637
13647
description: Shows the 99th percentile of all AWS hosts over all hours in
13638
13648
the current date for all organizations.
@@ -13904,6 +13914,10 @@ components:
13904
13914
in the current date for the given org.
13905
13915
format: int64
13906
13916
type: integer
13917
+ avg_profiled_fargate_tasks:
13918
+ description: The average profiled task count for Fargate Profiling.
13919
+ format: int64
13920
+ type: integer
13907
13921
aws_host_top99p:
13908
13922
description: Shows the 99th percentile of all AWS hosts over all hours in
13909
13923
the current date for the given org.
@@ -14174,6 +14188,11 @@ components:
14174
14188
in the current months for all organizations.
14175
14189
format: int64
14176
14190
type: integer
14191
+ avg_profiled_fargate_tasks_sum:
14192
+ description: Shows the average of all profiled Fargate tasks over all hours
14193
+ in the current months for all organizations.
14194
+ format: int64
14195
+ type: integer
14177
14196
aws_host_top99p_sum:
14178
14197
description: Shows the 99th percentile of all AWS hosts over all hours in
14179
14198
the current months for all organizations.
0 commit comments