Run a specific policy
post
/schedules/{schedule_name}/action/run
Request
Path Parameters
- schedule_name
-
Type:
stringRequired:trueName of the schedule
Response
Supported Media Types
- application/json
200 Response
OK
Body
Nested Schema : NameValue
Type:
object- name
-
Type:
string - value
-
Type:
string
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"
}
]