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>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>
91839
91839
<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>
91840
91840
<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>
91841
91842
<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>
91842
91843
<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>
91843
91844
<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>
<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>
91869
91870
<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>
91870
91871
<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>
<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>
91984
91986
<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>
91985
91987
<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>
91986
91989
<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>
0 commit comments