Scheduler operations
Every Scheduler operation Overcast declares — 12 of 12 implemented — with status, behaviour notes and a link to the AWS API reference for each.
All 12 listed operations are implemented. Back to Scheduler.
Summary
| Category | ✅ Supported |
|---|---|
| Schedule Groups | 4 |
| Schedules | 5 |
| Tags | 3 |
Endpoints
Schedule Groups
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
CreateScheduleGroup | ✅ Supported | Creates a named group | docs |
GetScheduleGroup | ✅ Supported | Returns group metadata | docs |
ListScheduleGroups | ✅ Supported | Lists groups in region | docs |
DeleteScheduleGroup | ✅ Supported | Deletes group (except default) | docs |
Schedules
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
CreateSchedule | ✅ Supported | POST /schedules/{Name}; GroupName in the body, defaulting to default; rejects a target type Overcast cannot fire | docs |
GetSchedule | ✅ Supported | GET /schedules/{Name}; ?groupName selects the group | docs |
UpdateSchedule | ✅ Supported | PUT /schedules/{Name}; GroupName in the body; replaces the whole schedule, so an omitted member is unset; rejects a target type Overcast cannot fire | docs |
DeleteSchedule | ✅ Supported | DELETE /schedules/{Name}; ?groupName selects the group | docs |
ListSchedules | ✅ Supported | GET /schedules; optional ?ScheduleGroup filter | docs |
Tags
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
TagResource | ✅ Supported | Merges tags on ARN, at the shared /tags/{ResourceArn} path; refuses the keys and values AWS refuses | docs |
UntagResource | ✅ Supported | Removes ?TagKeys from ARN | docs |
ListTagsForResource | ✅ Supported | Returns the modeled TagList, ordered by key | docs |
Related
- Scheduler — quick start, what works, and the differences from AWS
- All service pages