Schedules
Last updated
Was this helpful?
Last updated
Was this helpful?
Gets a list of schedules.
Args: schedule_filter_model: Filter model used for pagination, sorting, filtering project_name_or_id: Optional name or ID of the project. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: List of schedule objects.
false
created
Logical Ops to use to combine filters on list methods.
and
Possible values: 1
20
Gets a specific schedule using its unique id.
Args: schedule_id: ID of the schedule to get. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: A specific schedule object.
true
Updates the attribute on a specific schedule using its unique id.
Args: schedule_id: ID of the schedule to get. schedule_update: the model containing the attributes to update.
Returns: The updated schedule object.
Update model for schedules.