Get vulnerability suppress details. Provide suppressId/versionId or both as inputs, either of them is mandatory.Only the system administrator has the permission to do this operation.
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/vulnerability/suppress/details
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/vulnerability/suppress/details
curl -i -X GET \
'https://codeinsightapi.redocly.app/_mock/swagger/vulnerability/suppress/details?suppressId=1&componentVersionId=1&limit=25&offset=1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "suppressId": 0, "vulnerabilityName": "string", "componentName": "string", "versionId": 0, "versionName": "string", "suppressedReason": "string", "suppressedRemarks": "string", "suppressedBy": "string", "suppressedDate": "string" }