INPUT_OBJECT

AddMosaicSourceInput

Description

Input for adding a NoSQL protection source.

link GraphQL Schema definition

  • input AddMosaicSourceInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. Source object with the details of the source to be added.
  • sourceData: SourceInput!
  • }

link Require by