|
2423 | 2423 | </li></ul>
|
2424 | 2424 | </nav>
|
2425 | 2425 | </li>
|
| 2426 | + <li class="md-nav__item"><a href="#module-datadog_api_client.v1.model.monitor_draft_status" class="md-nav__link">datadog_api_client.v1.model.monitor_draft_status module</a><nav class="md-nav"> |
| 2427 | + <ul class="md-nav__list"> |
| 2428 | + <li class="md-nav__item"><a href="#datadog_api_client.v1.model.monitor_draft_status.MonitorDraftStatus" class="md-nav__link"><code class="docutils literal notranslate"><span class="pre">MonitorDraftStatus</span></code></a> |
| 2429 | + </li></ul> |
| 2430 | + </nav> |
| 2431 | + </li> |
2426 | 2432 | <li class="md-nav__item"><a href="#module-datadog_api_client.v1.model.monitor_formula_and_function_cost_aggregator" class="md-nav__link">datadog_api_client.v1.model.monitor_formula_and_function_cost_aggregator module</a><nav class="md-nav">
|
2427 | 2433 | <ul class="md-nav__list">
|
2428 | 2434 | <li class="md-nav__item"><a href="#datadog_api_client.v1.model.monitor_formula_and_function_cost_aggregator.MonitorFormulaAndFunctionCostAggregator" class="md-nav__link"><code class="docutils literal notranslate"><span class="pre">MonitorFormulaAndFunctionCostAggregator</span></code></a>
|
@@ -14018,6 +14024,11 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
|
14018 | 14024 | <li><p><strong>created</strong> (<em>datetime</em><em>, </em><em>optional</em>) – Timestamp of the monitor creation.</p></li>
|
14019 | 14025 | <li><p><strong>creator</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.creator.Creator" title="datadog_api_client.v1.model.creator.Creator"><em>Creator</em></a><em>, </em><em>optional</em>) – Object describing the creator of the shared element.</p></li>
|
14020 | 14026 | <li><p><strong>deleted</strong> (<em>datetime</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – Whether or not the monitor is deleted. (Always <code class="docutils literal notranslate"><span class="pre">null</span></code> )</p></li>
|
| 14027 | +<li><p><strong>draft_status</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.monitor_draft_status.MonitorDraftStatus" title="datadog_api_client.v1.model.monitor_draft_status.MonitorDraftStatus"><em>MonitorDraftStatus</em></a><em>, </em><em>optional</em>) – <p>Indicates whether the monitor is in a draft or published state.</p> |
| 14028 | +<p><code class="docutils literal notranslate"><span class="pre">draft</span></code> : The monitor appears as Draft and does not send notifications. |
| 14029 | +<code class="docutils literal notranslate"><span class="pre">published</span></code> : The monitor is active and evaluates conditions and notify as configured.</p> |
| 14030 | +<p>This field is in preview. The draft value is only available to customers with the feature enabled.</p> |
| 14031 | +</p></li> |
14021 | 14032 | <li><p><strong>id</strong> (<em>int</em><em>, </em><em>optional</em>) – ID of this monitor.</p></li>
|
14022 | 14033 | <li><p><strong>matching_downtimes</strong> (<em>[</em><a class="reference internal" href="#datadog_api_client.v1.model.matching_downtime.MatchingDowntime" title="datadog_api_client.v1.model.matching_downtime.MatchingDowntime"><em>MatchingDowntime</em></a><em>]</em><em>, </em><em>optional</em>) – A list of active v1 downtimes that match this monitor.</p></li>
|
14023 | 14034 | <li><p><strong>message</strong> (<em>str</em><em>, </em><em>optional</em>) – A message to include with notifications for this monitor.</p></li>
|
@@ -14069,6 +14080,42 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
|
14069 | 14080 | </dl>
|
14070 | 14081 | </dd></dl>
|
14071 | 14082 | </section>
|
| 14083 | +<section id="module-datadog_api_client.v1.model.monitor_draft_status"> |
| 14084 | +<span id="datadog-api-client-v1-model-monitor-draft-status-module"></span><h2 id="module-datadog_api_client.v1.model.monitor_draft_status">datadog_api_client.v1.model.monitor_draft_status module<a class="headerlink" href="#module-datadog_api_client.v1.model.monitor_draft_status" title="Link to this heading">¶</a></h2> |
| 14085 | +<dl class="py class"> |
| 14086 | +<dt class="sig sig-object py" id="datadog_api_client.v1.model.monitor_draft_status.MonitorDraftStatus"> |
| 14087 | +<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">MonitorDraftStatus</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">arg</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#datadog_api_client.v1.model.monitor_draft_status.MonitorDraftStatus" title="Link to this definition">¶</a></dt> |
| 14088 | +<dt class="sig sig-object py"> |
| 14089 | +<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">MonitorDraftStatus</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">arg</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference internal" href="datadog_api_client.html#datadog_api_client.model_utils.ModelComposed" title="datadog_api_client.model_utils.ModelComposed"><span class="pre">ModelComposed</span></a></span></em><span class="sig-paren">)</span></dt> |
| 14090 | +<dt class="sig sig-object py"> |
| 14091 | +<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">MonitorDraftStatus</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span></dt> |
| 14092 | +<dd><p>Bases: <a class="reference internal" href="datadog_api_client.html#datadog_api_client.model_utils.ModelSimple" title="datadog_api_client.model_utils.ModelSimple"><code class="xref py py-class docutils literal notranslate"><span class="pre">ModelSimple</span></code></a></p> |
| 14093 | +<p>Indicates whether the monitor is in a draft or published state.</p> |
| 14094 | +<blockquote> |
| 14095 | +<div><p><cite>draft</cite>: The monitor appears as Draft and does not send notifications. |
| 14096 | +<cite>published</cite>: The monitor is active and evaluates conditions and notify as configured.</p> |
| 14097 | +<p>This field is in preview. The draft value is only available to customers with the feature enabled.</p> |
| 14098 | +</div></blockquote> |
| 14099 | +<dl class="field-list simple"> |
| 14100 | +<dt class="field-odd">Parameters<span class="colon">:</span></dt> |
| 14101 | +<dd class="field-odd"><ul class="simple"> |
| 14102 | +<li><p><strong>value</strong> (<em>str</em>) – If omitted defaults to “published”. Must be one of [“draft”, “published”].</p></li> |
| 14103 | +<li><p><strong>_check_type</strong> (<em>bool</em>) – If True, values for parameters in openapi_types |
| 14104 | +will be type checked and a TypeError will be raised if the wrong type is input. |
| 14105 | +Defaults to True.</p></li> |
| 14106 | +<li><p><strong>_path_to_item</strong> (<em>tuple/list</em>) – This is a list of keys or values to drill down to |
| 14107 | +the model in received_data when deserializing a response.</p></li> |
| 14108 | +<li><p><strong>_spec_property_naming</strong> (<em>bool</em>) – True if the variable names in the input |
| 14109 | +data are serialized names, as specified in the OpenAPI document. False if the |
| 14110 | +variable names in the input data are pythonic names, e.g. snake case (default).</p></li> |
| 14111 | +<li><p><strong>_configuration</strong> (<a class="reference internal" href="datadog_api_client.v1.html#datadog_api_client.v1.Configuration" title="datadog_api_client.v1.Configuration"><em>Configuration</em></a>) – The instance to use when deserializing a |
| 14112 | +file_type parameter. If passed, type conversion is attempted If omitted no |
| 14113 | +type conversion is done.</p></li> |
| 14114 | +</ul> |
| 14115 | +</dd> |
| 14116 | +</dl> |
| 14117 | +</dd></dl> |
| 14118 | +</section> |
14072 | 14119 | <section id="module-datadog_api_client.v1.model.monitor_formula_and_function_cost_aggregator">
|
14073 | 14120 | <span id="datadog-api-client-v1-model-monitor-formula-and-function-cost-aggregator-module"></span><h2 id="module-datadog_api_client.v1.model.monitor_formula_and_function_cost_aggregator">datadog_api_client.v1.model.monitor_formula_and_function_cost_aggregator module<a class="headerlink" href="#module-datadog_api_client.v1.model.monitor_formula_and_function_cost_aggregator" title="Link to this heading">¶</a></h2>
|
14074 | 14121 | <dl class="py class">
|
@@ -15089,6 +15136,11 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
|
15089 | 15136 | <li><p><strong>created</strong> (<em>datetime</em><em>, </em><em>optional</em>) – Timestamp of the monitor creation.</p></li>
|
15090 | 15137 | <li><p><strong>creator</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.creator.Creator" title="datadog_api_client.v1.model.creator.Creator"><em>Creator</em></a><em>, </em><em>optional</em>) – Object describing the creator of the shared element.</p></li>
|
15091 | 15138 | <li><p><strong>deleted</strong> (<em>datetime</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – Whether or not the monitor is deleted. (Always <code class="docutils literal notranslate"><span class="pre">null</span></code> )</p></li>
|
| 15139 | +<li><p><strong>draft_status</strong> (<a class="reference internal" href="#datadog_api_client.v1.model.monitor_draft_status.MonitorDraftStatus" title="datadog_api_client.v1.model.monitor_draft_status.MonitorDraftStatus"><em>MonitorDraftStatus</em></a><em>, </em><em>optional</em>) – <p>Indicates whether the monitor is in a draft or published state.</p> |
| 15140 | +<p><code class="docutils literal notranslate"><span class="pre">draft</span></code> : The monitor appears as Draft and does not send notifications. |
| 15141 | +<code class="docutils literal notranslate"><span class="pre">published</span></code> : The monitor is active and evaluates conditions and notify as configured.</p> |
| 15142 | +<p>This field is in preview. The draft value is only available to customers with the feature enabled.</p> |
| 15143 | +</p></li> |
15092 | 15144 | <li><p><strong>id</strong> (<em>int</em><em>, </em><em>optional</em>) – ID of this monitor.</p></li>
|
15093 | 15145 | <li><p><strong>message</strong> (<em>str</em><em>, </em><em>optional</em>) – A message to include with notifications for this monitor.</p></li>
|
15094 | 15146 | <li><p><strong>modified</strong> (<em>datetime</em><em>, </em><em>optional</em>) – Last timestamp when the monitor was edited.</p></li>
|
|
0 commit comments