INPUT_OBJECT

AddOpsManagerManagedMongoSourceInput

link GraphQL Schema definition

  • input AddOpsManagerManagedMongoSourceInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. v9.2: The request object containing parameters like Project ID,
  • # Cluster ID, API Token, and a list of OpsManager nodes required to add the
  • # MongoDB source to the Rubrik cluster. v9.3: The request object containing
  • # parameters like the Group (project) ID, Cluster ID, API Token and a list of
  • # OpsManager nodes required to add the MongoDB source to the Rubrik cluster.
  • mongoOpsmanagerSourceAddRequestConfig: MongoOpsManagerSourceAddRequestConfigInput!
  • }

link Require by