Skip to content

Commit ed07de5

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add disableAiaIntermediateFetching option (#2531)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 507a9c9 commit ed07de5

20 files changed

+142
-100
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "bb240c6",
3-
"generated": "2025-07-14 18:16:06.328"
2+
"spec_repo_commit": "d93d991",
3+
"generated": "2025-07-15 09:31:41.973"
44
}

.generator/schemas/v1/openapi.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17197,7 +17197,7 @@ components:
1719717197
description: Object describing the extra options for a Synthetic test.
1719817198
properties:
1719917199
accept_self_signed:
17200-
description: 'For SSL test, whether or not the test should allow self signed
17200+
description: 'For SSL tests, whether or not the test should allow self signed
1720117201

1720217202
certificates.'
1720317203
type: boolean
@@ -17206,7 +17206,7 @@ components:
1720617206
test.
1720717207
type: boolean
1720817208
checkCertificateRevocation:
17209-
description: For SSL test, whether or not the test should fail on revoked
17209+
description: For SSL tests, whether or not the test should fail on revoked
1721017210
certificate in stapled OCSP.
1721117211
type: boolean
1721217212
ci:
@@ -17217,6 +17217,10 @@ components:
1721717217
items:
1721817218
$ref: '#/components/schemas/SyntheticsDeviceID'
1721917219
type: array
17220+
disableAiaIntermediateFetching:
17221+
description: For SSL tests, whether or not the test should disable fetching
17222+
intermediate certificates from AIA.
17223+
type: boolean
1722017224
disableCors:
1722117225
description: Whether or not to disable CORS mechanism.
1722217226
type: boolean
@@ -17460,6 +17464,9 @@ components:
1746017464
description: A protobuf file that needs to be gzipped first then base64
1746117465
encoded.
1746217466
type: string
17467+
disableAiaIntermediateFetching:
17468+
description: Disable fetching intermediate certificates from AIA.
17469+
type: boolean
1746317470
dnsServer:
1746417471
description: DNS server to use for DNS tests.
1746517472
type: string
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-06-02T14:06:04.761Z
1+
2025-07-11T17:23:47.597Z

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

Lines changed: 23 additions & 21 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-06-02T14:05:42.416Z
1+
2025-07-11T17:23:50.849Z

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

Lines changed: 23 additions & 21 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-06-02T14:03:51.685Z
1+
2025-07-11T17:23:54.276Z

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

Lines changed: 23 additions & 21 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-
2024-12-09T11:18:02.836Z
1+
2025-07-11T17:23:57.607Z

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

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

0 commit comments

Comments
 (0)