Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg
nutanix.getVmRecoveryPointInfoV2
Explore with Pulumi AI
Get a single recovery point corresponding to the extId.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";
const example = nutanix.getVmRecoveryPointInfoV2({
extId: "<vm_recovery_point_uuid>",
recoveryPointExtId: "<recovery_point_uuid>",
});
import pulumi
import pulumi_nutanix as nutanix
example = nutanix.get_vm_recovery_point_info_v2(ext_id="<vm_recovery_point_uuid>",
recovery_point_ext_id="<recovery_point_uuid>")
package main
import (
"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := nutanix.GetVmRecoveryPointInfoV2(ctx, &nutanix.GetVmRecoveryPointInfoV2Args{
ExtId: "<vm_recovery_point_uuid>",
RecoveryPointExtId: "<recovery_point_uuid>",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nutanix = Pulumi.Nutanix;
return await Deployment.RunAsync(() =>
{
var example = Nutanix.GetVmRecoveryPointInfoV2.Invoke(new()
{
ExtId = "<vm_recovery_point_uuid>",
RecoveryPointExtId = "<recovery_point_uuid>",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.nutanix.NutanixFunctions;
import com.pulumi.nutanix.inputs.GetVmRecoveryPointInfoV2Args;
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 example = NutanixFunctions.getVmRecoveryPointInfoV2(GetVmRecoveryPointInfoV2Args.builder()
.extId("<vm_recovery_point_uuid>")
.recoveryPointExtId("<recovery_point_uuid>")
.build());
}
}
variables:
example:
fn::invoke:
function: nutanix:getVmRecoveryPointInfoV2
arguments:
extId: <vm_recovery_point_uuid>
recoveryPointExtId: <recovery_point_uuid>
Using getVmRecoveryPointInfoV2
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 getVmRecoveryPointInfoV2(args: GetVmRecoveryPointInfoV2Args, opts?: InvokeOptions): Promise<GetVmRecoveryPointInfoV2Result>
function getVmRecoveryPointInfoV2Output(args: GetVmRecoveryPointInfoV2OutputArgs, opts?: InvokeOptions): Output<GetVmRecoveryPointInfoV2Result>
def get_vm_recovery_point_info_v2(disk_recovery_points: Optional[Sequence[GetVmRecoveryPointInfoV2DiskRecoveryPoint]] = None,
ext_id: Optional[str] = None,
recovery_point_ext_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVmRecoveryPointInfoV2Result
def get_vm_recovery_point_info_v2_output(disk_recovery_points: Optional[pulumi.Input[Sequence[pulumi.Input[GetVmRecoveryPointInfoV2DiskRecoveryPointArgs]]]] = None,
ext_id: Optional[pulumi.Input[str]] = None,
recovery_point_ext_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVmRecoveryPointInfoV2Result]
func GetVmRecoveryPointInfoV2(ctx *Context, args *GetVmRecoveryPointInfoV2Args, opts ...InvokeOption) (*GetVmRecoveryPointInfoV2Result, error)
func GetVmRecoveryPointInfoV2Output(ctx *Context, args *GetVmRecoveryPointInfoV2OutputArgs, opts ...InvokeOption) GetVmRecoveryPointInfoV2ResultOutput
> Note: This function is named GetVmRecoveryPointInfoV2
in the Go SDK.
public static class GetVmRecoveryPointInfoV2
{
public static Task<GetVmRecoveryPointInfoV2Result> InvokeAsync(GetVmRecoveryPointInfoV2Args args, InvokeOptions? opts = null)
public static Output<GetVmRecoveryPointInfoV2Result> Invoke(GetVmRecoveryPointInfoV2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVmRecoveryPointInfoV2Result> getVmRecoveryPointInfoV2(GetVmRecoveryPointInfoV2Args args, InvokeOptions options)
public static Output<GetVmRecoveryPointInfoV2Result> getVmRecoveryPointInfoV2(GetVmRecoveryPointInfoV2Args args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getVmRecoveryPointInfoV2:getVmRecoveryPointInfoV2
arguments:
# arguments dictionary
The following arguments are supported:
- Ext
Id string - The external identifier that can be used to identify a VM recovery point.
- Recovery
Point stringExt Id - Disk
Recovery List<PiersPoints Karsenbarg. Nutanix. Inputs. Get Vm Recovery Point Info V2Disk Recovery Point> - array of disk recovery points.
- Ext
Id string - The external identifier that can be used to identify a VM recovery point.
- Recovery
Point stringExt Id - Disk
Recovery []GetPoints Vm Recovery Point Info V2Disk Recovery Point - array of disk recovery points.
- ext
Id String - The external identifier that can be used to identify a VM recovery point.
- recovery
Point StringExt Id - disk
Recovery List<GetPoints Vm Recovery Point Info V2Disk Recovery Point> - array of disk recovery points.
- ext
Id string - The external identifier that can be used to identify a VM recovery point.
- recovery
Point stringExt Id - disk
Recovery GetPoints Vm Recovery Point Info V2Disk Recovery Point[] - array of disk recovery points.
- ext_
id str - The external identifier that can be used to identify a VM recovery point.
- recovery_
point_ strext_ id - disk_
recovery_ Sequence[Getpoints Vm Recovery Point Info V2Disk Recovery Point] - array of disk recovery points.
- ext
Id String - The external identifier that can be used to identify a VM recovery point.
- recovery
Point StringExt Id - disk
Recovery List<Property Map>Points - array of disk recovery points.
getVmRecoveryPointInfoV2 Result
The following output properties are available:
- Application
Consistent List<PiersProperties Karsenbarg. Nutanix. Outputs. Get Vm Recovery Point Info V2Application Consistent Property> - User-defined application-consistent properties for the recovery point. *
- Consistency
Group stringExt Id - External identifier of the Consistency group which the VM was part of at the time of recovery point creation.
- Disk
Recovery List<PiersPoints Karsenbarg. Nutanix. Outputs. Get Vm Recovery Point Info V2Disk Recovery Point> - array of disk recovery points.
- Ext
Id string - recovery point UUID
- Id string
- The provider-assigned unique ID for this managed resource.
- Links
List<Piers
Karsenbarg. Nutanix. Outputs. Get Vm Recovery Point Info V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Location
Agnostic stringId - Location agnostic identifier of the Recovery point.
- Recovery
Point stringExt Id - Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity
- Vm
Categories List<string> - Category key-value pairs associated with the VM at the time of recovery point creation. The category key and value are separated by '/'. For example, a category with key 'dept' and value 'hr' is displayed as 'dept/hr'.
- Vm
Ext stringId - VM external identifier which is captured as a part of this recovery point.
- Application
Consistent []GetProperties Vm Recovery Point Info V2Application Consistent Property - User-defined application-consistent properties for the recovery point. *
- Consistency
Group stringExt Id - External identifier of the Consistency group which the VM was part of at the time of recovery point creation.
- Disk
Recovery []GetPoints Vm Recovery Point Info V2Disk Recovery Point - array of disk recovery points.
- Ext
Id string - recovery point UUID
- Id string
- The provider-assigned unique ID for this managed resource.
- Links
[]Get
Vm Recovery Point Info V2Link - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- Location
Agnostic stringId - Location agnostic identifier of the Recovery point.
- Recovery
Point stringExt Id - Tenant
Id string - A globally unique identifier that represents the tenant that owns this entity
- Vm
Categories []string - Category key-value pairs associated with the VM at the time of recovery point creation. The category key and value are separated by '/'. For example, a category with key 'dept' and value 'hr' is displayed as 'dept/hr'.
- Vm
Ext stringId - VM external identifier which is captured as a part of this recovery point.
- application
Consistent List<GetProperties Vm Recovery Point Info V2Application Consistent Property> - User-defined application-consistent properties for the recovery point. *
- consistency
Group StringExt Id - External identifier of the Consistency group which the VM was part of at the time of recovery point creation.
- disk
Recovery List<GetPoints Vm Recovery Point Info V2Disk Recovery Point> - array of disk recovery points.
- ext
Id String - recovery point UUID
- id String
- The provider-assigned unique ID for this managed resource.
- links
List<Get
Vm Recovery Point Info V2Link> - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- location
Agnostic StringId - Location agnostic identifier of the Recovery point.
- recovery
Point StringExt Id - tenant
Id String - A globally unique identifier that represents the tenant that owns this entity
- vm
Categories List<String> - Category key-value pairs associated with the VM at the time of recovery point creation. The category key and value are separated by '/'. For example, a category with key 'dept' and value 'hr' is displayed as 'dept/hr'.
- vm
Ext StringId - VM external identifier which is captured as a part of this recovery point.
- application
Consistent GetProperties Vm Recovery Point Info V2Application Consistent Property[] - User-defined application-consistent properties for the recovery point. *
- consistency
Group stringExt Id - External identifier of the Consistency group which the VM was part of at the time of recovery point creation.
- disk
Recovery GetPoints Vm Recovery Point Info V2Disk Recovery Point[] - array of disk recovery points.
- ext
Id string - recovery point UUID
- id string
- The provider-assigned unique ID for this managed resource.
- links
Get
Vm Recovery Point Info V2Link[] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- location
Agnostic stringId - Location agnostic identifier of the Recovery point.
- recovery
Point stringExt Id - tenant
Id string - A globally unique identifier that represents the tenant that owns this entity
- vm
Categories string[] - Category key-value pairs associated with the VM at the time of recovery point creation. The category key and value are separated by '/'. For example, a category with key 'dept' and value 'hr' is displayed as 'dept/hr'.
- vm
Ext stringId - VM external identifier which is captured as a part of this recovery point.
- application_
consistent_ Sequence[Getproperties Vm Recovery Point Info V2Application Consistent Property] - User-defined application-consistent properties for the recovery point. *
- consistency_
group_ strext_ id - External identifier of the Consistency group which the VM was part of at the time of recovery point creation.
- disk_
recovery_ Sequence[Getpoints Vm Recovery Point Info V2Disk Recovery Point] - array of disk recovery points.
- ext_
id str - recovery point UUID
- id str
- The provider-assigned unique ID for this managed resource.
- links
Sequence[Get
Vm Recovery Point Info V2Link] - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- location_
agnostic_ strid - Location agnostic identifier of the Recovery point.
- recovery_
point_ strext_ id - tenant_
id str - A globally unique identifier that represents the tenant that owns this entity
- vm_
categories Sequence[str] - Category key-value pairs associated with the VM at the time of recovery point creation. The category key and value are separated by '/'. For example, a category with key 'dept' and value 'hr' is displayed as 'dept/hr'.
- vm_
ext_ strid - VM external identifier which is captured as a part of this recovery point.
- application
Consistent List<Property Map>Properties - User-defined application-consistent properties for the recovery point. *
- consistency
Group StringExt Id - External identifier of the Consistency group which the VM was part of at the time of recovery point creation.
- disk
Recovery List<Property Map>Points - array of disk recovery points.
- ext
Id String - recovery point UUID
- id String
- The provider-assigned unique ID for this managed resource.
- links List<Property Map>
- A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
- location
Agnostic StringId - Location agnostic identifier of the Recovery point.
- recovery
Point StringExt Id - tenant
Id String - A globally unique identifier that represents the tenant that owns this entity
- vm
Categories List<String> - Category key-value pairs associated with the VM at the time of recovery point creation. The category key and value are separated by '/'. For example, a category with key 'dept' and value 'hr' is displayed as 'dept/hr'.
- vm
Ext StringId - VM external identifier which is captured as a part of this recovery point.
Supporting Types
GetVmRecoveryPointInfoV2ApplicationConsistentProperty
- Backup
Type string - The backup type specifies the criteria for identifying the files to be backed up. This property should be specified to the application-consistent recovery points for Windows VMs/agents. The following backup types are supported for the application-consistent recovery points:
- supported values:
FULL_BACKUP
: - All the files are backed up irrespective of their last backup date/time or state. Also, this backup type updates the backup history of each file that participated in the recovery point. If not explicitly specified, this is the default backup type.COPY_BACKUP
: - this backup type does not update the backup history of individual files involved in the recovery point.
- Object
Type string - value:
dataprotection.v4.common.VssProperties
- Should
Include boolWriters - Indicates whether the given set of VSS writers' UUIDs should be included or excluded from the application consistent recovery point. By default, the value is set to false, indicating that all listed VSS writers' UUIDs will be excluded.
- Should
Store boolVss Metadata - Indicates whether to store the VSS metadata if the user is interested in application-specific backup/restore. The VSS metadata consists of VSS writers and requester metadata details. These are compressed into a cabinet file(.cab file) during a VSS backup operation. This cabinet file must be saved to the backup media during a backup operation, as it is required during the restore operation.
- Writers List<string>
- List of VSS writer UUIDs that are used in an application consistent recovery point. The default values are the system and the registry writer UUIDs.
- Backup
Type string - The backup type specifies the criteria for identifying the files to be backed up. This property should be specified to the application-consistent recovery points for Windows VMs/agents. The following backup types are supported for the application-consistent recovery points:
- supported values:
FULL_BACKUP
: - All the files are backed up irrespective of their last backup date/time or state. Also, this backup type updates the backup history of each file that participated in the recovery point. If not explicitly specified, this is the default backup type.COPY_BACKUP
: - this backup type does not update the backup history of individual files involved in the recovery point.
- Object
Type string - value:
dataprotection.v4.common.VssProperties
- Should
Include boolWriters - Indicates whether the given set of VSS writers' UUIDs should be included or excluded from the application consistent recovery point. By default, the value is set to false, indicating that all listed VSS writers' UUIDs will be excluded.
- Should
Store boolVss Metadata - Indicates whether to store the VSS metadata if the user is interested in application-specific backup/restore. The VSS metadata consists of VSS writers and requester metadata details. These are compressed into a cabinet file(.cab file) during a VSS backup operation. This cabinet file must be saved to the backup media during a backup operation, as it is required during the restore operation.
- Writers []string
- List of VSS writer UUIDs that are used in an application consistent recovery point. The default values are the system and the registry writer UUIDs.
- backup
Type String - The backup type specifies the criteria for identifying the files to be backed up. This property should be specified to the application-consistent recovery points for Windows VMs/agents. The following backup types are supported for the application-consistent recovery points:
- supported values:
FULL_BACKUP
: - All the files are backed up irrespective of their last backup date/time or state. Also, this backup type updates the backup history of each file that participated in the recovery point. If not explicitly specified, this is the default backup type.COPY_BACKUP
: - this backup type does not update the backup history of individual files involved in the recovery point.
- object
Type String - value:
dataprotection.v4.common.VssProperties
- should
Include BooleanWriters - Indicates whether the given set of VSS writers' UUIDs should be included or excluded from the application consistent recovery point. By default, the value is set to false, indicating that all listed VSS writers' UUIDs will be excluded.
- should
Store BooleanVss Metadata - Indicates whether to store the VSS metadata if the user is interested in application-specific backup/restore. The VSS metadata consists of VSS writers and requester metadata details. These are compressed into a cabinet file(.cab file) during a VSS backup operation. This cabinet file must be saved to the backup media during a backup operation, as it is required during the restore operation.
- writers List<String>
- List of VSS writer UUIDs that are used in an application consistent recovery point. The default values are the system and the registry writer UUIDs.
- backup
Type string - The backup type specifies the criteria for identifying the files to be backed up. This property should be specified to the application-consistent recovery points for Windows VMs/agents. The following backup types are supported for the application-consistent recovery points:
- supported values:
FULL_BACKUP
: - All the files are backed up irrespective of their last backup date/time or state. Also, this backup type updates the backup history of each file that participated in the recovery point. If not explicitly specified, this is the default backup type.COPY_BACKUP
: - this backup type does not update the backup history of individual files involved in the recovery point.
- object
Type string - value:
dataprotection.v4.common.VssProperties
- should
Include booleanWriters - Indicates whether the given set of VSS writers' UUIDs should be included or excluded from the application consistent recovery point. By default, the value is set to false, indicating that all listed VSS writers' UUIDs will be excluded.
- should
Store booleanVss Metadata - Indicates whether to store the VSS metadata if the user is interested in application-specific backup/restore. The VSS metadata consists of VSS writers and requester metadata details. These are compressed into a cabinet file(.cab file) during a VSS backup operation. This cabinet file must be saved to the backup media during a backup operation, as it is required during the restore operation.
- writers string[]
- List of VSS writer UUIDs that are used in an application consistent recovery point. The default values are the system and the registry writer UUIDs.
- backup_
type str - The backup type specifies the criteria for identifying the files to be backed up. This property should be specified to the application-consistent recovery points for Windows VMs/agents. The following backup types are supported for the application-consistent recovery points:
- supported values:
FULL_BACKUP
: - All the files are backed up irrespective of their last backup date/time or state. Also, this backup type updates the backup history of each file that participated in the recovery point. If not explicitly specified, this is the default backup type.COPY_BACKUP
: - this backup type does not update the backup history of individual files involved in the recovery point.
- object_
type str - value:
dataprotection.v4.common.VssProperties
- should_
include_ boolwriters - Indicates whether the given set of VSS writers' UUIDs should be included or excluded from the application consistent recovery point. By default, the value is set to false, indicating that all listed VSS writers' UUIDs will be excluded.
- should_
store_ boolvss_ metadata - Indicates whether to store the VSS metadata if the user is interested in application-specific backup/restore. The VSS metadata consists of VSS writers and requester metadata details. These are compressed into a cabinet file(.cab file) during a VSS backup operation. This cabinet file must be saved to the backup media during a backup operation, as it is required during the restore operation.
- writers Sequence[str]
- List of VSS writer UUIDs that are used in an application consistent recovery point. The default values are the system and the registry writer UUIDs.
- backup
Type String - The backup type specifies the criteria for identifying the files to be backed up. This property should be specified to the application-consistent recovery points for Windows VMs/agents. The following backup types are supported for the application-consistent recovery points:
- supported values:
FULL_BACKUP
: - All the files are backed up irrespective of their last backup date/time or state. Also, this backup type updates the backup history of each file that participated in the recovery point. If not explicitly specified, this is the default backup type.COPY_BACKUP
: - this backup type does not update the backup history of individual files involved in the recovery point.
- object
Type String - value:
dataprotection.v4.common.VssProperties
- should
Include BooleanWriters - Indicates whether the given set of VSS writers' UUIDs should be included or excluded from the application consistent recovery point. By default, the value is set to false, indicating that all listed VSS writers' UUIDs will be excluded.
- should
Store BooleanVss Metadata - Indicates whether to store the VSS metadata if the user is interested in application-specific backup/restore. The VSS metadata consists of VSS writers and requester metadata details. These are compressed into a cabinet file(.cab file) during a VSS backup operation. This cabinet file must be saved to the backup media during a backup operation, as it is required during the restore operation.
- writers List<String>
- List of VSS writer UUIDs that are used in an application consistent recovery point. The default values are the system and the registry writer UUIDs.
GetVmRecoveryPointInfoV2DiskRecoveryPoint
- Disk
Ext stringId - External identifier of the disk.
- Disk
Recovery stringPoint Ext Id - External identifier of the disk recovery point.
- Disk
Ext stringId - External identifier of the disk.
- Disk
Recovery stringPoint Ext Id - External identifier of the disk recovery point.
- disk
Ext StringId - External identifier of the disk.
- disk
Recovery StringPoint Ext Id - External identifier of the disk recovery point.
- disk
Ext stringId - External identifier of the disk.
- disk
Recovery stringPoint Ext Id - External identifier of the disk recovery point.
- disk_
ext_ strid - External identifier of the disk.
- disk_
recovery_ strpoint_ ext_ id - External identifier of the disk recovery point.
- disk
Ext StringId - External identifier of the disk.
- disk
Recovery StringPoint Ext Id - External identifier of the disk recovery point.
GetVmRecoveryPointInfoV2Link
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.