Skip to main content
Security & Audit/Security

GetPostureDashboard

Get security posture dashboard overview with aggregated metrics.

GET/api/v1/security/posture-dashboard

Operation ID

GetPostureDashboard

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • totalAgents
    Integer

    Total number of managed agents in the system

    Example: 200

  • vulnerableAgents
    Integer

    Number of agents with at least one vulnerability finding

    Example: 35

  • criticalCveCount
    Integer

    Total number of distinct critical CVEs across all agents

    Example: 5

  • highCveCount
    Integer

    Total number of distinct high-severity CVEs across all agents

    Example: 12

  • avgCvssScore
    Long

    Average CVSS score across all active findings

    Example: 7.4

  • fixRatePct30d
    Long

    Percentage of vulnerabilities fixed in the last 30 days

    Example: 68.5

  • top5Cves
    List

    Top 5 CVEs ranked by number of affected agents

    Example: (nested array)

    • cveId
      String

      CVE identifier for this summary entry

      Example: CVE-2021-44228

    • affectedCount
      Integer

      Number of agents affected by this CVE

      Example: 15

    • severity
      String

      Severity level of this CVE

      Example: CVE_SEVERITY_UNSPECIFIED