Skip to content

Commit c57ff59

Browse files
Add suppression tags (#2939)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> ff6f9e2
1 parent 1b34e77 commit c57ff59

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

datadog_api_client.v2.model.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91838,6 +91838,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
9183891838
<li><p><strong>rule_query</strong> (<em>str</em><em>, </em><em>optional</em>) – The rule query of the suppression rule, with the same syntax as the search bar for detection rules.</p></li>
9183991839
<li><p><strong>start_date</strong> (<em>int</em><em>, </em><em>optional</em>) – A Unix millisecond timestamp giving the start date for the suppression rule. After this date, it starts suppressing signals.</p></li>
9184091840
<li><p><strong>suppression_query</strong> (<em>str</em><em>, </em><em>optional</em>) – The suppression query of the suppression rule. If a signal matches this query, it is suppressed and not triggered. Same syntax as the queries to search signals in the signal explorer.</p></li>
91841+
<li><p><strong>tags</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – List of tags associated with the suppression rule.</p></li>
9184191842
<li><p><strong>update_date</strong> (<em>int</em><em>, </em><em>optional</em>) – A Unix millisecond timestamp given the update date of the suppression rule.</p></li>
9184291843
<li><p><strong>updater</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.security_monitoring_user.SecurityMonitoringUser" title="datadog_api_client.v2.model.security_monitoring_user.SecurityMonitoringUser"><em>SecurityMonitoringUser</em></a><em>, </em><em>optional</em>) – A user.</p></li>
9184391844
<li><p><strong>version</strong> (<em>int</em><em>, </em><em>optional</em>) – The version of the suppression rule; it starts at 1, and is incremented at each update.</p></li>
@@ -91868,6 +91869,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
9186891869
<li><p><strong>rule_query</strong> (<em>str</em>) – The rule query of the suppression rule, with the same syntax as the search bar for detection rules.</p></li>
9186991870
<li><p><strong>start_date</strong> (<em>int</em><em>, </em><em>optional</em>) – A Unix millisecond timestamp giving the start date for the suppression rule. After this date, it starts suppressing signals.</p></li>
9187091871
<li><p><strong>suppression_query</strong> (<em>str</em><em>, </em><em>optional</em>) – The suppression query of the suppression rule. If a signal matches this query, it is suppressed and is not triggered. It uses the same syntax as the queries to search signals in the Signals Explorer.</p></li>
91872+
<li><p><strong>tags</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – List of tags associated with the suppression rule.</p></li>
9187191873
</ul>
9187291874
</dd>
9187391875
</dl>
@@ -91983,6 +91985,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
9198391985
<li><p><strong>rule_query</strong> (<em>str</em><em>, </em><em>optional</em>) – The rule query of the suppression rule, with the same syntax as the search bar for detection rules.</p></li>
9198491986
<li><p><strong>start_date</strong> (<em>int</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – A Unix millisecond timestamp giving the start date for the suppression rule. After this date, it starts suppressing signals. If unset, the start date of the suppression rule is left untouched. If set to <code class="docutils literal notranslate"><span class="pre">null</span></code> , the start date is removed.</p></li>
9198591987
<li><p><strong>suppression_query</strong> (<em>str</em><em>, </em><em>optional</em>) – The suppression query of the suppression rule. If a signal matches this query, it is suppressed and not triggered. Same syntax as the queries to search signals in the signal explorer.</p></li>
91988+
<li><p><strong>tags</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – List of tags associated with the suppression rule.</p></li>
9198691989
<li><p><strong>version</strong> (<em>int</em><em>, </em><em>optional</em>) – The current version of the suppression. This is optional, but it can help prevent concurrent modifications.</p></li>
9198791990
</ul>
9198891991
</dd>

0 commit comments

Comments
 (0)