Skip to content

Commit 314e01b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andcommitted
Security Monitoring Suppression - Add data_exclusion_query field (#1940)
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> a570a08
1 parent 5202d06 commit 314e01b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

datadog_api_client.v2.model.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41201,6 +41201,7 @@ <h1 id="datadog-api-client-v2-model--page-root">datadog_api_client.v2.model<a cl
4120141201
<dd class="field-odd"><ul class="simple">
4120241202
<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>
4120341203
<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>
4120441205
<li><p><strong>description</strong> (<em>str</em><em>, </em><em>optional</em>) – A description for the suppression rule.</p></li>
4120541206
<li><p><strong>enabled</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether the suppression rule is enabled.</p></li>
4120641207
<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>
@@ -41225,12 +41226,13 @@ <h1 id="datadog-api-client-v2-model--page-root">datadog_api_client.v2.model<a cl
4122541226
<dl class="field-list simple">
4122641227
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
4122741228
<dd class="field-odd"><ul class="simple">
41229+
<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>
4122841230
<li><p><strong>description</strong> (<em>str</em><em>, </em><em>optional</em>) – A description for the suppression rule.</p></li>
4122941231
<li><p><strong>enabled</strong> (<em>bool</em>) – Whether the suppression rule is enabled.</p></li>
4123041232
<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>
4123141233
<li><p><strong>name</strong> (<em>str</em>) – The name of the suppression rule.</p></li>
4123241234
<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>
4123441236
</ul>
4123541237
</dd>
4123641238
</dl>
@@ -41318,6 +41320,7 @@ <h1 id="datadog-api-client-v2-model--page-root">datadog_api_client.v2.model<a cl
4131841320
<dl class="field-list simple">
4131941321
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
4132041322
<dd class="field-odd"><ul class="simple">
41323+
<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>
4132141324
<li><p><strong>description</strong> (<em>str</em><em>, </em><em>optional</em>) – A description for the suppression rule.</p></li>
4132241325
<li><p><strong>enabled</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether the suppression rule is enabled.</p></li>
4132341326
<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>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)