Skip to main content

List Action Plan Names

GET 

/apm/api/v1/action-plan/names

Get action plan names. You must have ActionPlanOverview_READ permission to access this endpoint. Rate limit 2/sec.

Request

Header Parameters

    x-redlock-auth stringrequired

    Authorize using Authentication token

    Example: jwt token

Responses

OK

Schema
    lastRunTs int64
    totalCount int64
    value object[]
  • Array [
  • name string
    id string
  • ]
Loading...