Fix Plan

Fix plan request endpoints

Request fix plan

post

Requests a fix plan for a given SBOM. The client should poll this endpoint until meta_data.overall_status becomes "available".

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
querystringRequiredExample: Recommend a fix plan
sbom_idstringRequired

SBOM identifier captured from the projects API

Responses
chevron-right
200

Fix plan response returned

application/json
post
/api/v1/explain

Last updated