Skip to content

Commit

Permalink
Add compressedProtoFile field to SyntheticsTestRequest (#1838)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> 8fa5b3f
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec committed Jan 19, 2024
1 parent f544a89 commit a8ab7bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions datadog_api_client.v1.model.html
Original file line number Diff line number Diff line change
Expand Up @@ -25753,6 +25753,7 @@ <h1 id="datadog-api-client-v1-model--page-root">datadog_api_client.v1.model<a cl
<li><p><strong>certificate</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.synthetics_test_request_certificate.SyntheticsTestRequestCertificate" title="datadog_api_client.v1.model.synthetics_test_request_certificate.SyntheticsTestRequestCertificate"><em>SyntheticsTestRequestCertificate</em></a><em>, </em><em>optional</em>) – Client certificate to use when performing the test request.</p></li>
<li><p><strong>certificate_domains</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – By default, the client certificate is applied on the domain of the starting URL for browser tests. If you want your client certificate to be applied on other domains instead, add them in <code class="docutils literal notranslate"><span class="pre">certificateDomains</span></code>.</p></li>
<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>
<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>
<li><p><strong>dns_server</strong> (<em>str</em><em>, </em><em>optional</em>) – DNS server to use for DNS tests.</p></li>
<li><p><strong>dns_server_port</strong> (<em>int</em><em>, </em><em>optional</em>) – DNS server port to use for DNS tests.</p></li>
<li><p><strong>follow_redirects</strong> (<em>bool</em><em>, </em><em>optional</em>) – Specifies whether or not the request follows redirects.</p></li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit a8ab7bc

Please sign in to comment.