Skip to content

Commit 35a3087

Browse files
Add readonly ID of synthetics test steps (#2814)
Co-authored-by: ci.datadog-api-spec <[email protected]> fa30bee
1 parent f62e252 commit 35a3087

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

datadog_api_client.v1.model.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21541,6 +21541,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
2154121541
<li><p><strong>exit_if_succeed</strong> (<em>bool</em><em>, </em><em>optional</em>) – Determines whether or not to exit the test if the step succeeds.</p></li>
2154221542
<li><p><strong>extracted_values</strong> (<em>[</em><a class="reference internal" href="#datadog_api_client.v1.model.synthetics_parsing_options.SyntheticsParsingOptions" title="datadog_api_client.v1.model.synthetics_parsing_options.SyntheticsParsingOptions"><em>SyntheticsParsingOptions</em></a><em>]</em><em>, </em><em>optional</em>) – Array of values to parse and save as variables from the response.</p></li>
2154321543
<li><p><strong>extracted_values_from_script</strong> (<em>str</em><em>, </em><em>optional</em>) – Generate variables using JavaScript.</p></li>
21544+
<li><p><strong>id</strong> (<em>str</em><em>, </em><em>optional</em>) – ID of the step.</p></li>
2154421545
<li><p><strong>is_critical</strong> (<em>bool</em><em>, </em><em>optional</em>) – Determines whether or not to consider the entire test as failed if this step fails.
2154521546
Can be used only if <cite>allowFailure</cite> is <cite>true</cite>.</p></li>
2154621547
<li><p><strong>name</strong> (<em>str</em>) – The name of the step.</p></li>
@@ -21812,6 +21813,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
2181221813
<li><p><strong>exit_if_succeed</strong> (<em>bool</em><em>, </em><em>optional</em>) – Determines whether or not to exit the test if the step succeeds.</p></li>
2181321814
<li><p><strong>extracted_values</strong> (<em>[</em><a class="reference internal" href="#datadog_api_client.v1.model.synthetics_parsing_options.SyntheticsParsingOptions" title="datadog_api_client.v1.model.synthetics_parsing_options.SyntheticsParsingOptions"><em>SyntheticsParsingOptions</em></a><em>]</em><em>, </em><em>optional</em>) – Array of values to parse and save as variables from the response.</p></li>
2181421815
<li><p><strong>extracted_values_from_script</strong> (<em>str</em><em>, </em><em>optional</em>) – Generate variables using JavaScript.</p></li>
21816+
<li><p><strong>id</strong> (<em>str</em><em>, </em><em>optional</em>) – ID of the step.</p></li>
2181521817
<li><p><strong>is_critical</strong> (<em>bool</em><em>, </em><em>optional</em>) – Determines whether or not to consider the entire test as failed if this step fails.
2181621818
Can be used only if <code class="docutils literal notranslate"><span class="pre">allowFailure</span></code> is <code class="docutils literal notranslate"><span class="pre">true</span></code>.</p></li>
2181721819
<li><p><strong>name</strong> (<em>str</em>) – The name of the step.</p></li>
@@ -21899,6 +21901,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
2189921901
<dl class="field-list simple">
2190021902
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
2190121903
<dd class="field-odd"><ul class="simple">
21904+
<li><p><strong>id</strong> (<em>str</em><em>, </em><em>optional</em>) – ID of the step.</p></li>
2190221905
<li><p><strong>name</strong> (<em>str</em>) – The name of the step.</p></li>
2190321906
<li><p><strong>subtype</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.synthetics_api_wait_step_subtype.SyntheticsAPIWaitStepSubtype" title="datadog_api_client.v1.model.synthetics_api_wait_step_subtype.SyntheticsAPIWaitStepSubtype"><em>SyntheticsAPIWaitStepSubtype</em></a>) – The subtype of the Synthetic multi-step API wait step.</p></li>
2190421907
<li><p><strong>value</strong> (<em>int</em>) – The time to wait in seconds. Minimum value: 0. Maximum value: 180.</p></li>

0 commit comments

Comments
 (0)