See

ServiceStatusEvent

Name

ServiceStatus

Enumeration Members

Enumeration Members

DOWN: "DOWN"

Indicates that a service is down, which means that at least one of the required sources defined for the service are down.

LIMITED: "LIMITED"

Indicates that a service is limited, which means that at least one of the non required sources defined for the service are down (but all of the required sources are up).

OK: "OK"

Indicates that the service is OK, which means that all the required and non required sources defined for the service are up.

Generated using TypeDoc