v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
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

tenant_idsstring[] required

List of Tenant IDs to filter the threats/vulnerabilities. This can be fetched from the List Tenants API call.

group_bystring[] required

Example request

{
  "group_by": [
    "Region"
  ]
}

Response

Success

cloud_provider'AWS' | 'Azure' | 'AzureStack' | 'Azure_CSP' | 'Azure_CSP-Direct' | 'Azure_EA' | 'Azure_MCA' | 'Cloudstack' | 'GCP' | 'MS_VMM' | 'OCI' | 'Openstack' | 'PrivateCloud' | 'Rackspace' | 'VMware' | 'VMware_VCD' | 'vCenter'

Cloud Provider of the service account

service_account_idstring

ID of the service account to which the threat/vulnerability/misconfiguration belongs to.

severity'Critical' | 'High' | 'Info' | 'Low' | 'Medium' | 'None' | 'Unknown'

Severity values

regionstring

Region the impacted resource is located in.

resource_categorystring

Category of the resource to which the threat/vulnerability/misconfiguration belongs to.

resource_typestring

Type of the resource to which the threat/vulnerability/misconfiguration belongs to.

resource_idsstring[]

List of Resource ID(s) where the vulnerability/threat/misconfiguration is observed.

idsstring[]

List of Unique ID(s) for vulnerability/threat/misconfiguration depending on the context.

Example response

[
  {
    "cloud_provider": "AWS",
    "severity": "Critical"
  }
]