Run a specific policy

post

/schedules/{schedule_name}/action/run

Request

Path Parameters
schedule_name
Type: string
Required: true
Name of the schedule

Response

Supported Media Types
  • application/json
200 Response
OK
Body
Root Schema : Run
Type: array
Nested Schema : NameValue
Type: object
Example application/json
[
 {
   "name": "status",
   "value": "Publish job mk1 with job ID of 4007 started successfully. Output is to policy_3"
 },
 {
   "name": "JobId",
   "value": "4007"
 }
]