Retrieve application vulnerability statistics

This operation returns an object containing information about aggregate vulnerability statistics for the specified application.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required

Application ID.

Query Params
string
enum
Defaults to open

Retrieve statistics on vulnerabilities for the specified application based on vulnerability status. If not specified, the default vuln status used is 'open'. NOTE: This parameter works in tandem with the 'display_vuln_risk', 'display_vuln_impact' and 'display_vuln_likelihood' flags.

Allowed:
string
enum
Defaults to 0

Display risk statistics on vulnerabilities for the specified application based on vulnerability status as specified in 'query_status'. If no status is specified, default vuln risk totals will be based on vulns that have a status of 'open'. Total vulns in each risk category (critical, high, medium, low, note) are displayed.

Allowed:
string
enum
Defaults to 0

Display impact statistics on vulnerabilities for the specified application based on vulnerability status as specified in 'query_status'. If no status is specified, default vuln impact totals will be based on vulns that have a status of 'open'. Total vulns in each impact category (high, medium, low) are displayed.

Allowed:
string
enum
Defaults to 0

Display likelihood statistics on vulnerabilities for the specified application based on vulnerability status as specified in 'query_status'. If no status is specified, default vuln likelihood totals will be based on vulns that have a status of 'open'. Total vulns in each likelihood category (high, medium, low) are displayed.

Allowed:
string
enum
Defaults to 0

Display a total count of vulnerabilities that have a status of 'open' for this application.

Allowed:
string
enum
Defaults to 0

Display a total count of vulnerabilities that have a status of 'closed' for this application.

Allowed:
string
enum
Defaults to 0

Display a total count of vulnerabilities that have a status of 'discovered' for this application.

Allowed:
string
enum
Defaults to 0

Display a total count of vulnerabilities that have a status of 'false' for this application.

Allowed:
string
enum
Defaults to xml

Data format for results. NOTE: CSV output is limited to basic counts per vuln status.

Allowed:
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

BadRequestResponse indicates a request with invalid parameters.

401

UnauthorizedResponse signals an unauthorized API access.

403

ForbiddenResponse signals a request for a resource that does not exist or is not authorized.

500

GenericError generic error.

Language
LoadingLoading…
Response
Choose an example:
application/json
application/xml
text/csv, text/comma-separated-values