Overcast is alpha — behaviour and APIs may change between releases. Pin your version and read the changelog before upgrading.

overcast

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 Groups4
Schedules5
Tags3

Endpoints

Schedule Groups

OperationStatusNotesAWS Docs
CreateScheduleGroup✅ SupportedCreates a named groupdocs
GetScheduleGroup✅ SupportedReturns group metadatadocs
ListScheduleGroups✅ SupportedLists groups in regiondocs
DeleteScheduleGroup✅ SupportedDeletes group (except default)docs

Schedules

OperationStatusNotesAWS Docs
CreateSchedule✅ SupportedPOST /schedules/{Name}; GroupName in the body, defaulting to default; rejects a target type Overcast cannot firedocs
GetSchedule✅ SupportedGET /schedules/{Name}; ?groupName selects the groupdocs
UpdateSchedule✅ SupportedPUT /schedules/{Name}; GroupName in the body; replaces the whole schedule, so an omitted member is unset; rejects a target type Overcast cannot firedocs
DeleteSchedule✅ SupportedDELETE /schedules/{Name}; ?groupName selects the groupdocs
ListSchedules✅ SupportedGET /schedules; optional ?ScheduleGroup filterdocs

Tags

OperationStatusNotesAWS Docs
TagResource✅ SupportedMerges tags on ARN, at the shared /tags/{ResourceArn} path; refuses the keys and values AWS refusesdocs
UntagResource✅ SupportedRemoves ?TagKeys from ARNdocs
ListTagsForResource✅ SupportedReturns the modeled TagList, ordered by keydocs