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.
- #   Source is connected.
- #   Source is deleted from nosql cluster and it will not be tracked.
- #   Source is being removed from nosql cluster and cleanup activities are in 
- #   process.
- #   Source is disconnected. This message is displayed when source is down or 
- #   unreachable from nosql cluster.
- #   Source is connected and metadata is being refreshed.
- #   Represents error in displaying status. This status does not necessarily mean 
- #   that something is wrong with the source.
- }