1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ScheduledAction

ScheduledAction

    ScheduledAction describes the state of a scheduled action.

    Properties

    • id string required
      The unique identifier for this scheduled action.
    • orgID string required
      The organization ID that owns this scheduled action.
    • scheduleCron string optional
      A cron expression defining the recurring schedule.
    • scheduleOnce string optional
      A timestamp for a one-time scheduled execution.
    • nextExecution string required
      The timestamp of the next scheduled execution.
    • paused boolean required
      Whether the scheduled action is currently paused.
    • kind enum required
      The kind of action to be executed.
      Values: deployment, environment_rotation, scan
    • definition map[string]object required
      The action definition, which varies based on the action kind.
    • created string required
      The timestamp when this scheduled action was created.
    • modified string required
      The timestamp when this scheduled action was last modified.
    • lastExecuted string required
      The timestamp of the last execution, if any.