GET
/
vms
/
vulnerabilities

Authorizations

X-CONNECTION-ID
string
headerrequired
X-API-KEY
string
headerrequired

Query Parameters

sort
string | null

Sort by field

stateUpdatedSince
string | null

Datetime filter, only return vulnerabilites where the state was updated since this datetime. Example format: 2021-01-01T00:00:00+00:00

deviceId
string | null

Device ID Filter, comma separated

severity
string | null

Vulnerability severity filter, comma separated

port
string | null

Port number filter, comma separated

protocol
string | null

Protocol filter, comma separated

category
string | null

Vulnerability category filter, comma separated

cve
string | null

CVE ID filter, comma separated

includeDeviceGroups
boolean
default: false

Include device groups in the devices attached to the vulnerability

updatedSince
string | null

Datetime filter, only return items updated since this datetime. Example format: 2021-01-01T00:00:00+00:00

limit
integer
default: 100

Limit size (page size)

offset
integer
default: 0

Offset index (starting index of page)

Response

200 - application/json
count
integer
required

Number of items return in the response

total
integer
required

Total number of items that can be returned

items
object[]
required

List of items returned in the response