OBJECT

EndManagedVolumeSnapshotReply

Description

Supported in v7.0+ v7.0-v8.0: v8.1+: Response for end managed volume snapshot.

link GraphQL Schema definition

  • type EndManagedVolumeSnapshotReply {
  • # Supported in v7.0+
  • # Status of the asynchronous request that was initiated for the Managed Volume End
  • # Snapshot job.
  • asyncRequestStatus: AsyncRequestStatus
  • # Summary of the Managed Volume snapshot.
  • managedVolumeSnapshotSummary: ManagedVolumeSnapshotSummary
  • # RSC Snapshot ID of the snapshot that will be created for this Managed Volume.
  • #
  • # Arguments
  • # input: Input for V1CloseWritesV1.
  • rscSnapshotId(input: EndManagedVolumeSnapshotInput!): String
  • }

link Require by