AggregatedHealthResponseDTO
Description
A DTO for a single aggregated health response item.
Required Parameters
- healthState
-
-
type: string
-
description: The (aggregated) health state for the subcategory.
-
enum: ['CRITICAL', 'MAJOR', 'MINOR', 'NORMAL']
-
- numberOfItems
-
-
type: integer
-
format: int32
-
description: Number of entities whose state matches healthState.
-
- subcategory
-
-
type: string
-
description: Health subcategory.
-
Optional Parameters
- recommendations
-
-
type: array
-
description: A list of recommendations specific for each problem (error) type.
-
-
reference: Recommendation
-
-