Skip to content

Commit 9e06dae

Browse files
Add alwaysExecute and exitIfSucceed to Synthetics steps (#2246)
* Regenerate client from commit 1a56bfda of spec repo * pre-commit fixes --------- Co-authored-by: ci.datadog-api-spec <[email protected]> 1837103
1 parent 1ad35c2 commit 9e06dae

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

datadog_api_client.v1.model.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21331,9 +21331,11 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
2133121331
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
2133221332
<dd class="field-odd"><ul class="simple">
2133321333
<li><p><strong>allow_failure</strong> (<em>bool</em><em>, </em><em>optional</em>) – A boolean set to allow this step to fail.</p></li>
21334+
<li><p><strong>always_execute</strong> (<em>bool</em><em>, </em><em>optional</em>) – A boolean set to always execute this step even if the previous step failed or was skipped.</p></li>
21335+
<li><p><strong>exit_if_succeed</strong> (<em>bool</em><em>, </em><em>optional</em>) – A boolean set to exit the test if the step succeeds.</p></li>
2133421336
<li><p><strong>is_critical</strong> (<em>bool</em><em>, </em><em>optional</em>) – A boolean to use in addition to <code class="docutils literal notranslate"><span class="pre">allowFailure</span></code> to determine if the test should be marked as failed when the step fails.</p></li>
2133521337
<li><p><strong>name</strong> (<em>str</em><em>, </em><em>optional</em>) – The name of the step.</p></li>
21336-
<li><p><strong>no_screenshot</strong> (<em>bool</em><em>, </em><em>optional</em>) – A boolean set to not take a screenshot for the step.</p></li>
21338+
<li><p><strong>no_screenshot</strong> (<em>bool</em><em>, </em><em>optional</em>) – A boolean set to skip taking a screenshot for the step.</p></li>
2133721339
<li><p><strong>params</strong> (<em>dict</em><em>, </em><em>optional</em>) – The parameters of the step.</p></li>
2133821340
<li><p><strong>timeout</strong> (<em>int</em><em>, </em><em>optional</em>) – The time before declaring a step failed.</p></li>
2133921341
<li><p><strong>type</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.synthetics_step_type.SyntheticsStepType" title="datadog_api_client.v1.model.synthetics_step_type.SyntheticsStepType"><em>SyntheticsStepType</em></a><em>, </em><em>optional</em>) – Step type used in your Synthetic test.</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)