List Total Vulnerable Images and Hosts
Gets the summary data for all the vulnerable images and hosts, for the request time, accounts and account groups
Header Parameters
- x-redlock-auth string
- application/json
Request Body
filters object[]
Array [name FilterTypePossible values: [
account.group
,cloud.account
]operator stringvalue string]timeRange object
type stringvalue object
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
OK
- application/json
- Schema
- Example (from schema)
Schema
value object
images object
totalCriticalVulnerabilities int64totalHighVulnerabilities int64hosts object
totalCriticalVulnerabilities int64totalHighVulnerabilities int64totalBySeverity object
totalCriticalVulnerabilities int64totalHighVulnerabilities int64- date string
- ts int64
{
"value": {
"images": {
"totalCriticalVulnerabilities": 0,
"totalHighVulnerabilities": 0
},
"hosts": {
"totalCriticalVulnerabilities": 0,
"totalHighVulnerabilities": 0
},
"totalBySeverity": {
"totalCriticalVulnerabilities": 0,
"totalHighVulnerabilities": 0
}
},
"date": "string",
"ts": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error object
code stringmessage stringtarget string
{
"error": {
"code": "string",
"message": "string",
"target": "string"
}
}
Unauthorized
Forbidden
Too Many Requests
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error object
code stringmessage stringtarget string
{
"error": {
"code": "string",
"message": "string",
"target": "string"
}
}
Service unavailable
- application/json
- Schema
- Example (from schema)
Schema
error object
code stringmessage stringtarget string
{
"error": {
"code": "string",
"message": "string",
"target": "string"
}
}
Loading...