id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2025-scheduled-action-response |
ScheduledActionResponse |
ScheduledActionResponse |
ScheduledActionResponse |
pythonsdk |
| python |
| Python |
| sdk |
| ScheduledActionResponse |
| V2025ScheduledActionResponse |
|
/tools/sdk/python/v2025/models/scheduled-action-response |
| SDK |
| Software Development Kit |
| ScheduledActionResponse |
| V2025ScheduledActionResponse |
|
ScheduledActionResponse
Properties
| Name |
Type |
Description |
Notes |
| id |
str |
Unique identifier for this scheduled action. |
[optional] |
| created |
datetime |
The time when this scheduled action was created. |
[optional] |
| job_type |
Enum [ 'BACKUP', 'CREATE_DRAFT', 'CONFIG_DEPLOY_DRAFT' ] |
Type of the scheduled job. |
[optional] |
| content |
ScheduledActionResponseContent |
|
[optional] |
| start_time |
datetime |
The time when this scheduled action should start. |
[optional] |
| cron_string |
str |
Cron expression defining the schedule for this action. |
[optional] |
| time_zone_id |
str |
Time zone ID for interpreting the cron expression. |
[optional] |
| } |
|
|
|
Example
[Back to top]