outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale
outscale.getSnapshots
Explore with Pulumi AI
Provides information about snapshots.
For more information on this resource, see the User Guide.
For more information on this resource actions, see the API documentation.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as outscale from "@pulumi/outscale";
const snapshots01 = outscale.getSnapshots({
filters: [
{
name: "tag_keys",
values: ["env"],
},
{
name: "tag_values",
values: [
"prod",
"test",
],
},
],
});
import pulumi
import pulumi_outscale as outscale
snapshots01 = outscale.get_snapshots(filters=[
{
"name": "tag_keys",
"values": ["env"],
},
{
"name": "tag_values",
"values": [
"prod",
"test",
],
},
])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/outscale/outscale"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := outscale.GetSnapshots(ctx, &outscale.GetSnapshotsArgs{
Filters: []outscale.GetSnapshotsFilter{
{
Name: "tag_keys",
Values: []string{
"env",
},
},
{
Name: "tag_values",
Values: []string{
"prod",
"test",
},
},
},
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Outscale = Pulumi.Outscale;
return await Deployment.RunAsync(() =>
{
var snapshots01 = Outscale.GetSnapshots.Invoke(new()
{
Filters = new[]
{
new Outscale.Inputs.GetSnapshotsFilterInputArgs
{
Name = "tag_keys",
Values = new[]
{
"env",
},
},
new Outscale.Inputs.GetSnapshotsFilterInputArgs
{
Name = "tag_values",
Values = new[]
{
"prod",
"test",
},
},
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.outscale.OutscaleFunctions;
import com.pulumi.outscale.inputs.GetSnapshotsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var snapshots01 = OutscaleFunctions.getSnapshots(GetSnapshotsArgs.builder()
.filters(
GetSnapshotsFilterArgs.builder()
.name("tag_keys")
.values("env")
.build(),
GetSnapshotsFilterArgs.builder()
.name("tag_values")
.values(
"prod",
"test")
.build())
.build());
}
}
variables:
snapshots01:
fn::invoke:
function: outscale:getSnapshots
arguments:
filters:
- name: tag_keys
values:
- env
- name: tag_values
values:
- prod
- test
Using getSnapshots
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 getSnapshots(args: GetSnapshotsArgs, opts?: InvokeOptions): Promise<GetSnapshotsResult>
function getSnapshotsOutput(args: GetSnapshotsOutputArgs, opts?: InvokeOptions): Output<GetSnapshotsResult>
def get_snapshots(account_ids: Optional[Sequence[str]] = None,
filters: Optional[Sequence[GetSnapshotsFilter]] = None,
id: Optional[str] = None,
permission_to_create_volumes: Optional[Sequence[str]] = None,
snapshot_ids: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> GetSnapshotsResult
def get_snapshots_output(account_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetSnapshotsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
permission_to_create_volumes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
snapshot_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSnapshotsResult]
func GetSnapshots(ctx *Context, args *GetSnapshotsArgs, opts ...InvokeOption) (*GetSnapshotsResult, error)
func GetSnapshotsOutput(ctx *Context, args *GetSnapshotsOutputArgs, opts ...InvokeOption) GetSnapshotsResultOutput
> Note: This function is named GetSnapshots
in the Go SDK.
public static class GetSnapshots
{
public static Task<GetSnapshotsResult> InvokeAsync(GetSnapshotsArgs args, InvokeOptions? opts = null)
public static Output<GetSnapshotsResult> Invoke(GetSnapshotsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSnapshotsResult> getSnapshots(GetSnapshotsArgs args, InvokeOptions options)
public static Output<GetSnapshotsResult> getSnapshots(GetSnapshotsArgs args, InvokeOptions options)
fn::invoke:
function: outscale:index/getSnapshots:getSnapshots
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Ids List<string> - The account ID of the owner of the snapshot.
- Filters
List<Get
Snapshots Filter> - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- Id string
- Permission
To List<string>Create Volumes - Snapshot
Ids List<string> - The ID of the snapshot.
- Account
Ids []string - The account ID of the owner of the snapshot.
- Filters
[]Get
Snapshots Filter - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- Id string
- Permission
To []stringCreate Volumes - Snapshot
Ids []string - The ID of the snapshot.
- account
Ids List<String> - The account ID of the owner of the snapshot.
- filters
List<Get
Snapshots Filter> - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- id String
- permission
To List<String>Create Volumes - snapshot
Ids List<String> - The ID of the snapshot.
- account
Ids string[] - The account ID of the owner of the snapshot.
- filters
Get
Snapshots Filter[] - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- id string
- permission
To string[]Create Volumes - snapshot
Ids string[] - The ID of the snapshot.
- account_
ids Sequence[str] - The account ID of the owner of the snapshot.
- filters
Sequence[Get
Snapshots Filter] - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- id str
- permission_
to_ Sequence[str]create_ volumes - snapshot_
ids Sequence[str] - The ID of the snapshot.
- account
Ids List<String> - The account ID of the owner of the snapshot.
- filters List<Property Map>
- A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- id String
- permission
To List<String>Create Volumes - snapshot
Ids List<String> - The ID of the snapshot.
getSnapshots Result
The following output properties are available:
- Id string
- Request
Id string - Snapshots
List<Get
Snapshots Snapshot> - Information about one or more snapshots and their permissions.
- Account
Ids List<string> - The account ID of the owner of the snapshot.
- Filters
List<Get
Snapshots Filter> - Permission
To List<string>Create Volumes - Snapshot
Ids List<string> - The ID of the snapshot.
- Id string
- Request
Id string - Snapshots
[]Get
Snapshots Snapshot - Information about one or more snapshots and their permissions.
- Account
Ids []string - The account ID of the owner of the snapshot.
- Filters
[]Get
Snapshots Filter - Permission
To []stringCreate Volumes - Snapshot
Ids []string - The ID of the snapshot.
- id String
- request
Id String - snapshots
List<Get
Snapshots Snapshot> - Information about one or more snapshots and their permissions.
- account
Ids List<String> - The account ID of the owner of the snapshot.
- filters
List<Get
Snapshots Filter> - permission
To List<String>Create Volumes - snapshot
Ids List<String> - The ID of the snapshot.
- id string
- request
Id string - snapshots
Get
Snapshots Snapshot[] - Information about one or more snapshots and their permissions.
- account
Ids string[] - The account ID of the owner of the snapshot.
- filters
Get
Snapshots Filter[] - permission
To string[]Create Volumes - snapshot
Ids string[] - The ID of the snapshot.
- id str
- request_
id str - snapshots
Sequence[Get
Snapshots Snapshot] - Information about one or more snapshots and their permissions.
- account_
ids Sequence[str] - The account ID of the owner of the snapshot.
- filters
Sequence[Get
Snapshots Filter] - permission_
to_ Sequence[str]create_ volumes - snapshot_
ids Sequence[str] - The ID of the snapshot.
- id String
- request
Id String - snapshots List<Property Map>
- Information about one or more snapshots and their permissions.
- account
Ids List<String> - The account ID of the owner of the snapshot.
- filters List<Property Map>
- permission
To List<String>Create Volumes - snapshot
Ids List<String> - The ID of the snapshot.
Supporting Types
GetSnapshotsFilter
GetSnapshotsSnapshot
- Account
Alias string - The account alias of the owner of the snapshot.
- Account
Id string - The account ID of the owner of the snapshot.
- Creation
Date string - The date and time (UTC) at which the snapshot was created.
- Description string
- The description of the snapshot.
- Permissions
To List<GetCreate Volumes Snapshots Snapshot Permissions To Create Volume> - Permissions for the resource.
- Progress double
- The progress of the snapshot, as a percentage.
- Snapshot
Id string - The ID of the snapshot.
- State string
- The state of the snapshot (
in-queue
|pending
|completed
|error
|deleting
)). - List<Get
Snapshots Snapshot Tag> - One or more tags associated with the snapshot.
- Volume
Id string - The ID of the volume used to create the snapshot.
- Volume
Size double - The size of the volume used to create the snapshot, in gibibytes (GiB).
- Account
Alias string - The account alias of the owner of the snapshot.
- Account
Id string - The account ID of the owner of the snapshot.
- Creation
Date string - The date and time (UTC) at which the snapshot was created.
- Description string
- The description of the snapshot.
- Permissions
To []GetCreate Volumes Snapshots Snapshot Permissions To Create Volume - Permissions for the resource.
- Progress float64
- The progress of the snapshot, as a percentage.
- Snapshot
Id string - The ID of the snapshot.
- State string
- The state of the snapshot (
in-queue
|pending
|completed
|error
|deleting
)). - []Get
Snapshots Snapshot Tag - One or more tags associated with the snapshot.
- Volume
Id string - The ID of the volume used to create the snapshot.
- Volume
Size float64 - The size of the volume used to create the snapshot, in gibibytes (GiB).
- account
Alias String - The account alias of the owner of the snapshot.
- account
Id String - The account ID of the owner of the snapshot.
- creation
Date String - The date and time (UTC) at which the snapshot was created.
- description String
- The description of the snapshot.
- permissions
To List<GetCreate Volumes Snapshots Snapshot Permissions To Create Volume> - Permissions for the resource.
- progress Double
- The progress of the snapshot, as a percentage.
- snapshot
Id String - The ID of the snapshot.
- state String
- The state of the snapshot (
in-queue
|pending
|completed
|error
|deleting
)). - List<Get
Snapshots Snapshot Tag> - One or more tags associated with the snapshot.
- volume
Id String - The ID of the volume used to create the snapshot.
- volume
Size Double - The size of the volume used to create the snapshot, in gibibytes (GiB).
- account
Alias string - The account alias of the owner of the snapshot.
- account
Id string - The account ID of the owner of the snapshot.
- creation
Date string - The date and time (UTC) at which the snapshot was created.
- description string
- The description of the snapshot.
- permissions
To GetCreate Volumes Snapshots Snapshot Permissions To Create Volume[] - Permissions for the resource.
- progress number
- The progress of the snapshot, as a percentage.
- snapshot
Id string - The ID of the snapshot.
- state string
- The state of the snapshot (
in-queue
|pending
|completed
|error
|deleting
)). - Get
Snapshots Snapshot Tag[] - One or more tags associated with the snapshot.
- volume
Id string - The ID of the volume used to create the snapshot.
- volume
Size number - The size of the volume used to create the snapshot, in gibibytes (GiB).
- account_
alias str - The account alias of the owner of the snapshot.
- account_
id str - The account ID of the owner of the snapshot.
- creation_
date str - The date and time (UTC) at which the snapshot was created.
- description str
- The description of the snapshot.
- permissions_
to_ Sequence[Getcreate_ volumes Snapshots Snapshot Permissions To Create Volume] - Permissions for the resource.
- progress float
- The progress of the snapshot, as a percentage.
- snapshot_
id str - The ID of the snapshot.
- state str
- The state of the snapshot (
in-queue
|pending
|completed
|error
|deleting
)). - Sequence[Get
Snapshots Snapshot Tag] - One or more tags associated with the snapshot.
- volume_
id str - The ID of the volume used to create the snapshot.
- volume_
size float - The size of the volume used to create the snapshot, in gibibytes (GiB).
- account
Alias String - The account alias of the owner of the snapshot.
- account
Id String - The account ID of the owner of the snapshot.
- creation
Date String - The date and time (UTC) at which the snapshot was created.
- description String
- The description of the snapshot.
- permissions
To List<Property Map>Create Volumes - Permissions for the resource.
- progress Number
- The progress of the snapshot, as a percentage.
- snapshot
Id String - The ID of the snapshot.
- state String
- The state of the snapshot (
in-queue
|pending
|completed
|error
|deleting
)). - List<Property Map>
- One or more tags associated with the snapshot.
- volume
Id String - The ID of the volume used to create the snapshot.
- volume
Size Number - The size of the volume used to create the snapshot, in gibibytes (GiB).
GetSnapshotsSnapshotPermissionsToCreateVolume
- Account
Ids List<string> - One or more account IDs that the permission is associated with.
- Global
Permission bool - A global permission for all accounts.
(Request) Set this parameter to true to make the resource public (if the parent parameter is
Additions
) or to make the resource private (if the parent parameter isRemovals
). (Response) If true, the resource is public. If false, the resource is private.
- Account
Ids []string - One or more account IDs that the permission is associated with.
- Global
Permission bool - A global permission for all accounts.
(Request) Set this parameter to true to make the resource public (if the parent parameter is
Additions
) or to make the resource private (if the parent parameter isRemovals
). (Response) If true, the resource is public. If false, the resource is private.
- account
Ids List<String> - One or more account IDs that the permission is associated with.
- global
Permission Boolean - A global permission for all accounts.
(Request) Set this parameter to true to make the resource public (if the parent parameter is
Additions
) or to make the resource private (if the parent parameter isRemovals
). (Response) If true, the resource is public. If false, the resource is private.
- account
Ids string[] - One or more account IDs that the permission is associated with.
- global
Permission boolean - A global permission for all accounts.
(Request) Set this parameter to true to make the resource public (if the parent parameter is
Additions
) or to make the resource private (if the parent parameter isRemovals
). (Response) If true, the resource is public. If false, the resource is private.
- account_
ids Sequence[str] - One or more account IDs that the permission is associated with.
- global_
permission bool - A global permission for all accounts.
(Request) Set this parameter to true to make the resource public (if the parent parameter is
Additions
) or to make the resource private (if the parent parameter isRemovals
). (Response) If true, the resource is public. If false, the resource is private.
- account
Ids List<String> - One or more account IDs that the permission is associated with.
- global
Permission Boolean - A global permission for all accounts.
(Request) Set this parameter to true to make the resource public (if the parent parameter is
Additions
) or to make the resource private (if the parent parameter isRemovals
). (Response) If true, the resource is public. If false, the resource is private.
GetSnapshotsSnapshotTag
Package Details
- Repository
- outscale outscale/terraform-provider-outscale
- License
- Notes
- This Pulumi package is based on the
outscale
Terraform Provider.