v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBSecurity Monitoring
Create a custom framework
Create a custom framework.
post/api/v2/cloud_security_management/custom_frameworks
Request body
Example request
{
"data": {
"attributes": {
"handle": "sec2",
"name": "security-framework",
"requirements": [
{
"controls": [
{
"name": "A1.2",
"rules_id": [
"[\"def-000-abc\"]"
]
}
],
"name": "criteria"
}
],
"version": "2"
},
"type": "custom_framework"
}
}Response
OK
Example response
{
"data": {
"attributes": {
"handle": "sec2",
"version": "2"
},
"id": "handle-version",
"type": "custom_framework"
}
}