Skip to main content

Create Remediation Request

POST 

/uve/api/v1/remediation/vuln-create-remediation

You create one of the following remediation action request for an asset or a set of assets:

  • Create a task or JIRA ticket
  • Create a merge request
  • Suppress the vulnerability

Remediation action request can be created at the following levels:

  • Asset level- Perform remediation action on an asset by asset ID
  • Group level- Perform remediation action for all the assets of a particular asset type for a specified CVE ID
  • Global level- Perform remediation action on all assets of a specified CVE ID.

Note: You need 'vulnerabilityRemediation' feature with 'Create' permission to access this endpoint. Verify if your permission group includes this feature using the Get Permission Group by ID endpoint. You can also check this in the Prisma Cloud console by ensuring that Alerts > Remediate Vulnerabilities is enabled.

Request

Responses

ACCEPTED