Get File for Remediation
GET/code/api/v1/remediations/buildtime/baseFile/:filename
Get the base file code for the remediation
Request
Path Parameters
filename stringrequired
Responses
- 200
- 403
- 404
- 422
Get Remediation Base File
- application/json
- Schema
- Example 1
Schema
string
{
"data": "aws_resource_efs{..}"
}
Unauthorized to get the code
Base file not found for this ID
Request arguments validation error
Loading...