SLA Schedules
Create a new SLA schedule
Creates a new SLA report schedule object in DynamoDB and sets up CloudWatch event rules (daily/weekly/monthly). Requires sla:create
scope.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
New SLA schedule data
The body is of type object
.
Response
201
Created. Returns the newly created schedule.