Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Get the status of a generated report. To retrieve the specified report once the status is known you can use GET /reports/sastScan/{id}. To first generate a report (id) you can use POST /reports/sastScan.

Usage:

  1. GET /reports/sastScan/{id}/status and get the status of the specific report
  2. GET /reports/sastScan/{id} and get the report when ready

...

Code: 404 Not Found

Notes:

  • Retrieves the status of a generated report. If the request fails, it returns an error response. Possible

...

  • status: 0=Deleted, 1=In Process, 2=Created or 3=Failed.
  • CxOrigin verifies that the request comes from a plugin (for example Jenkins or CLI). Once verified, users with SAVE_SAST_SCAN permission can complete the call.


...


Section


Column

Read more:


Column



...