Get rule counts for a STIG
GET
/api/stigs/{id}/stats
Returns the STIG's rule count and severity breakdown. Pure reference data — no usage section (components are based on SRGs, not STIGs) — and public like the rest of the STIG catalog.
Parameters
Path Parameters
id*
Numeric ID of the STIG.
Type
Requiredinteger
Example
4Responses
STIG rule counts and severity breakdown
application/json
JSON "rule_count": 380, "severity_counts": { "high": 40, "medium": 300, "low": 40 }
{
}