INPUT_OBJECT

VsphereVmBatchExportV3Input

Description

Supported in Rubrik CDM version 9.0 and later.

link GraphQL Schema definition

  • input VsphereVmBatchExportV3Input {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. An array of configuration objects. Each object includes an identifier
  • # for the virtual machine, an identifier for the snapshot of the virtual machine,
  • # and the configuration for the export job and exported virtual machine.
  • config: BatchExportSnapshotJobConfigV3Input!
  • }

link Require by