Skip to content

Commit 22ca713

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 6d8f1fe of spec repo
1 parent 6d7b5eb commit 22ca713

File tree

7 files changed

+538
-3
lines changed

7 files changed

+538
-3
lines changed

config/_default/menus/api.en.yaml

Lines changed: 32 additions & 3 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
@@ -8350,7 +8376,8 @@ menu:
83508376
- v2
83518377
operationids:
83528378
- DeleteIncidentImpact
8353-
unstable: []
8379+
unstable:
8380+
- v2
83548381
order: 9
83558382
- name: Create an incident impact
83568383
url: '#create-an-incident-impact'
@@ -8362,7 +8389,8 @@ menu:
83628389
- v2
83638390
operationids:
83648391
- CreateIncidentImpact
8365-
unstable: []
8392+
unstable:
8393+
- v2
83668394
order: 7
83678395
- name: List an incident's impacts
83688396
url: '#list-an-incidents-impacts'
@@ -8374,7 +8402,8 @@ menu:
83748402
- v2
83758403
operationids:
83768404
- ListIncidentImpacts
8377-
unstable: []
8405+
unstable:
8406+
- v2
83788407
order: 6
83798408
- name: 'Create, update, and delete incident attachments'
83808409
url: '#create,-update,-and-delete-incident-attachments'

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
@@ -1627,6 +1627,18 @@
16271627
"description": "Run a threat hunting job returns \"Status created\" response"
16281628
}
16291629
],
1630+
"SearchSecurityFindings": [
1631+
{
1632+
"group": "security_monitoring",
1633+
"suffix": "",
1634+
"description": "Search security findings returns \"OK\" response"
1635+
},
1636+
{
1637+
"group": "security_monitoring",
1638+
"suffix": "_3678541639",
1639+
"description": "Search security findings returns \"OK\" response with pagination"
1640+
}
1641+
],
16301642
"TestSecurityMonitoringRule": [
16311643
{
16321644
"group": "security_monitoring",

0 commit comments

Comments
 (0)