Skip to content

Commit 82d0200

Browse files
Add disableAiaIntermediateFetching option (#2697)
Co-authored-by: ci.datadog-api-spec <[email protected]> 68aa745
1 parent 7d94af5 commit 82d0200

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

datadog_api_client.v1.model.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25275,12 +25275,13 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
2527525275
<dl class="field-list simple">
2527625276
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
2527725277
<dd class="field-odd"><ul class="simple">
25278-
<li><p><strong>accept_self_signed</strong> (<em>bool</em><em>, </em><em>optional</em>) – For SSL test, whether or not the test should allow self signed
25278+
<li><p><strong>accept_self_signed</strong> (<em>bool</em><em>, </em><em>optional</em>) – For SSL tests, whether or not the test should allow self signed
2527925279
certificates.</p></li>
2528025280
<li><p><strong>allow_insecure</strong> (<em>bool</em><em>, </em><em>optional</em>) – Allows loading insecure content for an HTTP request in an API test.</p></li>
25281-
<li><p><strong>check_certificate_revocation</strong> (<em>bool</em><em>, </em><em>optional</em>) – For SSL test, whether or not the test should fail on revoked certificate in stapled OCSP.</p></li>
25281+
<li><p><strong>check_certificate_revocation</strong> (<em>bool</em><em>, </em><em>optional</em>) – For SSL tests, whether or not the test should fail on revoked certificate in stapled OCSP.</p></li>
2528225282
<li><p><strong>ci</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.synthetics_test_ci_options.SyntheticsTestCiOptions" title="datadog_api_client.v1.model.synthetics_test_ci_options.SyntheticsTestCiOptions"><em>SyntheticsTestCiOptions</em></a><em>, </em><em>optional</em>) – CI/CD options for a Synthetic test.</p></li>
2528325283
<li><p><strong>device_ids</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – For browser test, array with the different device IDs used to run the test.</p></li>
25284+
<li><p><strong>disable_aia_intermediate_fetching</strong> (<em>bool</em><em>, </em><em>optional</em>) – For SSL tests, whether or not the test should disable fetching intermediate certificates from AIA.</p></li>
2528425285
<li><p><strong>disable_cors</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether or not to disable CORS mechanism.</p></li>
2528525286
<li><p><strong>disable_csp</strong> (<em>bool</em><em>, </em><em>optional</em>) – Disable Content Security Policy for browser tests.</p></li>
2528625287
<li><p><strong>enable_profiling</strong> (<em>bool</em><em>, </em><em>optional</em>) – Enable profiling for browser tests.</p></li>
@@ -25526,6 +25527,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
2552625527
<li><p><strong>check_certificate_revocation</strong> (<em>bool</em><em>, </em><em>optional</em>) – Check for certificate revocation.</p></li>
2552725528
<li><p><strong>compressed_json_descriptor</strong> (<em>str</em><em>, </em><em>optional</em>) – A protobuf JSON descriptor that needs to be gzipped first then base64 encoded.</p></li>
2552825529
<li><p><strong>compressed_proto_file</strong> (<em>str</em><em>, </em><em>optional</em>) – A protobuf file that needs to be gzipped first then base64 encoded.</p></li>
25530+
<li><p><strong>disable_aia_intermediate_fetching</strong> (<em>bool</em><em>, </em><em>optional</em>) – Disable fetching intermediate certificates from AIA.</p></li>
2552925531
<li><p><strong>dns_server</strong> (<em>str</em><em>, </em><em>optional</em>) – DNS server to use for DNS tests.</p></li>
2553025532
<li><p><strong>dns_server_port</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.synthetics_test_request_dns_server_port.SyntheticsTestRequestDNSServerPort" title="datadog_api_client.v1.model.synthetics_test_request_dns_server_port.SyntheticsTestRequestDNSServerPort"><em>SyntheticsTestRequestDNSServerPort</em></a><em>, </em><em>optional</em>) – DNS server port to use for DNS tests.</p></li>
2553125533
<li><p><strong>files</strong> (<em>[</em><a class="reference internal" href="#datadog_api_client.v1.model.synthetics_test_request_body_file.SyntheticsTestRequestBodyFile" title="datadog_api_client.v1.model.synthetics_test_request_body_file.SyntheticsTestRequestBodyFile"><em>SyntheticsTestRequestBodyFile</em></a><em>]</em><em>, </em><em>optional</em>) – Files to be used as part of the request in the test. Only valid if <code class="docutils literal notranslate"><span class="pre">bodyType</span></code> is <code class="docutils literal notranslate"><span class="pre">multipart/form-data</span></code>.</p></li>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)