MongoDB Atlas v3.30.0 published on Friday, Mar 21, 2025 by Pulumi
mongodbatlas.getFlexRestoreJobs
Explore with Pulumi AI
# Data Source: mongodbatlas.getFlexRestoreJobs
mongodbatlas.getFlexRestoreJobs
returns all flex restore job of a flex cluster.
Example Usage
S
import * as pulumi from "@pulumi/pulumi";
import * as mongodbatlas from "@pulumi/mongodbatlas";
const restoreJob = mongodbatlas.getFlexRestoreJob({
projectId: projectId,
name: example_cluster.name,
restoreJobId: restoreJobId,
});
const restoreJobs = mongodbatlas.getFlexRestoreJobs({
projectId: projectId,
name: example_cluster.name,
});
export const mongodbatlasFlexRestoreJob = restoreJob.then(restoreJob => restoreJob.name);
export const mongodbatlasFlexRestoreJobs = restoreJobs.then(restoreJobs => .map(restoreJob => (restoreJob.restoreJobId)));
import pulumi
import pulumi_mongodbatlas as mongodbatlas
restore_job = mongodbatlas.get_flex_restore_job(project_id=project_id,
name=example_cluster["name"],
restore_job_id=restore_job_id)
restore_jobs = mongodbatlas.get_flex_restore_jobs(project_id=project_id,
name=example_cluster["name"])
pulumi.export("mongodbatlasFlexRestoreJob", restore_job.name)
pulumi.export("mongodbatlasFlexRestoreJobs", [restore_job.restore_job_id for restoreJob in restore_jobs.results])
Coming soon!
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Mongodbatlas = Pulumi.Mongodbatlas;
return await Deployment.RunAsync(() =>
{
var restoreJob = Mongodbatlas.GetFlexRestoreJob.Invoke(new()
{
ProjectId = projectId,
Name = example_cluster.Name,
RestoreJobId = restoreJobId,
});
var restoreJobs = Mongodbatlas.GetFlexRestoreJobs.Invoke(new()
{
ProjectId = projectId,
Name = example_cluster.Name,
});
return new Dictionary<string, object?>
{
["mongodbatlasFlexRestoreJob"] = restoreJob.Apply(getFlexRestoreJobResult => getFlexRestoreJobResult.Name),
["mongodbatlasFlexRestoreJobs"] = .Select(restoreJob =>
{
return restoreJob.Apply(getFlexRestoreJobResult => getFlexRestoreJobResult.RestoreJobId);
}).ToList(),
};
});
Coming soon!
Coming soon!
Using getFlexRestoreJobs
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 getFlexRestoreJobs(args: GetFlexRestoreJobsArgs, opts?: InvokeOptions): Promise<GetFlexRestoreJobsResult>
function getFlexRestoreJobsOutput(args: GetFlexRestoreJobsOutputArgs, opts?: InvokeOptions): Output<GetFlexRestoreJobsResult>
def get_flex_restore_jobs(name: Optional[str] = None,
project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFlexRestoreJobsResult
def get_flex_restore_jobs_output(name: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFlexRestoreJobsResult]
func LookupFlexRestoreJobs(ctx *Context, args *LookupFlexRestoreJobsArgs, opts ...InvokeOption) (*LookupFlexRestoreJobsResult, error)
func LookupFlexRestoreJobsOutput(ctx *Context, args *LookupFlexRestoreJobsOutputArgs, opts ...InvokeOption) LookupFlexRestoreJobsResultOutput
> Note: This function is named LookupFlexRestoreJobs
in the Go SDK.
public static class GetFlexRestoreJobs
{
public static Task<GetFlexRestoreJobsResult> InvokeAsync(GetFlexRestoreJobsArgs args, InvokeOptions? opts = null)
public static Output<GetFlexRestoreJobsResult> Invoke(GetFlexRestoreJobsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFlexRestoreJobsResult> getFlexRestoreJobs(GetFlexRestoreJobsArgs args, InvokeOptions options)
public static Output<GetFlexRestoreJobsResult> getFlexRestoreJobs(GetFlexRestoreJobsArgs args, InvokeOptions options)
fn::invoke:
function: mongodbatlas:index/getFlexRestoreJobs:getFlexRestoreJobs
arguments:
# arguments dictionary
The following arguments are supported:
- name str
- Human-readable label that identifies the flex cluster whose snapshot you want to restore.
- project_
id str - Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
getFlexRestoreJobs Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Human-readable label that identifies the flex cluster whose snapshot you want to restore.
- Project
Id string - Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
- Results
List<Get
Flex Restore Jobs Result>
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Human-readable label that identifies the flex cluster whose snapshot you want to restore.
- Project
Id string - Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
- Results
[]Get
Flex Restore Jobs Result
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Human-readable label that identifies the flex cluster whose snapshot you want to restore.
- project
Id String - Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
- results
List<Get
Flex Restore Jobs Result>
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Human-readable label that identifies the flex cluster whose snapshot you want to restore.
- project
Id string - Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
- results
Get
Flex Restore Jobs Result[]
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Human-readable label that identifies the flex cluster whose snapshot you want to restore.
- project_
id str - Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
- results
Sequence[Get
Flex Restore Jobs Result]
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Human-readable label that identifies the flex cluster whose snapshot you want to restore.
- project
Id String - Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
- results List<Property Map>
Supporting Types
GetFlexRestoreJobsResult
- Delivery
Type string - Means by which this resource returns the snapshot to the requesting MongoDB Cloud user.
- Expiration
Date string - Date and time when the download link no longer works. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
- Name string
- Human-readable label that identifies the flex cluster whose snapshot you want to restore.
- Project
Id string - Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
- Restore
Finished stringDate - Date and time when MongoDB Cloud completed writing this snapshot. MongoDB Cloud changes the status of the restore job to
CLOSED
. This parameter expresses its value in the ISO 8601 timestamp format in UTC. - Restore
Job stringId - Unique 24-hexadecimal digit string that identifies the restore job.
- Restore
Scheduled stringDate - Date and time when MongoDB Cloud will restore this snapshot. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
- Snapshot
Finished stringDate - Date and time when MongoDB Cloud completed writing this snapshot. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
- Snapshot
Id string - Unique 24-hexadecimal digit string that identifies the snapshot to restore.
- Snapshot
Url string - Internet address from which you can download the compressed snapshot files. The resource returns this parameter when
"deliveryType" : "DOWNLOAD"
. - Status string
- Phase of the restore workflow for this job at the time this resource made this request.
- Target
Deployment stringItem Name - Human-readable label that identifies the instance or cluster on the target project to which you want to restore the snapshot. You can restore the snapshot to another flex cluster or dedicated cluster tier.
- Target
Project stringId - Unique 24-hexadecimal digit string that identifies the project that contains the instance or cluster to which you want to restore the snapshot.
- Delivery
Type string - Means by which this resource returns the snapshot to the requesting MongoDB Cloud user.
- Expiration
Date string - Date and time when the download link no longer works. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
- Name string
- Human-readable label that identifies the flex cluster whose snapshot you want to restore.
- Project
Id string - Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
- Restore
Finished stringDate - Date and time when MongoDB Cloud completed writing this snapshot. MongoDB Cloud changes the status of the restore job to
CLOSED
. This parameter expresses its value in the ISO 8601 timestamp format in UTC. - Restore
Job stringId - Unique 24-hexadecimal digit string that identifies the restore job.
- Restore
Scheduled stringDate - Date and time when MongoDB Cloud will restore this snapshot. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
- Snapshot
Finished stringDate - Date and time when MongoDB Cloud completed writing this snapshot. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
- Snapshot
Id string - Unique 24-hexadecimal digit string that identifies the snapshot to restore.
- Snapshot
Url string - Internet address from which you can download the compressed snapshot files. The resource returns this parameter when
"deliveryType" : "DOWNLOAD"
. - Status string
- Phase of the restore workflow for this job at the time this resource made this request.
- Target
Deployment stringItem Name - Human-readable label that identifies the instance or cluster on the target project to which you want to restore the snapshot. You can restore the snapshot to another flex cluster or dedicated cluster tier.
- Target
Project stringId - Unique 24-hexadecimal digit string that identifies the project that contains the instance or cluster to which you want to restore the snapshot.
- delivery
Type String - Means by which this resource returns the snapshot to the requesting MongoDB Cloud user.
- expiration
Date String - Date and time when the download link no longer works. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
- name String
- Human-readable label that identifies the flex cluster whose snapshot you want to restore.
- project
Id String - Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
- restore
Finished StringDate - Date and time when MongoDB Cloud completed writing this snapshot. MongoDB Cloud changes the status of the restore job to
CLOSED
. This parameter expresses its value in the ISO 8601 timestamp format in UTC. - restore
Job StringId - Unique 24-hexadecimal digit string that identifies the restore job.
- restore
Scheduled StringDate - Date and time when MongoDB Cloud will restore this snapshot. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
- snapshot
Finished StringDate - Date and time when MongoDB Cloud completed writing this snapshot. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
- snapshot
Id String - Unique 24-hexadecimal digit string that identifies the snapshot to restore.
- snapshot
Url String - Internet address from which you can download the compressed snapshot files. The resource returns this parameter when
"deliveryType" : "DOWNLOAD"
. - status String
- Phase of the restore workflow for this job at the time this resource made this request.
- target
Deployment StringItem Name - Human-readable label that identifies the instance or cluster on the target project to which you want to restore the snapshot. You can restore the snapshot to another flex cluster or dedicated cluster tier.
- target
Project StringId - Unique 24-hexadecimal digit string that identifies the project that contains the instance or cluster to which you want to restore the snapshot.
- delivery
Type string - Means by which this resource returns the snapshot to the requesting MongoDB Cloud user.
- expiration
Date string - Date and time when the download link no longer works. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
- name string
- Human-readable label that identifies the flex cluster whose snapshot you want to restore.
- project
Id string - Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
- restore
Finished stringDate - Date and time when MongoDB Cloud completed writing this snapshot. MongoDB Cloud changes the status of the restore job to
CLOSED
. This parameter expresses its value in the ISO 8601 timestamp format in UTC. - restore
Job stringId - Unique 24-hexadecimal digit string that identifies the restore job.
- restore
Scheduled stringDate - Date and time when MongoDB Cloud will restore this snapshot. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
- snapshot
Finished stringDate - Date and time when MongoDB Cloud completed writing this snapshot. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
- snapshot
Id string - Unique 24-hexadecimal digit string that identifies the snapshot to restore.
- snapshot
Url string - Internet address from which you can download the compressed snapshot files. The resource returns this parameter when
"deliveryType" : "DOWNLOAD"
. - status string
- Phase of the restore workflow for this job at the time this resource made this request.
- target
Deployment stringItem Name - Human-readable label that identifies the instance or cluster on the target project to which you want to restore the snapshot. You can restore the snapshot to another flex cluster or dedicated cluster tier.
- target
Project stringId - Unique 24-hexadecimal digit string that identifies the project that contains the instance or cluster to which you want to restore the snapshot.
- delivery_
type str - Means by which this resource returns the snapshot to the requesting MongoDB Cloud user.
- expiration_
date str - Date and time when the download link no longer works. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
- name str
- Human-readable label that identifies the flex cluster whose snapshot you want to restore.
- project_
id str - Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
- restore_
finished_ strdate - Date and time when MongoDB Cloud completed writing this snapshot. MongoDB Cloud changes the status of the restore job to
CLOSED
. This parameter expresses its value in the ISO 8601 timestamp format in UTC. - restore_
job_ strid - Unique 24-hexadecimal digit string that identifies the restore job.
- restore_
scheduled_ strdate - Date and time when MongoDB Cloud will restore this snapshot. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
- snapshot_
finished_ strdate - Date and time when MongoDB Cloud completed writing this snapshot. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
- snapshot_
id str - Unique 24-hexadecimal digit string that identifies the snapshot to restore.
- snapshot_
url str - Internet address from which you can download the compressed snapshot files. The resource returns this parameter when
"deliveryType" : "DOWNLOAD"
. - status str
- Phase of the restore workflow for this job at the time this resource made this request.
- target_
deployment_ stritem_ name - Human-readable label that identifies the instance or cluster on the target project to which you want to restore the snapshot. You can restore the snapshot to another flex cluster or dedicated cluster tier.
- target_
project_ strid - Unique 24-hexadecimal digit string that identifies the project that contains the instance or cluster to which you want to restore the snapshot.
- delivery
Type String - Means by which this resource returns the snapshot to the requesting MongoDB Cloud user.
- expiration
Date String - Date and time when the download link no longer works. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
- name String
- Human-readable label that identifies the flex cluster whose snapshot you want to restore.
- project
Id String - Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
- restore
Finished StringDate - Date and time when MongoDB Cloud completed writing this snapshot. MongoDB Cloud changes the status of the restore job to
CLOSED
. This parameter expresses its value in the ISO 8601 timestamp format in UTC. - restore
Job StringId - Unique 24-hexadecimal digit string that identifies the restore job.
- restore
Scheduled StringDate - Date and time when MongoDB Cloud will restore this snapshot. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
- snapshot
Finished StringDate - Date and time when MongoDB Cloud completed writing this snapshot. This parameter expresses its value in the ISO 8601 timestamp format in UTC.
- snapshot
Id String - Unique 24-hexadecimal digit string that identifies the snapshot to restore.
- snapshot
Url String - Internet address from which you can download the compressed snapshot files. The resource returns this parameter when
"deliveryType" : "DOWNLOAD"
. - status String
- Phase of the restore workflow for this job at the time this resource made this request.
- target
Deployment StringItem Name - Human-readable label that identifies the instance or cluster on the target project to which you want to restore the snapshot. You can restore the snapshot to another flex cluster or dedicated cluster tier.
- target
Project StringId - Unique 24-hexadecimal digit string that identifies the project that contains the instance or cluster to which you want to restore the snapshot.
Package Details
- Repository
- MongoDB Atlas pulumi/pulumi-mongodbatlas
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
mongodbatlas
Terraform Provider.