Skip to content

Commit f72ad43

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit cfbf5cd of spec repo
1 parent 04fb35c commit f72ad43

File tree

5 files changed

+494
-12
lines changed

5 files changed

+494
-12
lines changed

content/en/api/v2/security-monitoring/examples.json

Lines changed: 47 additions & 11 deletions
Large diffs are not rendered by default.

content/en/api/v2/security-monitoring/request.CreateSecurityMonitoringSuppression.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
"expiration_date": 1638443471000,
88
"name": "Example-Security-Monitoring",
99
"rule_query": "type:log_detection source:cloudtrail",
10-
"suppression_query": "env:staging status:low"
10+
"suppression_query": "env:staging status:low",
11+
"tags": [
12+
"technique:T1110-brute-force",
13+
"source:cloudtrail"
14+
]
1115
},
1216
"type": "suppressions"
1317
}

data/api/v2/full_spec.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47415,6 +47415,14 @@ components:
4741547415
the queries to search signals in the signal explorer.
4741647416
example: env:staging status:low
4741747417
type: string
47418+
tags:
47419+
description: List of tags associated with the suppression rule.
47420+
example:
47421+
- technique:T1110-brute-force
47422+
- source:cloudtrail
47423+
items:
47424+
type: string
47425+
type: array
4741847426
update_date:
4741947427
description: A Unix millisecond timestamp given the update date of the suppression
4742047428
rule.
@@ -47476,6 +47484,14 @@ components:
4747647484
same syntax as the queries to search signals in the Signals Explorer.
4747747485
example: env:staging status:low
4747847486
type: string
47487+
tags:
47488+
description: List of tags associated with the suppression rule.
47489+
example:
47490+
- technique:T1110-brute-force
47491+
- source:cloudtrail
47492+
items:
47493+
type: string
47494+
type: array
4747947495
required:
4748047496
- name
4748147497
- enabled
@@ -47571,6 +47587,14 @@ components:
4757147587
the queries to search signals in the signal explorer.
4757247588
example: env:staging status:low
4757347589
type: string
47590+
tags:
47591+
description: List of tags associated with the suppression rule.
47592+
example:
47593+
- technique:T1110-brute-force
47594+
- source:cloudtrail
47595+
items:
47596+
type: string
47597+
type: array
4757447598
version:
4757547599
description: The current version of the suppression. This is optional, but
4757647600
it can help prevent concurrent modifications.

0 commit comments

Comments
 (0)