1. Packages
  2. stackit
  3. API Docs
  4. getServerBackupSchedules
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
stackit logo
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud

    Server backup schedules datasource schema. Must have a region specified in the provider configuration.

    This datasource is in beta and may be subject to breaking changes in the future. Use with caution. See our guide for how to opt-in to use beta resources.

    Example Usage

    data "stackit_server_backup_schedules" "example" {
      project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      server_id  = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
    }
    

    Using getServerBackupSchedules

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getServerBackupSchedules(args: GetServerBackupSchedulesArgs, opts?: InvokeOptions): Promise<GetServerBackupSchedulesResult>
    function getServerBackupSchedulesOutput(args: GetServerBackupSchedulesOutputArgs, opts?: InvokeOptions): Output<GetServerBackupSchedulesResult>
    def get_server_backup_schedules(project_id: Optional[str] = None,
                                    region: Optional[str] = None,
                                    server_id: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetServerBackupSchedulesResult
    def get_server_backup_schedules_output(project_id: Optional[pulumi.Input[str]] = None,
                                    region: Optional[pulumi.Input[str]] = None,
                                    server_id: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetServerBackupSchedulesResult]
    func GetServerBackupSchedules(ctx *Context, args *GetServerBackupSchedulesArgs, opts ...InvokeOption) (*GetServerBackupSchedulesResult, error)
    func GetServerBackupSchedulesOutput(ctx *Context, args *GetServerBackupSchedulesOutputArgs, opts ...InvokeOption) GetServerBackupSchedulesResultOutput

    > Note: This function is named GetServerBackupSchedules in the Go SDK.

    public static class GetServerBackupSchedules 
    {
        public static Task<GetServerBackupSchedulesResult> InvokeAsync(GetServerBackupSchedulesArgs args, InvokeOptions? opts = null)
        public static Output<GetServerBackupSchedulesResult> Invoke(GetServerBackupSchedulesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetServerBackupSchedulesResult> getServerBackupSchedules(GetServerBackupSchedulesArgs args, InvokeOptions options)
    public static Output<GetServerBackupSchedulesResult> getServerBackupSchedules(GetServerBackupSchedulesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: stackit:index/getServerBackupSchedules:getServerBackupSchedules
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProjectId string
    STACKIT Project ID (UUID) to which the server is associated.
    ServerId string
    Server ID (UUID) to which the backup schedule is associated.
    Region string
    The resource region. If not defined, the provider region is used.
    ProjectId string
    STACKIT Project ID (UUID) to which the server is associated.
    ServerId string
    Server ID (UUID) to which the backup schedule is associated.
    Region string
    The resource region. If not defined, the provider region is used.
    projectId String
    STACKIT Project ID (UUID) to which the server is associated.
    serverId String
    Server ID (UUID) to which the backup schedule is associated.
    region String
    The resource region. If not defined, the provider region is used.
    projectId string
    STACKIT Project ID (UUID) to which the server is associated.
    serverId string
    Server ID (UUID) to which the backup schedule is associated.
    region string
    The resource region. If not defined, the provider region is used.
    project_id str
    STACKIT Project ID (UUID) to which the server is associated.
    server_id str
    Server ID (UUID) to which the backup schedule is associated.
    region str
    The resource region. If not defined, the provider region is used.
    projectId String
    STACKIT Project ID (UUID) to which the server is associated.
    serverId String
    Server ID (UUID) to which the backup schedule is associated.
    region String
    The resource region. If not defined, the provider region is used.

    getServerBackupSchedules Result

    The following output properties are available:

    Id string
    Items List<GetServerBackupSchedulesItem>
    ProjectId string
    STACKIT Project ID (UUID) to which the server is associated.
    ServerId string
    Server ID (UUID) to which the backup schedule is associated.
    Region string
    The resource region. If not defined, the provider region is used.
    Id string
    Items []GetServerBackupSchedulesItem
    ProjectId string
    STACKIT Project ID (UUID) to which the server is associated.
    ServerId string
    Server ID (UUID) to which the backup schedule is associated.
    Region string
    The resource region. If not defined, the provider region is used.
    id String
    items List<GetServerBackupSchedulesItem>
    projectId String
    STACKIT Project ID (UUID) to which the server is associated.
    serverId String
    Server ID (UUID) to which the backup schedule is associated.
    region String
    The resource region. If not defined, the provider region is used.
    id string
    items GetServerBackupSchedulesItem[]
    projectId string
    STACKIT Project ID (UUID) to which the server is associated.
    serverId string
    Server ID (UUID) to which the backup schedule is associated.
    region string
    The resource region. If not defined, the provider region is used.
    id str
    items Sequence[GetServerBackupSchedulesItem]
    project_id str
    STACKIT Project ID (UUID) to which the server is associated.
    server_id str
    Server ID (UUID) to which the backup schedule is associated.
    region str
    The resource region. If not defined, the provider region is used.
    id String
    items List<Property Map>
    projectId String
    STACKIT Project ID (UUID) to which the server is associated.
    serverId String
    Server ID (UUID) to which the backup schedule is associated.
    region String
    The resource region. If not defined, the provider region is used.

    Supporting Types

    GetServerBackupSchedulesItem

    BackupProperties GetServerBackupSchedulesItemBackupProperties
    Backup schedule details for the backups.
    BackupScheduleId int
    Enabled bool
    Is the backup schedule enabled or disabled.
    Name string
    The backup schedule name.
    Rrule string
    An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates.
    BackupProperties GetServerBackupSchedulesItemBackupProperties
    Backup schedule details for the backups.
    BackupScheduleId int
    Enabled bool
    Is the backup schedule enabled or disabled.
    Name string
    The backup schedule name.
    Rrule string
    An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates.
    backupProperties GetServerBackupSchedulesItemBackupProperties
    Backup schedule details for the backups.
    backupScheduleId Integer
    enabled Boolean
    Is the backup schedule enabled or disabled.
    name String
    The backup schedule name.
    rrule String
    An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates.
    backupProperties GetServerBackupSchedulesItemBackupProperties
    Backup schedule details for the backups.
    backupScheduleId number
    enabled boolean
    Is the backup schedule enabled or disabled.
    name string
    The backup schedule name.
    rrule string
    An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates.
    backup_properties GetServerBackupSchedulesItemBackupProperties
    Backup schedule details for the backups.
    backup_schedule_id int
    enabled bool
    Is the backup schedule enabled or disabled.
    name str
    The backup schedule name.
    rrule str
    An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates.
    backupProperties Property Map
    Backup schedule details for the backups.
    backupScheduleId Number
    enabled Boolean
    Is the backup schedule enabled or disabled.
    name String
    The backup schedule name.
    rrule String
    An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates.

    GetServerBackupSchedulesItemBackupProperties

    Name string
    RetentionPeriod int
    VolumeIds List<string>
    Name string
    RetentionPeriod int
    VolumeIds []string
    name String
    retentionPeriod Integer
    volumeIds List<String>
    name string
    retentionPeriod number
    volumeIds string[]
    name str
    retention_period int
    volume_ids Sequence[str]
    name String
    retentionPeriod Number
    volumeIds List<String>

    Package Details

    Repository
    stackit stackitcloud/pulumi-stackit
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the stackit Terraform Provider.
    stackit logo
    Viewing docs for stackit v0.0.4
    published on Friday, Feb 20, 2026 by stackitcloud
      Try Pulumi Cloud free. Your team will thank you.