You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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
25279
25279
certificates.</p></li>
25280
25280
<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>
25282
25282
<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>
25283
25283
<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>
25284
25285
<li><p><strong>disable_cors</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether or not to disable CORS mechanism.</p></li>
<li><p><strong>check_certificate_revocation</strong> (<em>bool</em><em>, </em><em>optional</em>) – Check for certificate revocation.</p></li>
25527
25528
<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>
25528
25529
<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>
25529
25531
<li><p><strong>dns_server</strong> (<em>str</em><em>, </em><em>optional</em>) – DNS server to use for DNS tests.</p></li>
25530
25532
<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>
25531
25533
<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>
0 commit comments