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>creation_date</strong> (<em>int</em><em>, </em><em>optional</em>) – A Unix millisecond timestamp given the creation date of the suppression rule.</p></li>
41203
41203
<li><p><strong>creator</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>
41204
+
<li><p><strong>data_exclusion_query</strong> (<em>str</em><em>, </em><em>optional</em>) – An exclusion query on the input data of the security rules, which could be logs, Agent events, or other types of data based on the security rule. Events matching this query are ignored by any detection rules referenced in the suppression rule.</p></li>
41204
41205
<li><p><strong>description</strong> (<em>str</em><em>, </em><em>optional</em>) – A description for the suppression rule.</p></li>
41205
41206
<li><p><strong>enabled</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether the suppression rule is enabled.</p></li>
41206
41207
<li><p><strong>expiration_date</strong> (<em>int</em><em>, </em><em>optional</em>) – A Unix millisecond timestamp giving an expiration date for the suppression rule. After this date, it won’t suppress signals anymore.</p></li>
<li><p><strong>data_exclusion_query</strong> (<em>str</em><em>, </em><em>optional</em>) – An exclusion query on the input data of the security rules, which could be logs, Agent events, or other types of data based on the security rule. Events matching this query are ignored by any detection rules referenced in the suppression rule.</p></li>
41228
41230
<li><p><strong>description</strong> (<em>str</em><em>, </em><em>optional</em>) – A description for the suppression rule.</p></li>
41229
41231
<li><p><strong>enabled</strong> (<em>bool</em>) – Whether the suppression rule is enabled.</p></li>
41230
41232
<li><p><strong>expiration_date</strong> (<em>int</em><em>, </em><em>optional</em>) – A Unix millisecond timestamp giving an expiration date for the suppression rule. After this date, it won’t suppress signals anymore.</p></li>
41231
41233
<li><p><strong>name</strong> (<em>str</em>) – The name of the suppression rule.</p></li>
41232
41234
<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>
41233
-
<li><p><strong>suppression_query</strong> (<em>str</em>) – The suppression query of the suppression rule. If a signal matches this query, it is suppressed and is not triggered . Same syntax as the queries to search signals in the signal explorer.</p></li>
41235
+
<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>
<li><p><strong>data_exclusion_query</strong> (<em>str</em><em>, </em><em>optional</em>) – An exclusion query on the input data of the security rules, which could be logs, Agent events, or other types of data based on the security rule. Events matching this query are ignored by any detection rules referenced in the suppression rule.</p></li>
41321
41324
<li><p><strong>description</strong> (<em>str</em><em>, </em><em>optional</em>) – A description for the suppression rule.</p></li>
41322
41325
<li><p><strong>enabled</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether the suppression rule is enabled.</p></li>
41323
41326
<li><p><strong>expiration_date</strong> (<em>int</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – A Unix millisecond timestamp giving an expiration date for the suppression rule. After this date, it won’t suppress signals anymore. If unset, the expiration date of the suppression rule is left untouched. If set to <code class="docutils literal notranslate"><span class="pre">null</span></code> , the expiration date is removed.</p></li>
0 commit comments