Skip to main content

Resolve Vulnerabilty Instances

PUT 

/pub/v4.0/vulnerability/update

Mark one or more instances of a vulnerability as resolved.
Rate limiting: 60 times per minute

Request

Query Parameters

    customerid stringrequired

    The customer ID to which the API call is directed

Body

required
    ticketIdList stringrequired

    A list of one or more ticket IDs for vulnerability instances being resolved. If you include the ticket IDs for multiple vulnerability instances, separate them by commas; for example: “ticketIdList”: [“vuln-1a4a72c2”, “vuln-1a4a72c3”, “vuln-1a4a72c4”] To retrieve a list of vulnerabilities and vulnerability instances, including their ticket IDs, use Get Vulnerabilities and refer to the zb_ticketid values.

    action stringrequired

    The action employed to resolve the vulnerability instance. The following value must be either mitigate or ignore.

    reason stringrequired

    The reason for resolving the vulnerability instance. The following value cannot contain any special characters.

    full_name stringrequired

    The name of the vulnerability; for example, CVE-2018-18568

Responses

Successful Response

Schema
    any
Loading...