curl --request GET \
--url https://app.aegister.com/api/v1/V-Ciso/security-frameworks \
--header 'X-Aegister-Token: <api-key>'{
"error": 0,
"messages": "<array>",
"total": 1,
"data": [
{
"id": 123,
"title": "<string>",
"security_frameworks": [
{
"id": "<string>",
"type": "control",
"title": "<string>",
"weight": 0.5,
"details": {},
"evidences": [
{
"files": [
"<string>"
],
"details": "<string>",
"datetime": "2023-11-07T05:31:56Z",
"completed": 0,
"residual_risk": 0.5,
"submitted_by": {
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user_email": "[email protected]"
}
}
],
"frequency": "<string>",
"description": "<string>",
"evidence_type": "self"
}
]
}
]
}Retrieves all Cyber Assurance Security Frameworks
curl --request GET \
--url https://app.aegister.com/api/v1/V-Ciso/security-frameworks \
--header 'X-Aegister-Token: <api-key>'{
"error": 0,
"messages": "<array>",
"total": 1,
"data": [
{
"id": 123,
"title": "<string>",
"security_frameworks": [
{
"id": "<string>",
"type": "control",
"title": "<string>",
"weight": 0.5,
"details": {},
"evidences": [
{
"files": [
"<string>"
],
"details": "<string>",
"datetime": "2023-11-07T05:31:56Z",
"completed": 0,
"residual_risk": 0.5,
"submitted_by": {
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user_email": "[email protected]"
}
}
],
"frequency": "<string>",
"description": "<string>",
"evidence_type": "self"
}
]
}
]
}Max number of reponse items.
Offset response items.
Order results by item field
Filter results by title
Any value different from 0 indicates an error.
More details can be found in messages.
0 <= x <= 0If error is 1, contains zero or more details on the error.
Total number of items that meet the list filter.
This doesn't represent the number of items inside the data array.
x >= 0Mostra attributi figli
Security Framework unique identifier.
Security Framework title.
Contains all security frameworks
Mostra attributi figli
Identifier for the security framework
Specify the type of the security framework
control Security framework title
The weight of the security framework.
All security frameworks in this array must add up to 1.0.
0 <= x <= 1Must be a multiple of 0.1Other extra specification about the security framework.
This will contain the history of the security framework execution.
This array is limited to max 200 elements.
Mostra attributi figli
Attached files for an evidence.
More information about the control execution.
Reports if evidence execution run correctly.
0, 1 Indicates if the answer shows some issues that need to be addressed.
If residual risk is 1.0 needs urgent acting, if is 0.0 is safe.
0 <= x <= 1Must be a multiple of 0.1This object is set when the security framework evidence_type has self value.
The security framework execution frequency.
It is specified using UNIX cron format.
Detailed security framework description.
Describes wheater the security framework is run automatically according to the frequency, or needs the user to act on the security framework.
self, automated