Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ListScheduledActionsResponse

ListScheduledActionsResponse

    ListScheduledActionsResponse is the API response when scheduled deployments are listed.

    Properties

    • schedules array[ScheduledAction] required
      The list of scheduled actions
    • 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, agent_automation
    • 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.

      The infrastructure as code platform for any cloud.