Skip to content

Commit cca0147

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2efd4eba of spec repo
1 parent e5b5914 commit cca0147

File tree

10 files changed

+5450
-55
lines changed

10 files changed

+5450
-55
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-04-24 13:40:52.400928",
8-
"spec_repo_commit": "4295fd1a"
7+
"regenerated": "2025-04-28 15:13:55.332236",
8+
"spec_repo_commit": "2efd4eba"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-24 13:41:01.298481",
13-
"spec_repo_commit": "4295fd1a"
12+
"regenerated": "2025-04-28 15:14:04.372295",
13+
"spec_repo_commit": "2efd4eba"
1414
}
1515
}
1616
}

config/_default/menus/api.en.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2863,6 +2863,54 @@ menu:
28632863
unstable:
28642864
- v2
28652865
order: 1
2866+
- name: Update a custom framework
2867+
url: '#update-a-custom-framework'
2868+
identifier: security-monitoring-update-a-custom-framework
2869+
parent: security-monitoring
2870+
generated: true
2871+
params:
2872+
versions:
2873+
- v2
2874+
operationids:
2875+
- UpdateCustomFramework
2876+
unstable: []
2877+
order: 4
2878+
- name: Get a custom framework
2879+
url: '#get-a-custom-framework'
2880+
identifier: security-monitoring-get-a-custom-framework
2881+
parent: security-monitoring
2882+
generated: true
2883+
params:
2884+
versions:
2885+
- v2
2886+
operationids:
2887+
- GetCustomFramework
2888+
unstable: []
2889+
order: 4
2890+
- name: Delete a custom framework
2891+
url: '#delete-a-custom-framework'
2892+
identifier: security-monitoring-delete-a-custom-framework
2893+
parent: security-monitoring
2894+
generated: true
2895+
params:
2896+
versions:
2897+
- v2
2898+
operationids:
2899+
- DeleteCustomFramework
2900+
unstable: []
2901+
order: 4
2902+
- name: Create a custom framework
2903+
url: '#create-a-custom-framework'
2904+
identifier: security-monitoring-create-a-custom-framework
2905+
parent: security-monitoring
2906+
generated: true
2907+
params:
2908+
versions:
2909+
- v2
2910+
operationids:
2911+
- CreateCustomFramework
2912+
unstable: []
2913+
order: 4
28662914
- name: Change the triage state of a security signal
28672915
url: '#change-the-triage-state-of-a-security-signal'
28682916
identifier: security-monitoring-change-the-triage-state-of-a-security-signal

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

Lines changed: 186 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"data": {
3+
"type": "custom_framework",
4+
"attributes": {
5+
"name": "name",
6+
"handle": "create-framework-new",
7+
"version": "10",
8+
"icon_url": "test-url",
9+
"requirements": [
10+
{
11+
"name": "requirement",
12+
"controls": [
13+
{
14+
"name": "control",
15+
"rules_id": [
16+
"def-000-be9"
17+
]
18+
}
19+
]
20+
}
21+
]
22+
}
23+
}
24+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"data": {
3+
"type": "custom_framework",
4+
"attributes": {
5+
"name": "name",
6+
"handle": "create-framework-new",
7+
"version": "10",
8+
"icon_url": "test-url",
9+
"requirements": [
10+
{
11+
"name": "requirement",
12+
"controls": [
13+
{
14+
"name": "control",
15+
"rules_id": [
16+
"def-000-be9"
17+
]
18+
}
19+
]
20+
}
21+
]
22+
}
23+
}
24+
}

data/api/v2/CodeExamples.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,13 @@
11131113
"description": "Create a detection rule with type 'workload_security' returns \"OK\" response"
11141114
}
11151115
],
1116+
"CreateCustomFramework": [
1117+
{
1118+
"group": "security_monitoring",
1119+
"suffix": "",
1120+
"description": "Create a custom framework returns \"OK\" response"
1121+
}
1122+
],
11161123
"CreateSignalNotificationRule": [
11171124
{
11181125
"group": "security_monitoring",
@@ -1207,6 +1214,13 @@
12071214
"description": "Update an existing rule returns \"OK\" response"
12081215
}
12091216
],
1217+
"UpdateCustomFramework": [
1218+
{
1219+
"group": "security_monitoring",
1220+
"suffix": "",
1221+
"description": "Update a custom framework returns \"OK\" response"
1222+
}
1223+
],
12101224
"UpdateSecurityFilter": [
12111225
{
12121226
"group": "security_monitoring",

0 commit comments

Comments
 (0)