v5

latestOpenAPI 3.1.02026-08-081,0211,3082.1 MB
WAREHOUSE_SCHEDULE

Create Schedule

Create a new warehouse schedule

post/warehouse/schedules/

Headers

x-tenantstring required

Request body

warehouse_namestring required
instance_idstring required
start_timestring date-time required
end_timestring date-time required
schedule_typestring required

One of: manual, recommendation, block

reasonstring nullable

Response

Successful Response

schedule_idinteger required
warehouse_namestring required
start_timestring date-time required
end_timestring date-time required
schedule_type'recommendation' | 'manual' | 'block' | 'auto_resize' | 'backoff' required
status'pending' | 'approved' | 'rejected' required
reasonstring required
created_byinteger required
created_atstring date-time required
updated_byinteger nullable
updated_atstring date-time nullable
{"stackTrail":"components:schemas:app__schemas__warehouse_schedules__ScheduleResponse:properties:recurrence_pattern:anyOf","oasType":"schema","type":"unknown","title":"Recurrence Pattern","nullable":true}
series_idinteger nullable
resize_mode'dynamic' | 'scheduled'