Controls
Create Control
Use this API to create a new control in the Controls Library.
post/api/controls/v1/controls
Request body
Example request
{
"identifier": "A.1.1",
"name": "Control ABC",
"orgGroupId": "1a2b3c4e-5f6g-7h8i-9j0k-1l2m3n4o5p6q",
"description": "Testing Control",
"recommendation": "Recommended",
"frameworkId": "1a2b3c4e-5f6g-7h8i-9j0k-1l2m3n4o5p6q",
"frameworkName": "NIST",
"frameworkNameKey": "framework.NIST",
"status": "Active",
"categoryId": "1a2b3c4e-5f6g-7h8i-9j0k-1l2m3n4o5p6q",
"categoryName": "Access Control",
"categoryNameKey": "category.AccessControl",
"implementationGuidance": "Testing Control",
"seedControlId": "123e4567-e89b-12d3-a456-426614174000",
"importBatchId": "123e4567-e89b-12d3-a456-426614174001",
"origin": "Manual",
"otControlIdentifier": "123e4567-e89b-12d3-a456-426614174002"
}Response
Created
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000"
}