INPUT_OBJECT
RefreshReaderTargetInput
Description
Input for refreshing reader archival location.
link GraphQL Schema definition
- input RefreshReaderTargetInput {
- # List of workload IDs on the reader Rubrik cluster. This list should be empty for
- # full refresh.
- String!] : [
- # List of workload IDs on the original Rubrik cluster. This list should be empty
- # for full refresh.
- String!] : [
- # ID of the reader archival location to be refreshed. We cannot use this field
- # with externalLocationId.
- String :
- # Rubrik CDM ID of the reader archival location to be refreshed. We need to pass
- # clusterId with externalLocationId. We cannot use this field with locationId.
- String :
- # ID of the Rubrik cluster on which the reader archival location to be refreshed
- # is created.
- String :
- }