File tree 10 files changed +5450
-55
lines changed
content/en/api/v2/security-monitoring
10 files changed +5450
-55
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -2863,6 +2863,54 @@ menu:
2863
2863
unstable :
2864
2864
- v2
2865
2865
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
2866
2914
- name : Change the triage state of a security signal
2867
2915
url : ' #change-the-triage-state-of-a-security-signal'
2868
2916
identifier : security-monitoring-change-the-triage-state-of-a-security-signal
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 1113
1113
"description" : " Create a detection rule with type 'workload_security' returns \" OK\" response"
1114
1114
}
1115
1115
],
1116
+ "CreateCustomFramework" : [
1117
+ {
1118
+ "group" : " security_monitoring" ,
1119
+ "suffix" : " " ,
1120
+ "description" : " Create a custom framework returns \" OK\" response"
1121
+ }
1122
+ ],
1116
1123
"CreateSignalNotificationRule" : [
1117
1124
{
1118
1125
"group" : " security_monitoring" ,
1207
1214
"description" : " Update an existing rule returns \" OK\" response"
1208
1215
}
1209
1216
],
1217
+ "UpdateCustomFramework" : [
1218
+ {
1219
+ "group" : " security_monitoring" ,
1220
+ "suffix" : " " ,
1221
+ "description" : " Update a custom framework returns \" OK\" response"
1222
+ }
1223
+ ],
1210
1224
"UpdateSecurityFilter" : [
1211
1225
{
1212
1226
"group" : " security_monitoring" ,
You can’t perform that action at this time.
0 commit comments