HealthStateCount Class
Represents information about how many health entities are in Ok, Warning and Error health state.
- Inheritance
-
HealthStateCount
Constructor
HealthStateCount(*, ok_count: Optional[int] = None, warning_count: Optional[int] = None, error_count: Optional[int] = None, **kwargs)
Parameters
- ok_count
- <xref:long>
Required
The number of health entities with aggregated health state Ok.
- warning_count
- <xref:long>
Required
The number of health entities with aggregated health state Warning.
- error_count
- <xref:long>
Required
The number of health entities with aggregated health state Error.
Feedback
Submit and view feedback for