ENUM

MongodbSourceStatus

Description

Represents connection status of MongoDB source to Mosaic cluster.

link GraphQL Schema definition

  • enum MongodbSourceStatus {
  • # Source is being added to nosql cluster. Onboarding tasks are in process and
  • # source is not confirmed yet.
  • ADDING
  • # Source is connected.
  • CONNECTED
  • # Source is deleted from nosql cluster and it will not be tracked.
  • DELETED
  • # Source is being removed from nosql cluster and cleanup activities are in
  • # process.
  • DELETING
  • # Source is disconnected. This message is displayed when source is down or
  • # unreachable from nosql cluster.
  • DISCONNECTED
  • # Source is connected and metadata is being refreshed.
  • REFRESHING
  • # Represents error in displaying status. This status does not necessarily mean
  • # that something is wrong with the source.
  • UNKNOWN_SYSTEM_STATUS
  • }