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>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>
21542
21542
<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>
21543
21543
<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>
21544
21545
<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.
21545
21546
Can be used only if <cite>allowFailure</cite> is <cite>true</cite>.</p></li>
21546
21547
<li><p><strong>name</strong> (<em>str</em>) – The name of the step.</p></li>
<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>
21813
21814
<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>
21814
21815
<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>
21815
21817
<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.
21816
21818
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>
21817
21819
<li><p><strong>name</strong> (<em>str</em>) – The name of the step.</p></li>
<li><p><strong>id</strong> (<em>str</em><em>, </em><em>optional</em>) – ID of the step.</p></li>
21902
21905
<li><p><strong>name</strong> (<em>str</em>) – The name of the step.</p></li>
21903
21906
<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>
21904
21907
<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