Skip to content

Commit de02caa

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 454360a of spec repo
1 parent 747f691 commit de02caa

File tree

7 files changed

+549
-204
lines changed

7 files changed

+549
-204
lines changed

config/_default/menus/api.en.yaml

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2753,18 +2753,6 @@ menu:
27532753
- ListSecurityMonitoringRules
27542754
unstable: []
27552755
order: 4
2756-
- name: Get a suppression's version history
2757-
url: '#get-a-suppressions-version-history'
2758-
identifier: security-monitoring-get-a-suppressions-version-history
2759-
parent: security-monitoring
2760-
generated: true
2761-
params:
2762-
versions:
2763-
- v2
2764-
operationids:
2765-
- GetSuppressionVersionHistory
2766-
unstable: []
2767-
order: 0
27682756
- name: Update a suppression rule
27692757
url: '#update-a-suppression-rule'
27702758
identifier: security-monitoring-update-a-suppression-rule
@@ -3106,6 +3094,19 @@ menu:
31063094
unstable:
31073095
- v2
31083096
order: 28
3097+
- name: Search security findings
3098+
url: '#search-security-findings'
3099+
identifier: security-monitoring-search-security-findings
3100+
parent: security-monitoring
3101+
generated: true
3102+
params:
3103+
versions:
3104+
- v2
3105+
operationids:
3106+
- SearchSecurityFindings
3107+
unstable:
3108+
- v2
3109+
order: 2
31093110
- name: Create Jira issues for security findings
31103111
url: '#create-jira-issues-for-security-findings'
31113112
identifier: security-monitoring-create-jira-issues-for-security-findings
@@ -3168,6 +3169,19 @@ menu:
31683169
- DetachCase
31693170
unstable: []
31703171
order: 46
3172+
- name: List security findings
3173+
url: '#list-security-findings'
3174+
identifier: security-monitoring-list-security-findings
3175+
parent: security-monitoring
3176+
generated: true
3177+
params:
3178+
versions:
3179+
- v2
3180+
operationids:
3181+
- ListSecurityFindings
3182+
unstable:
3183+
- v2
3184+
order: 1
31713185
- name: Get a finding
31723186
url: '#get-a-finding'
31733187
identifier: security-monitoring-get-a-finding

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

Lines changed: 143 additions & 82 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)