target_type'stack' | 'fleet' | 'system' | 'container' required
target_idstring nullable
Stack or container name (when target_type is stack or container).
node_idinteger nullable
Target node ID (when target_type is stack or container).
action'restart' | 'snapshot' | 'prune' required
cron_expressionstring required
Standard cron expression (5 fields).
created_bystring required
created_atinteger required
Unix timestamp (seconds).
updated_atinteger required
Unix timestamp (seconds).
last_run_atinteger nullable
next_run_atinteger nullable
last_statusstring nullable
last_errorstring nullable
prune_targetsstring nullable
JSON-stringified array of prune targets (containers, images, networks, volumes).
target_servicesstring nullable
JSON-stringified array of service names to restart.
prune_label_filterstring nullable
Docker label filter for prune operations.