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
- 200
- 401
- 403
- 429
OK
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
lastRunTs int64
totalCount int64
value object[]
name string
id string
{
"lastRunTs": 0,
"totalCount": 0,
"value": [
{
"name": "string",
"id": "string"
}
]
}
Unauthorized
Forbidden
Too Many Requests
Loading...