Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
oci.Database.getDbNodeSnapshot
Start a Neo task
Explain and create an oci.Database.getDbNodeSnapshot resource
This data source provides details about a specific Db Node Snapshot resource in Oracle Cloud Infrastructure Database service.
Gets information about the specified Exadata Database Node Snapshot in the specified compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDbNodeSnapshot = oci.Database.getDbNodeSnapshot({
dbnodeSnapshotId: testSnapshot.id,
});
import pulumi
import pulumi_oci as oci
test_db_node_snapshot = oci.Database.get_db_node_snapshot(dbnode_snapshot_id=test_snapshot["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/database"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := database.GetDbNodeSnapshot(ctx, &database.GetDbNodeSnapshotArgs{
DbnodeSnapshotId: testSnapshot.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testDbNodeSnapshot = Oci.Database.GetDbNodeSnapshot.Invoke(new()
{
DbnodeSnapshotId = testSnapshot.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetDbNodeSnapshotArgs;
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 testDbNodeSnapshot = DatabaseFunctions.getDbNodeSnapshot(GetDbNodeSnapshotArgs.builder()
.dbnodeSnapshotId(testSnapshot.id())
.build());
}
}
variables:
testDbNodeSnapshot:
fn::invoke:
function: oci:Database:getDbNodeSnapshot
arguments:
dbnodeSnapshotId: ${testSnapshot.id}
Using getDbNodeSnapshot
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 getDbNodeSnapshot(args: GetDbNodeSnapshotArgs, opts?: InvokeOptions): Promise<GetDbNodeSnapshotResult>
function getDbNodeSnapshotOutput(args: GetDbNodeSnapshotOutputArgs, opts?: InvokeOptions): Output<GetDbNodeSnapshotResult>def get_db_node_snapshot(dbnode_snapshot_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDbNodeSnapshotResult
def get_db_node_snapshot_output(dbnode_snapshot_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDbNodeSnapshotResult]func LookupDbNodeSnapshot(ctx *Context, args *LookupDbNodeSnapshotArgs, opts ...InvokeOption) (*LookupDbNodeSnapshotResult, error)
func LookupDbNodeSnapshotOutput(ctx *Context, args *LookupDbNodeSnapshotOutputArgs, opts ...InvokeOption) LookupDbNodeSnapshotResultOutput> Note: This function is named LookupDbNodeSnapshot in the Go SDK.
public static class GetDbNodeSnapshot
{
public static Task<GetDbNodeSnapshotResult> InvokeAsync(GetDbNodeSnapshotArgs args, InvokeOptions? opts = null)
public static Output<GetDbNodeSnapshotResult> Invoke(GetDbNodeSnapshotInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDbNodeSnapshotResult> getDbNodeSnapshot(GetDbNodeSnapshotArgs args, InvokeOptions options)
public static Output<GetDbNodeSnapshotResult> getDbNodeSnapshot(GetDbNodeSnapshotArgs args, InvokeOptions options)
fn::invoke:
function: oci:Database/getDbNodeSnapshot:getDbNodeSnapshot
arguments:
# arguments dictionaryThe following arguments are supported:
- Dbnode
Snapshot stringId - The Exadata Database Node Snapshot OCID.
- Dbnode
Snapshot stringId - The Exadata Database Node Snapshot OCID.
- dbnode
Snapshot StringId - The Exadata Database Node Snapshot OCID.
- dbnode
Snapshot stringId - The Exadata Database Node Snapshot OCID.
- dbnode_
snapshot_ strid - The Exadata Database Node Snapshot OCID.
- dbnode
Snapshot StringId - The Exadata Database Node Snapshot OCID.
getDbNodeSnapshot Result
The following output properties are available:
- Cluster
Id string - The OCID of the VM cluster.
- Compartment
Id string - The OCID of the compartment.
- Dbnode
Snapshot stringId - Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- The OCID of the Exadata Database Node Snapshot.
- Lifecycle
Details string - Additional information about the current lifecycle state of the Exadata Database Node Snapshot.
- Mount
Dbnode stringId - The OCID of the Exadata Database Node to which the snapshot is mounted. If the snapshot is not mounted to any node, then the value of
mount_dbnode_idwill be"null". - Mount
Points List<GetDb Node Snapshot Mount Point> - Details of the mount points
- Name string
- Volume Name
- Source
Dbnode stringId - The OCID of the Exadata Database Node.
- State string
- The current state of the Exadata Database Node Snapshot.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Time
Created string - The date and time that the Exadata Database Node Snapshot was created.
- Volumes
List<Get
Db Node Snapshot Volume> - Details of the volumes
- Cluster
Id string - The OCID of the VM cluster.
- Compartment
Id string - The OCID of the compartment.
- Dbnode
Snapshot stringId - map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- The OCID of the Exadata Database Node Snapshot.
- Lifecycle
Details string - Additional information about the current lifecycle state of the Exadata Database Node Snapshot.
- Mount
Dbnode stringId - The OCID of the Exadata Database Node to which the snapshot is mounted. If the snapshot is not mounted to any node, then the value of
mount_dbnode_idwill be"null". - Mount
Points []GetDb Node Snapshot Mount Point - Details of the mount points
- Name string
- Volume Name
- Source
Dbnode stringId - The OCID of the Exadata Database Node.
- State string
- The current state of the Exadata Database Node Snapshot.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Time
Created string - The date and time that the Exadata Database Node Snapshot was created.
- Volumes
[]Get
Db Node Snapshot Volume - Details of the volumes
- cluster
Id String - The OCID of the VM cluster.
- compartment
Id String - The OCID of the compartment.
- dbnode
Snapshot StringId - Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- The OCID of the Exadata Database Node Snapshot.
- lifecycle
Details String - Additional information about the current lifecycle state of the Exadata Database Node Snapshot.
- mount
Dbnode StringId - The OCID of the Exadata Database Node to which the snapshot is mounted. If the snapshot is not mounted to any node, then the value of
mount_dbnode_idwill be"null". - mount
Points List<GetDb Node Snapshot Mount Point> - Details of the mount points
- name String
- Volume Name
- source
Dbnode StringId - The OCID of the Exadata Database Node.
- state String
- The current state of the Exadata Database Node Snapshot.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time
Created String - The date and time that the Exadata Database Node Snapshot was created.
- volumes
List<Get
Db Node Snapshot Volume> - Details of the volumes
- cluster
Id string - The OCID of the VM cluster.
- compartment
Id string - The OCID of the compartment.
- dbnode
Snapshot stringId - {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id string
- The OCID of the Exadata Database Node Snapshot.
- lifecycle
Details string - Additional information about the current lifecycle state of the Exadata Database Node Snapshot.
- mount
Dbnode stringId - The OCID of the Exadata Database Node to which the snapshot is mounted. If the snapshot is not mounted to any node, then the value of
mount_dbnode_idwill be"null". - mount
Points GetDb Node Snapshot Mount Point[] - Details of the mount points
- name string
- Volume Name
- source
Dbnode stringId - The OCID of the Exadata Database Node.
- state string
- The current state of the Exadata Database Node Snapshot.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time
Created string - The date and time that the Exadata Database Node Snapshot was created.
- volumes
Get
Db Node Snapshot Volume[] - Details of the volumes
- cluster_
id str - The OCID of the VM cluster.
- compartment_
id str - The OCID of the compartment.
- dbnode_
snapshot_ strid - Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id str
- The OCID of the Exadata Database Node Snapshot.
- lifecycle_
details str - Additional information about the current lifecycle state of the Exadata Database Node Snapshot.
- mount_
dbnode_ strid - The OCID of the Exadata Database Node to which the snapshot is mounted. If the snapshot is not mounted to any node, then the value of
mount_dbnode_idwill be"null". - mount_
points Sequence[GetDb Node Snapshot Mount Point] - Details of the mount points
- name str
- Volume Name
- source_
dbnode_ strid - The OCID of the Exadata Database Node.
- state str
- The current state of the Exadata Database Node Snapshot.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time_
created str - The date and time that the Exadata Database Node Snapshot was created.
- volumes
Sequence[Get
Db Node Snapshot Volume] - Details of the volumes
- cluster
Id String - The OCID of the VM cluster.
- compartment
Id String - The OCID of the compartment.
- dbnode
Snapshot StringId - Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- The OCID of the Exadata Database Node Snapshot.
- lifecycle
Details String - Additional information about the current lifecycle state of the Exadata Database Node Snapshot.
- mount
Dbnode StringId - The OCID of the Exadata Database Node to which the snapshot is mounted. If the snapshot is not mounted to any node, then the value of
mount_dbnode_idwill be"null". - mount
Points List<Property Map> - Details of the mount points
- name String
- Volume Name
- source
Dbnode StringId - The OCID of the Exadata Database Node.
- state String
- The current state of the Exadata Database Node Snapshot.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time
Created String - The date and time that the Exadata Database Node Snapshot was created.
- volumes List<Property Map>
- Details of the volumes
Supporting Types
GetDbNodeSnapshotMountPoint
- db_
node_ strid - The OCID of the Exadata Database Node where snapshot was mounted.
- name str
- Volume Name
GetDbNodeSnapshotVolume
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
