INPUT_OBJECT

DeleteMosaicStoreInput

Description

Input for deleting a NoSQL protection store.

link GraphQL Schema definition

  • input DeleteMosaicStoreInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. Name of the Mosaic store to be deleted.
  • storeName: String!
  • }

link Require by