Skip to content

Commit 1a08126

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2fed335 of spec repo
1 parent 1cc5c25 commit 1a08126

File tree

7 files changed

+523
-0
lines changed

7 files changed

+523
-0
lines changed

config/_default/menus/api.en.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3106,6 +3106,19 @@ menu:
31063106
unstable:
31073107
- v2
31083108
order: 28
3109+
- name: Search security findings
3110+
url: '#search-security-findings'
3111+
identifier: security-monitoring-search-security-findings
3112+
parent: security-monitoring
3113+
generated: true
3114+
params:
3115+
versions:
3116+
- v2
3117+
operationids:
3118+
- SearchSecurityFindings
3119+
unstable:
3120+
- v2
3121+
order: 2
31093122
- name: Create Jira issues for security findings
31103123
url: '#create-jira-issues-for-security-findings'
31113124
identifier: security-monitoring-create-jira-issues-for-security-findings
@@ -3168,6 +3181,19 @@ menu:
31683181
- DetachCase
31693182
unstable: []
31703183
order: 46
3184+
- name: List security findings
3185+
url: '#list-security-findings'
3186+
identifier: security-monitoring-list-security-findings
3187+
parent: security-monitoring
3188+
generated: true
3189+
params:
3190+
versions:
3191+
- v2
3192+
operationids:
3193+
- ListSecurityFindings
3194+
unstable:
3195+
- v2
3196+
order: 1
31713197
- name: Get a finding
31723198
url: '#get-a-finding'
31733199
identifier: security-monitoring-get-a-finding

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

Lines changed: 143 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"data": {
3+
"attributes": {
4+
"filter": "@severity:(critical OR high)"
5+
}
6+
}
7+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"data": {
3+
"attributes": {
4+
"filter": "@severity:(critical OR high)",
5+
"page": {
6+
"limit": 1
7+
}
8+
}
9+
}
10+
}

data/api/v2/CodeExamples.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,6 +1634,18 @@
16341634
"description": "Run a threat hunting job returns \"Status created\" response"
16351635
}
16361636
],
1637+
"SearchSecurityFindings": [
1638+
{
1639+
"group": "security_monitoring",
1640+
"suffix": "",
1641+
"description": "Search security findings returns \"OK\" response"
1642+
},
1643+
{
1644+
"group": "security_monitoring",
1645+
"suffix": "_3678541639",
1646+
"description": "Search security findings returns \"OK\" response with pagination"
1647+
}
1648+
],
16371649
"TestSecurityMonitoringRule": [
16381650
{
16391651
"group": "security_monitoring",

0 commit comments

Comments
 (0)