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>call_type</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.synthetics_test_call_type.SyntheticsTestCallType" title="datadog_api_client.v1.model.synthetics_test_call_type.SyntheticsTestCallType"><em>SyntheticsTestCallType</em></a><em>, </em><em>optional</em>) – The type of gRPC call to perform.</p></li>
25194
25194
<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>
25195
25195
<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>
25196
+
<li><p><strong>check_certificate_revocation</strong> (<em>bool</em><em>, </em><em>optional</em>) – Check for certificate revocation.</p></li>
25196
25197
<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>
25197
25198
<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>
25198
25199
<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>headers</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.synthetics_test_headers.SyntheticsTestHeaders" title="datadog_api_client.v1.model.synthetics_test_headers.SyntheticsTestHeaders"><em>SyntheticsTestHeaders</em></a><em>, </em><em>optional</em>) – Headers to include when performing the test.</p></li>
25203
25204
<li><p><strong>host</strong> (<em>str</em><em>, </em><em>optional</em>) – Host name to perform the test with.</p></li>
25204
25205
<li><p><strong>http_version</strong> (<em>SyntheticsTestOptionsHTTPVersion</em><em>, </em><em>optional</em>) – HTTP version to use for a Synthetic test.</p></li>
25206
+
<li><p><strong>is_message_base64_encoded</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether the message is base64 encoded.</p></li>
25205
25207
<li><p><strong>message</strong> (<em>str</em><em>, </em><em>optional</em>) – Message to send for UDP or WebSocket tests.</p></li>
25206
25208
<li><p><strong>metadata</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.synthetics_test_metadata.SyntheticsTestMetadata" title="datadog_api_client.v1.model.synthetics_test_metadata.SyntheticsTestMetadata"><em>SyntheticsTestMetadata</em></a><em>, </em><em>optional</em>) – Metadata to include when performing the gRPC test.</p></li>
25207
25209
<li><p><strong>method</strong> (<em>str</em><em>, </em><em>optional</em>) – Either the HTTP method/verb to use or a gRPC method available on the service set in the <code class="docutils literal notranslate"><span class="pre">service</span></code> field. Required if <code class="docutils literal notranslate"><span class="pre">subtype</span></code> is <code class="docutils literal notranslate"><span class="pre">HTTP</span></code> or if <code class="docutils literal notranslate"><span class="pre">subtype</span></code> is <code class="docutils literal notranslate"><span class="pre">grpc</span></code> and <code class="docutils literal notranslate"><span class="pre">callType</span></code> is <code class="docutils literal notranslate"><span class="pre">unary</span></code>.</p></li>
0 commit comments