Security & Audit/Security
GETSecuritySince 1.0SynchronousAuth Required
GetPostureDashboard
Get security posture dashboard overview with aggregated metrics.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
GET/api/v1/security/posture-dashboard
/api/v1/security/posture-dashboard
Request Example
curl -X GET '{host}/api/v1/security/posture-dashboard' -H 'Authorization: Bearer {token}'
Response Example
200{
"totalAgents": 200,
"vulnerableAgents": 35,
"criticalCveCount": 5,
"highCveCount": 12,
"avgCvssScore": 7.4,
"fixRatePct30d": 68.5,
"top5Cves": [
{}
]
}Change History
This API has no change history records yet.
