WARNING: This API endpoint is only available through licensing - contact us for details.
Allow to obtain device information and all the CVE vulnerabilities that apply to a specific device. This contains both regular expressions (surrounded by slashes) as well as exact string matches (no surrounding slashes).
Code | Description |
---|---|
401 | This request is unauthorized. Either your key is invalid or wasn't specified. |
403 | This request is forbidden. Your account may have been blocked. |
429 | The amount of requests per minute has been exceeded. All accounts (even the unlimited ones) are rate limited to 250 requests per minute unless agreed otherwise with Inverse. |
502 | No API backend was able to process the request. The system may be overloaded, in maintenance or experiencing an issue. Retrying shortly after should work. |
Param name | Description |
---|---|
key required |
Your API key (you can optionally use the Authorization header for improved security) Validations:
Metadata: Type: query parameter Example: "?key=68989f507420b6187c7e4fa32245db311efed505" |
mode optional |
Allow to specify a formatting mode to obtain device information and CVE vulnerabilities split by direct/inherited/derived. Validations:
Metadata: Type: query Example: "/api/v2/devices/1/vulnerabilities?mode=split" |
In the default mode, it returns a JSON response with Device info and associated vulnerabilities
Param name | Description |
---|---|
devices required |
All informations that you can found under /v2/devices/:id Validations:
|
cve_devices required |
Common Vulnerabilities and Exposures (CVEs) for the device Validations:
|
cve_os required |
Common Vulnerabilities and Exposures (CVEs) for the OS Validations:
|
Header name | Description |
---|---|
Authorization optional |
Authorization header containing your API key (Bearer standard). Example value for the header: `Bearer 68989f507420b6187c7e4fa32245db311efed505` |