Security
Get summary of infra threats aggregated by resource(s) for a given tenant
Get summary of infra threats aggregated by resource(s) for a given tenant
post/v1/secops/dashboard/infra_threats/summary_by_resource
Request body
Example request
{
"group_by": [
"Region"
]
}Response
Success
Example response
[
{
"cloud_provider": "AWS",
"severity": "Critical"
}
]