INPUT_OBJECT

DeleteFilesetSnapshotsInput

Description

Input for deleting fileset snapshots.

link GraphQL Schema definition

  • input DeleteFilesetSnapshotsInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. ID of the fileset.
  • id: String!
  • }

link Require by