OBJECT
CdmMongoNode
Description
MongoDB node details for the source.
link GraphQL Schema definition
- type CdmMongoNode {
- # Host name of the MongoDB node.
- : String!
- # Host FID of the MongoDB node.
- : UUID!
- # Type of the MongoDB node.
- : MongoNodeType!
- # Port details of the MongoDB node.
- : Int!
- }