Parameter | Description |
---|---|
Field | Specify the field by which to search for vulnerability. |
Fields | Specify which fields to return for each item. |
Value | Specify the search value. It can be either a single value or multiple values separated by commas. |
{
"vulnerabilities": [
{
"description": "<string>",
"name": "<string>",
"vulnerability_type": "<string>",
"alert_id": null
}
]
}
Was this page helpful?