INPUT_OBJECT
RetryAddMongoSourceInput
Description
Input for putting a MongoDB source.
link GraphQL Schema definition
- input RetryAddMongoSourceInput {
- # Required. v8.1-v9.2: ID of the MongoDB source.
- # v9.3+: Managed ID of the MongoDB source.
- : 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.
- : MongoSourceAddRequestConfigInput!
- }