HTTP | URL | Parameters | Description | Response |
---|---|---|---|---|
GET | /api/public/systemHealth/systems | Optional Parameter
|
Provides the system health overview for all systems on this Viewpoint server | Array of SystemHealthWs objects |
GET | /api/public/systemHealth/systems/{systemId} | Path Variable
Optional Parameter
|
Provides the system health overview for a single system | SystemHealthWs object |
GET | /api/public/systemHealth/systems/{systemId}/descriptions | Path Variable
|
Provides a list of the configured system health descriptions for a single system | Array of DescriptionWs objects |
GET | /api/public/systemHealth/systems/{systemId}/downComponents | Path Variable
Optional Parameter
|
Provides a list of the down components or services for a single system | Array of DownComponentsWs objects |
GET | /api/public/systemHealth/systems/{systemId}/metrics | Path Variable
Optional Parameters
If neither parameter is provided, the current data point for each metric is returned. If both parameters are provided, the data points within the range will be returned. Specifying only one parameter or the other is not supported and an error is returned. |
Provides the metric data for a single system | Array of SystemHealthMetricsWs object |
GET | /api/public/systemHealth/systems/{systemId}/thresholds | Path Variable
|
Provides a list of the configured thresholds for a single system | Array of MetricThresholdWs objects |