INPUT_OBJECT

GetMosaicRecoverableRangeInput

Description

Input for getting NoSQL protection recoverable range of snapshots.

link GraphQL Schema definition

  • input GetMosaicRecoverableRangeInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. Request Object with details of Tables whose recovery range is
  • # required.
  • recoveryRangeRequestData: MosaicRecoverableRangeRequestInput!
  • }

link Require by