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.
- String! :
- # Required. Source object with the details of the source to be added.
- SourceInput! :
- }