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
Response
Accepted. The report job is queued.
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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
UUID of the schedule
Dates to run the report from and to
Accepted. The report job is queued.