post https://api.armosec.io/api/v1/posture/frameworks
Returns list of summaries of the latest posture runs per framework
Request object example
Get the latest result of the runs (per framework) which ran between 2020-11-24 09:37:45 AM
and 2020-11-28 05:37:45 AM
.
{
"since": "2020-11-24T09:37:45.633230367-05:00", // optional
"until": "2020-11-28T05:37:45.633230937-05:00" // optional
}
Get the result of the runs for cluster 'cluster-001'
{
"since": "2020-11-24T09:37:45.633230367-05:00", // optional
"until": "2020-11-28T05:37:45.633230937-05:00", // optional
"innerFilters": [{
"designators.attributes.cluster": "cluster 001"
}]
}