INPUT_OBJECT

AddMongoSourceInput

Description

Input for adding a MongoDB source.

link GraphQL Schema definition

  • input AddMongoSourceInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. The request object containing parameters like username, password, and
  • # a list of hosts required to add the MongoDB source to the Rubrik cluster.
  • mongoSourceAddRequestConfig: MongoSourceAddRequestConfigInput!
  • }

link Require by