ENUM

Db2Status

Description

Db2 instance status.

link GraphQL Schema definition

  • enum Db2Status {
  • # Error while connecting to Db2 Instance.
  • ERROR
  • # Db2 Instance is successfully connected.
  • OK
  • # Db2 Instance is in the connecting stage.
  • UNKNOWN
  • # Db2 Instance is connected with warnings.
  • WARNING
  • }