DownloadRemediationNoteFile
This method can be used for the following: Download a remediation note file.
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
GET /api/ss/vulnerability/:vulnerabilityId/remediationNote/:remediationNoteId/file/:fileName HTTP/1.1
Host: demo.attackforge.com
X-SSAPI-KEY: APIKey
Content-Type: application/json
Connection: closeQuery
vulnerabilityId (string)
Identifier for the vulnerability.
Example:
GET /api/ss/vulnerability/5f63de24fa1c9208d3e140b0/remediationNote/:remediationNoteId/file/:fileName HTTP/1.1remediationNoteId (string)
Identifier for the remediation note.
Example:
fileName (string)
Storage name for the file.
Example:
Example
The following example is a cURL request to get a file on a remediation note.
Request
Include API Token instead of stars in 'X-SSAPI-KEY: ***************************************' parameter.
Response
Response contains binary data. If using curl, use option --output to save the binary response as a file e.g.
Last updated