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.
- : String!
- # Required. Request Object with details of Tables whose recovery range is
- # required.
- : MosaicRecoverableRangeRequestInput!
- }