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.
  • localDataSourceIds: [String!]
  • # List of workload IDs on the original Rubrik cluster. This list should be empty
  • # for full refresh.
  • archivalDataSourceIds: [String!]
  • # ID of the reader archival location to be refreshed. We cannot use this field
  • # with externalLocationId.
  • locationId: 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.
  • externalLocationId: String
  • # ID of the Rubrik cluster on which the reader archival location to be refreshed
  • # is created.
  • clusterId: String
  • }

link Require by