INPUT_OBJECT

BeginManagedVolumeSnapshotInput

Description

Input for invoking the API endpoint to begin a Managed Volume snapshot.

link GraphQL Schema definition

  • input BeginManagedVolumeSnapshotInput {
  • # Details about the reference to be added to the snapshot and the type of request.
  • config: BeginSnapshotManagedVolumeRequestInput
  • # A string representing the owner of a snapshot. This owner ID must be used when
  • # adding a reference to this snapshot.
  • ownerId: String
  • # Required. Managed Volume ID.
  • id: String!
  • }

link Require by