Get Remediation Fix Code
GET/code/api/v1/remediations/buildtime/:fixId
Get the remediation fix code for fix ID
Request
Path Parameters
fixId stringrequired
Responses
- 200
- 403
- 404
- 422
- 500
Get Remediation Fix Code
- application/json
- Schema
- Example 1
Schema
string
{
"data": "aws_resource_efs{..}"
}
Unauthorized to get the code
Fix remediation not found for this ID
Request arguments validation error
Failed to get remediation fix
Loading...