Skip to content

Commit 5244b34

Browse files
authored
Merge pull request DataDog#12307 from DataDog/datadog-api-spec/generated/1265
2 parents 25ab766 + 0a8d5b7 commit 5244b34

File tree

6 files changed

+391
-188
lines changed

6 files changed

+391
-188
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.5.1.dev2",
7-
"regenerated": "2021-11-15 10:49:53.461956",
8-
"spec_repo_commit": "ec0039a"
7+
"regenerated": "2021-11-16 16:18:54.348247",
8+
"spec_repo_commit": "83cadae"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2021-11-15 10:50:01.921583",
13-
"spec_repo_commit": "ec0039a"
12+
"regenerated": "2021-11-16 16:19:02.159824",
13+
"spec_repo_commit": "83cadae"
1414
}
1515
}
1616
}

content/en/api/v1/synthetics/examples.json

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

content/en/api/v1/usage-metering/examples.json

Lines changed: 6 additions & 2 deletions
Large diffs are not rendered by default.

data/api/v1/full_spec.yaml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11324,7 +11324,7 @@ components:
1132411324
SyntheticsTestDetailsSubType:
1132511325
description: 'The subtype of the Synthetic API test, `http`, `ssl`, `tcp`,
1132611326

11327-
`dns`, `icmp`, `udp` or `multi`.'
11327+
`dns`, `icmp`, `udp`, `websocket` or `multi`.'
1132811328
enum:
1132911329
- http
1133011330
- ssl
@@ -11333,6 +11333,7 @@ components:
1133311333
- multi
1133411334
- icmp
1133511335
- udp
11336+
- websocket
1133611337
example: http
1133711338
type: string
1133811339
x-enum-varnames:
@@ -11343,6 +11344,7 @@ components:
1134311344
- MULTI
1134411345
- ICMP
1134511346
- UDP
11347+
- WEBSOCKET
1134611348
SyntheticsTestDetailsType:
1134711349
description: Type of the Synthetic test, either `api` or `browser`.
1134811350
enum:
@@ -11535,7 +11537,7 @@ components:
1153511537
description: Host name to perform the test with.
1153611538
type: string
1153711539
message:
11538-
description: Message to send for UDP tests.
11540+
description: Message to send for UDP or WebSocket tests.
1153911541
type: string
1154011542
method:
1154111543
$ref: '#/components/schemas/HTTPMethod'
@@ -12949,6 +12951,10 @@ components:
1294912951
UsageFargateHour:
1295012952
description: Number of Fargate tasks run and hourly usage.
1295112953
properties:
12954+
avg_profiled_fargate_tasks:
12955+
description: The average profiled task count for Fargate Profiling.
12956+
format: int64
12957+
type: integer
1295212958
hour:
1295312959
description: The hour for the usage.
1295412960
format: date-time
@@ -13633,6 +13639,10 @@ components:
1363313639
the current date for all organizations.
1363413640
format: int64
1363513641
type: integer
13642+
avg_profiled_fargate_tasks:
13643+
description: The average profiled task count for Fargate Profiling.
13644+
format: int64
13645+
type: integer
1363613646
aws_host_top99p:
1363713647
description: Shows the 99th percentile of all AWS hosts over all hours in
1363813648
the current date for all organizations.
@@ -13904,6 +13914,10 @@ components:
1390413914
in the current date for the given org.
1390513915
format: int64
1390613916
type: integer
13917+
avg_profiled_fargate_tasks:
13918+
description: The average profiled task count for Fargate Profiling.
13919+
format: int64
13920+
type: integer
1390713921
aws_host_top99p:
1390813922
description: Shows the 99th percentile of all AWS hosts over all hours in
1390913923
the current date for the given org.
@@ -14174,6 +14188,11 @@ components:
1417414188
in the current months for all organizations.
1417514189
format: int64
1417614190
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
1417714196
aws_host_top99p_sum:
1417814197
description: Shows the 99th percentile of all AWS hosts over all hours in
1417914198
the current months for all organizations.

0 commit comments

Comments
 (0)