INPUT_OBJECT

DeleteMosaicSourceInput

Description

Input for deleting a NoSQL protection source.

link GraphQL Schema definition

  • input DeleteMosaicSourceInput {
  • # Type of the NoSQL source to be deleted.
  • sourceType: V2DeleteMosaicSourceRequestSourceType
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. Name of the NoSQL source to be deleted.
  • sourceName: String!
  • }

link Require by