securityhub

Get vulnerability system summary

Retrieve the vulnerability summary of the system

get/security/summary

Query parameters

with_dangerous_cveboolean

Specify whether the dangerous CVEs are included inside summary information

with_dangerous_artifactboolean

Specify whether the dangerous Artifact are included inside summary information

Headers

X-Request-Idstring

An unique ID for the request

Response

Success

critical_cntinteger

the count of critical vulnerabilities

high_cntinteger

the count of high vulnerabilities

medium_cntinteger

the count of medium vulnerabilities

low_cntinteger

the count of low vulnerabilities

none_cntinteger

the count of none vulnerabilities

unknown_cntinteger

the count of unknown vulnerabilities

total_vulsinteger

the count of total vulnerabilities

scanned_cntinteger

the count of scanned artifacts

total_artifactinteger

the total count of artifacts

fixable_cntinteger

the count of fixable vulnerabilities

Changes