Security
Get summary of infra mis-configurations aggregated by resource(s) for a given tenant
Get summary of infra mis-configurations aggregated by region, resource category, or account for a given tenant.
post/v1/secops/dashboard/infra_misconfig/summary_by_resource
Request body
Example request
{
"group_by": [
"Region"
]
}Response
Success
Example response
[
{
"cloud_provider": "AWS",
"severity": "Critical"
}
]