Get Remediation
POST/api/v1/permission/alert/remediation
Returns a list of remediations for the specified alert IDs.
Request
- application/json
Body
required
Model for RemediationRequestDto
alerts string[]required
List of relevant alerts
Responses
- 200
- 201
- 401
- 403
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
alertIdVsCliScript object
List of relevant remediations
property name* string
cliDescription string
Cli Description
{
"alertIdVsCliScript": {
"I-1234": "cli command1",
"I-1235": "cli command2"
},
"cliDescription": "The following are CLI commands required for remediation. Successful execution will limit the relevant permissions of the violating resource.}"
}
Created
Unauthorized
Forbidden
Not Found
Loading...