OBJECT

SourceMetadata

Description

Metadata of the MongoDB source.

link GraphQL Schema definition

  • type SourceMetadata {
  • # Group ID for protection.
  • groupId: String!
  • # Cluster ID for protection.
  • clusterId: String!
  • # Management nodes for the source.
  • managementNodes: [CdmMongoNode!]!
  • }