Security
Retrieves trend summary of infrastructure misconfigurations
Retrieves trend summary of infrastructure misconfigurations
post/v1/secops/dashboard/infra_misconfig/trend/summary
Request body
Example request
{
"granularity": "day",
"group_by": [
"severity"
]
}Response
Success
Example response
[
{
"severity": "critical"
}
]