For the complete documentation index, see llms.txt. This page is also available as Markdown.

get

Get an In-Memory DB Snapshot

Usage

ionosctl dbaas in-memory-db-v2 snapshot get [flags]

Aliases

For in-memory-db-v2 command:

[inmemorydb-v2 memdb-v2 imdb-v2 in-mem-db-v2 inmemdb-v2]

For snapshot command:

[snap snaps snapshots]

For get command:

[g]

Description

Use this command to retrieve details about an In-Memory DB Snapshot by using its ID.

The snapshot represents a recovery WINDOW: earliestRecoveryTargetTime and latestRecoveryTargetTime bound the range you can restore to. Pass a timestamp inside that range as --recovery-time on cluster restore / cluster create --snapshot-id to zoom into a specific point; omit it to use the latest.

Required values to run command:

  • Snapshot Id

Options

Examples

Last updated

Was this helpful?