Skip to main contentIBM Video Streaming Developers

Health

Indicates health of given entity.

enum Health {
    # Everything is working perfectly.
    GOOD
    # Something isn't working perfectly but given service should still function.
    WARNING
    # Something isn't working which might cause given service to malfunction.
    POOR
}

Values

NAMEDESCRIPTION
GOODEverything is working perfectly.
WARNINGSomething isn’t working perfectly but given service should still function.
POORSomething isn’t working which might cause given service to malfunction.