INPUT_OBJECT
VsphereVmExportSnapshotV3Input
Description
Supported in Rubrik CDM version 9.0 and later.
link GraphQL Schema definition
- input VsphereVmExportSnapshotV3Input {
- #   Required. Configuration for the export request, including timestamp and snapshot 
- #   ID fields. When the snapshot ID is passed without a timestamp, this endpoint 
- #   triggers an export using the given snapshot ID. When this endpoint is passed a 
- #   recovery point or a recovery point and snapshot ID, the endpoint triggers an 
- #   export using the point in time (PIT) for recovery. Calling this endpoint without 
- #   a recovery point or a snapshot ID triggers a PIT export that uses the most 
- #   recent time available.
- : ExportSnapshotJobConfigV3Input!
- #   Required. Virtual machine ID.
- : String!
- }