Skip to content

Commit 771f129

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add support for all subtypes in multistep steps (#2415)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 91ed0a3 commit 771f129

16 files changed

+480
-78
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.6.6",
7-
"regenerated": "2025-06-05 09:49:42.393551",
8-
"spec_repo_commit": "faa72400"
7+
"regenerated": "2025-06-06 09:06:01.428657",
8+
"spec_repo_commit": "14586db5"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-05 09:49:42.410269",
13-
"spec_repo_commit": "faa72400"
12+
"regenerated": "2025-06-06 09:06:01.444684",
13+
"spec_repo_commit": "14586db5"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14107,11 +14107,23 @@ components:
1410714107
enum:
1410814108
- http
1410914109
- grpc
14110+
- ssl
14111+
- dns
14112+
- tcp
14113+
- udp
14114+
- icmp
14115+
- websocket
1411014116
example: http
1411114117
type: string
1411214118
x-enum-varnames:
1411314119
- HTTP
1411414120
- GRPC
14121+
- SSL
14122+
- DNS
14123+
- TCP
14124+
- UDP
14125+
- ICMP
14126+
- WEBSOCKET
1411514127
SyntheticsAPITestType:
1411614128
default: api
1411714129
description: Type of the Synthetic test, `api`.
@@ -17177,6 +17189,9 @@ components:
1717717189
example: ''
1717817190
type: string
1717917191
type: array
17192+
checkCertificateRevocation:
17193+
description: Check for certificate revocation.
17194+
type: boolean
1718017195
compressedJsonDescriptor:
1718117196
description: A protobuf JSON descriptor that needs to be gzipped first then
1718217197
base64 encoded.
@@ -17206,6 +17221,9 @@ components:
1720617221
type: string
1720717222
httpVersion:
1720817223
$ref: '#/components/schemas/SyntheticsTestOptionsHTTPVersion'
17224+
isMessageBase64Encoded:
17225+
description: Whether the message is base64 encoded.
17226+
type: boolean
1720917227
message:
1721017228
description: Message to send for UDP or WebSocket tests.
1721117229
type: string
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-02-25T16:34:23.928Z
1+
2025-06-02T14:06:04.761Z

cassettes/features/v1/synthetics/Create-a-FIDO-global-variable-returns-OK-response.yml

Lines changed: 29 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-02-25T16:34:26.775Z
1+
2025-06-02T14:05:42.416Z

cassettes/features/v1/synthetics/Create-a-TOTP-global-variable-returns-OK-response.yml

Lines changed: 29 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-02-25T16:34:29.813Z
1+
2025-06-02T14:03:51.685Z

cassettes/features/v1/synthetics/Create-a-global-variable-from-test-returns-OK-response.yml

Lines changed: 29 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-02-25T16:34:32.557Z
1+
2025-06-02T13:54:14.928Z

cassettes/features/v1/synthetics/Create-an-API-test-with-multi-subtype-returns-OK-Returns-the-created-test-details-response.yml

Lines changed: 24 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)