Skip to content

Commit 2e2dada

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andcommitted
Monitor priority can have custom ranges and be null (#2017)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> 0713425
1 parent d26f09c commit 2e2dada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog_api_client.v1.model.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18527,7 +18527,7 @@ <h1 id="datadog-api-client-v1-model--page-root">datadog_api_client.v1.model<a cl
1852718527
<li><p><strong>name</strong> (<em>str</em><em>, </em><em>optional</em>) – The monitor name.</p></li>
1852818528
<li><p><strong>options</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.monitor_options.MonitorOptions" title="datadog_api_client.v1.model.monitor_options.MonitorOptions"><em>MonitorOptions</em></a><em>, </em><em>optional</em>) – List of options associated with your monitor.</p></li>
1852918529
<li><p><strong>overall_state</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.monitor_overall_states.MonitorOverallStates" title="datadog_api_client.v1.model.monitor_overall_states.MonitorOverallStates"><em>MonitorOverallStates</em></a><em>, </em><em>optional</em>) – The different states your monitor can be in.</p></li>
18530-
<li><p><strong>priority</strong> (<em>int</em><em>, </em><em>optional</em>) – Integer from 1 (high) to 5 (low) indicating alert severity.</p></li>
18530+
<li><p><strong>priority</strong> (<em>int</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – Integer from 1 (high) to 5 (low) indicating alert severity.</p></li>
1853118531
<li><p><strong>query</strong> (<em>str</em><em>, </em><em>optional</em>) – The monitor query.</p></li>
1853218532
<li><p><strong>restricted_roles</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – <p>A list of unique role identifiers to define which roles are allowed to edit the monitor. The unique identifiers for all roles can be pulled from the <a class="reference external" href="https://docs.datadoghq.com/api/latest/roles/#list-roles">Roles API</a> and are located in the <code class="docutils literal notranslate"><span class="pre">data.id</span></code> field. Editing a monitor includes any updates to the monitor configuration, monitor deletion, and muting of the monitor for any amount of time. <code class="docutils literal notranslate"><span class="pre">restricted_roles</span></code> is the successor of <code class="docutils literal notranslate"><span class="pre">locked</span></code>. For more information about <code class="docutils literal notranslate"><span class="pre">locked</span></code> and <code class="docutils literal notranslate"><span class="pre">restricted_roles</span></code> , see the <a class="reference external" href="https://docs.datadoghq.com/monitors/guide/monitor_api_options/#permissions-options">monitor options docs</a>.</p>
1853318533
</p></li>

0 commit comments

Comments
 (0)