Recommendation Summary
GET/apm/api/v1/action-plan/:action-plan-id/recommendation-summary
Recommendation summary based on all the recommendations associated with related policies for an action plan. You must have ActionPlanOverview_READ permission to access this endpoint. Rate limit 2/sec.
Request
Path Parameters
action-plan-id stringrequired
action plan id
Example: action plan id
Header Parameters
x-redlock-auth stringrequired
Authorize using Authentication token
Example: jwt token
Responses
- 200
- 400
- 401
- 403
- 404
- 429
OK
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
lastRunTs int64
id string
recommendationSummary string
{
"lastRunTs": 0,
"id": "string",
"recommendationSummary": "string"
}
Bad Request
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
error object
code string
message string
target string
{
"error": {
"code": "string",
"message": "string",
"target": "string"
}
}
Unauthorized
Forbidden
Action-Plan ID not found
Too Many Requests
Loading...