INPUT_OBJECT

CreateRcsReaderTargetInput

Description

Input for creating a RCS Reader Target.

link GraphQL Schema definition

  • input CreateRcsReaderTargetInput {
  • # Field for specifying cluster UUID of the target.
  • clusterUuid: UUID!
  • # Field for specifying the name of reader location for RCS.
  • readerLocationName: String!
  • # Field for specifying the name of original reader location to which to connect as
  • # Reader.
  • rcsArchivalLocationName: String!
  • # Field for specifying the metadata to be retrieved from a target.
  • readerRetrievalMethod: ReaderRetrievalMethod!
  • }

link Require by