INPUT_OBJECT
PatchMongoSourceInput
Description
Input for patching a MongoDB source.
link GraphQL Schema definition
- input PatchMongoSourceInput {
- # Required. v8.1-v9.2: ID of the MongoDB source.
- # v9.3+: Managed ID of the MongoDB source.
- : String!
- # Required. v8.1-v9.2: The request object containing parameters like username,
- # password, which are to be edited for a MongoDB source on the Rubrik cluster.
- # v9.3-v9.4: The request object containing parameters like username, password, or
- # the list of nodes to ignore for backup to be edited for a MongoDB source on the
- # Rubrik cluster.
- # v9.5: The request object containing parameters such as username, password, the
- # list of mongod hosts, or the list of nodes to ignore for backup to be edited for
- # a MongoDB source on the Rubrik cluster.
- : MongoSourcePatchRequestConfigInput!
- # Required. User note to associate with audits.
- : String
- }