1. Packages
  2. Qdrant-Cloud Provider
  3. API Docs
  4. getAccountsBackupSchedules
qdrant-cloud 1.5.0 published on Thursday, Jul 3, 2025 by qdrant

qdrant-cloud.getAccountsBackupSchedules

Explore with Pulumi AI

qdrant-cloud logo
qdrant-cloud 1.5.0 published on Thursday, Jul 3, 2025 by qdrant

    Backup Schedules Data Source

    Using getAccountsBackupSchedules

    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 getAccountsBackupSchedules(args: GetAccountsBackupSchedulesArgs, opts?: InvokeOptions): Promise<GetAccountsBackupSchedulesResult>
    function getAccountsBackupSchedulesOutput(args: GetAccountsBackupSchedulesOutputArgs, opts?: InvokeOptions): Output<GetAccountsBackupSchedulesResult>
    def get_accounts_backup_schedules(account_id: Optional[str] = None,
                                      cluster_id: Optional[str] = None,
                                      id: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetAccountsBackupSchedulesResult
    def get_accounts_backup_schedules_output(account_id: Optional[pulumi.Input[str]] = None,
                                      cluster_id: Optional[pulumi.Input[str]] = None,
                                      id: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetAccountsBackupSchedulesResult]
    func GetAccountsBackupSchedules(ctx *Context, args *GetAccountsBackupSchedulesArgs, opts ...InvokeOption) (*GetAccountsBackupSchedulesResult, error)
    func GetAccountsBackupSchedulesOutput(ctx *Context, args *GetAccountsBackupSchedulesOutputArgs, opts ...InvokeOption) GetAccountsBackupSchedulesResultOutput

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

    public static class GetAccountsBackupSchedules 
    {
        public static Task<GetAccountsBackupSchedulesResult> InvokeAsync(GetAccountsBackupSchedulesArgs args, InvokeOptions? opts = null)
        public static Output<GetAccountsBackupSchedulesResult> Invoke(GetAccountsBackupSchedulesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAccountsBackupSchedulesResult> getAccountsBackupSchedules(GetAccountsBackupSchedulesArgs args, InvokeOptions options)
    public static Output<GetAccountsBackupSchedulesResult> getAccountsBackupSchedules(GetAccountsBackupSchedulesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: qdrant-cloud:index/getAccountsBackupSchedules:getAccountsBackupSchedules
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterId string
    Backup Schedule Schema Cluster ID field
    AccountId string
    Backup Schedule Schema Account ID field
    Id string
    The ID of this resource.
    ClusterId string
    Backup Schedule Schema Cluster ID field
    AccountId string
    Backup Schedule Schema Account ID field
    Id string
    The ID of this resource.
    clusterId String
    Backup Schedule Schema Cluster ID field
    accountId String
    Backup Schedule Schema Account ID field
    id String
    The ID of this resource.
    clusterId string
    Backup Schedule Schema Cluster ID field
    accountId string
    Backup Schedule Schema Account ID field
    id string
    The ID of this resource.
    cluster_id str
    Backup Schedule Schema Cluster ID field
    account_id str
    Backup Schedule Schema Account ID field
    id str
    The ID of this resource.
    clusterId String
    Backup Schedule Schema Cluster ID field
    accountId String
    Backup Schedule Schema Account ID field
    id String
    The ID of this resource.

    getAccountsBackupSchedules Result

    The following output properties are available:

    AccountId string
    Backup Schedule Schema Account ID field
    ClusterId string
    Backup Schedule Schema Cluster ID field
    Id string
    The ID of this resource.
    Schedules List<Pulumi.QdrantCloud.Outputs.GetAccountsBackupSchedulesSchedule>
    List of backup schedules
    AccountId string
    Backup Schedule Schema Account ID field
    ClusterId string
    Backup Schedule Schema Cluster ID field
    Id string
    The ID of this resource.
    Schedules []GetAccountsBackupSchedulesSchedule
    List of backup schedules
    accountId String
    Backup Schedule Schema Account ID field
    clusterId String
    Backup Schedule Schema Cluster ID field
    id String
    The ID of this resource.
    schedules List<GetAccountsBackupSchedulesSchedule>
    List of backup schedules
    accountId string
    Backup Schedule Schema Account ID field
    clusterId string
    Backup Schedule Schema Cluster ID field
    id string
    The ID of this resource.
    schedules GetAccountsBackupSchedulesSchedule[]
    List of backup schedules
    account_id str
    Backup Schedule Schema Account ID field
    cluster_id str
    Backup Schedule Schema Cluster ID field
    id str
    The ID of this resource.
    schedules Sequence[GetAccountsBackupSchedulesSchedule]
    List of backup schedules
    accountId String
    Backup Schedule Schema Account ID field
    clusterId String
    Backup Schedule Schema Cluster ID field
    id String
    The ID of this resource.
    schedules List<Property Map>
    List of backup schedules

    Supporting Types

    GetAccountsBackupSchedulesSchedule

    AccountId string
    ClusterId string
    CreatedAt string
    CronExpression string
    DeletedAt string
    Id string
    RetentionPeriod string
    Status string
    AccountId string
    ClusterId string
    CreatedAt string
    CronExpression string
    DeletedAt string
    Id string
    RetentionPeriod string
    Status string
    accountId String
    clusterId String
    createdAt String
    cronExpression String
    deletedAt String
    id String
    retentionPeriod String
    status String
    accountId string
    clusterId string
    createdAt string
    cronExpression string
    deletedAt string
    id string
    retentionPeriod string
    status string
    accountId String
    clusterId String
    createdAt String
    cronExpression String
    deletedAt String
    id String
    retentionPeriod String
    status String

    Package Details

    Repository
    qdrant-cloud qdrant/terraform-provider-qdrant-cloud
    License
    Notes
    This Pulumi package is based on the qdrant-cloud Terraform Provider.
    qdrant-cloud logo
    qdrant-cloud 1.5.0 published on Thursday, Jul 3, 2025 by qdrant