INPUT_OBJECT
CreateRcsReaderTargetInput
Description
Input for creating a RCS Reader Target.
link GraphQL Schema definition
- input CreateRcsReaderTargetInput {
- # List of workload IDs on the original Rubrik cluster. This list should be empty
- # for a full refresh.
- : [String!]
- # Field for specifying cluster UUID of the target.
- : UUID!
- # Field for specifying the name of original reader location to which to connect as
- # Reader.
- : String!
- # Field for specifying the name of reader location for RCS.
- : String!
- # Field for specifying the metadata to be retrieved from a target.
- : ReaderRetrievalMethod!
- }