UpdateVulnerabilitySLAs
This method can be used for the following functionality: Update remediation SLAs on vulnerabilities.
Parameters
The following URL, Headers and Parameters are required for requests to this API endpoint. Where a parameter is optional, it will be indicated. Otherwise treat all parameters as mandatory.
Headers
Body
The body supplied must be a list of vulnerability objects:
reapply (boolean) (optional)
Set to true to reapply the SLA rules against the vulnerability.
Example:
delete (boolean) (optional)
Set to true to remove the SLA associated with the vulnerability.
Example:
sla (string) (optional)
Set to custom SLA date for the vulnerability. Must be UTC string e.g. 2021-06-03T23:15:33.008Z.
Example:
Example
The following example is a cURL request to update the SLA for a vulnerability.
Request
Include API Token instead of stars in 'X-SSAPI-KEY: ***************************************' parameter.
Response
Response contains a status and list of all successful and failed vulnerabilities.
Last updated