HealthStateCount

Represents information about how many health entities are in Ok, Warning and Error health state.

Properties

Name Type Required
OkCount integer (int64) No
WarningCount integer (int64) No
ErrorCount integer (int64) No

OkCount

Type: integer (int64)
Required: No
InclusiveMinimum: 0

The number of health entities with aggregated health state Ok.


WarningCount

Type: integer (int64)
Required: No
InclusiveMinimum: 0

The number of health entities with aggregated health state Warning.


ErrorCount

Type: integer (int64)
Required: No
InclusiveMinimum: 0

The number of health entities with aggregated health state Error.