INPUT_OBJECT
RetryAddMongoSourceInput
Description
Input for putting a MongoDB source.
link GraphQL Schema definition
- input RetryAddMongoSourceInput {
- # Required. 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!
- }