Skip to main content

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

OK

Schema
    lastRunTs int64
    id string
    recommendationSummary string
Loading...