id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2024-scheduled-action-payload |
ScheduledActionPayload |
ScheduledActionPayload |
ScheduledActionPayload |
pythonsdk |
| python |
| Python |
| sdk |
| ScheduledActionPayload |
| V2024ScheduledActionPayload |
|
/tools/sdk/python/v2024/models/scheduled-action-payload |
| SDK |
| Software Development Kit |
| ScheduledActionPayload |
| V2024ScheduledActionPayload |
|
ScheduledActionPayload
Properties
| Name |
Type |
Description |
Notes |
| job_type |
Enum [ 'BACKUP', 'CREATE_DRAFT', 'CONFIG_DEPLOY_DRAFT' ] |
Type of the scheduled job. |
[required] |
| start_time |
datetime |
The time when this scheduled action should start. Optional. |
[optional] |
| cron_string |
str |
Cron expression defining the schedule for this action. Optional for repeated events. |
[optional] |
| time_zone_id |
str |
Time zone ID for interpreting the cron expression. Optional, will default to current time zone. |
[optional] |
| content |
ScheduledActionPayloadContent |
|
[required] |
| } |
|
|
|
Example
[Back to top]