Skip to content

Commit 79f18e8

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add support for all subtypes in multistep steps (#2259)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 990d9a5 commit 79f18e8

File tree

17 files changed

+474
-109
lines changed

17 files changed

+474
-109
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:40.724881",
8-
"spec_repo_commit": "faa72400"
7+
"regenerated": "2025-06-06 09:05:57.050790",
8+
"spec_repo_commit": "14586db5"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-05 09:49:40.740637",
13-
"spec_repo_commit": "faa72400"
12+
"regenerated": "2025-06-06 09:05:57.067750",
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
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/v1/Synthetics_2658572017/Create-a-FIDO-global-variable-returns-OK-response_3226312717/recording.har

Lines changed: 26 additions & 26 deletions
Large diffs are not rendered by default.
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/v1/Synthetics_2658572017/Create-a-TOTP-global-variable-returns-OK-response_1775224512/recording.har

Lines changed: 26 additions & 26 deletions
Large diffs are not rendered by default.
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/v1/Synthetics_2658572017/Create-a-global-variable-from-test-returns-OK-response_2967481205/recording.har

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.
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/v1/Synthetics_2658572017/Create-an-API-test-with-multi-subtype-returns-OK-Returns-the-created-test-details-response_460745598/recording.har

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

0 commit comments

Comments
 (0)