Skip to content

Commit 48eb378

Browse files
Add support for all subtypes in multistep steps (#2573)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> d871069
1 parent 1ad6c50 commit 48eb378

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

datadog_api_client.v1.model.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21336,7 +21336,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
2133621336
<dl class="field-list simple">
2133721337
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
2133821338
<dd class="field-odd"><ul class="simple">
21339-
<li><p><strong>value</strong> (<em>str</em>) – Must be one of [“http”, “grpc”].</p></li>
21339+
<li><p><strong>value</strong> (<em>str</em>) – Must be one of [“http”, “grpc”, “ssl”, “dns”, “tcp”, “udp”, “icmp”, “websocket”].</p></li>
2134021340
<li><p><strong>_check_type</strong> (<em>bool</em>) – If True, values for parameters in openapi_types
2134121341
will be type checked and a TypeError will be raised if the wrong type is input.
2134221342
Defaults to True.</p></li>
@@ -25193,6 +25193,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
2519325193
<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>
2519425194
<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>
2519525195
<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>
2519625197
<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>
2519725198
<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>
2519825199
<li><p><strong>dns_server</strong> (<em>str</em><em>, </em><em>optional</em>) – DNS server to use for DNS tests.</p></li>
@@ -25202,6 +25203,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
2520225203
<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>
2520325204
<li><p><strong>host</strong> (<em>str</em><em>, </em><em>optional</em>) – Host name to perform the test with.</p></li>
2520425205
<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>
2520525207
<li><p><strong>message</strong> (<em>str</em><em>, </em><em>optional</em>) – Message to send for UDP or WebSocket tests.</p></li>
2520625208
<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>
2520725209
<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>

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)