SLA Schedules
Manually run an SLA schedule
Triggers a single SLA schedule to run now, with specified date range. Requires sla:run
scope. This is done by posting from_date
and to_date
in the body.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
UUID of the schedule
Body
application/json
Dates to run the report from and to
The body is of type object
.
Response
202
Accepted. The report job is queued.