INPUT_OBJECT

RetryAddMongoSourceInput

Description

Input for putting a MongoDB source.

link GraphQL Schema definition

  • input RetryAddMongoSourceInput {
  • # Required. ID of the MongoDB source.
  • id: String!
  • # Required. The request object containing parameters like username, password, and
  • # a list of hosts required to add a MongoDB source to the Rubrik cluster.
  • mongoSourceRequestConfig: MongoSourceAddRequestConfigInput!
  • }

link Require by