Access HealthScanner data
- Last Updated: February 13, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The following table list ways to request data returned by the HealthScanner probes for a running PAS for OpenEdge instance:
| Request | Return value |
|---|---|
http://hostname:8899/health |
Returns a status code. Typically,
|
|
Returns a JSON formatted summary of the health score. For more information, see Return a JSON summary view. |
|
Returns a JSON formatted details of the health probes. For more information, see Return a JSON details view. |
|
|
Provides a dataset-friendly view of the HealthScanner probe configuration. |
|
|
Provides a dataset-friendly view of HealthScanner probe results. |
instance-name/bin/oehealth |
Uses OEJMX to gather the health values. This information could be pushed to a raw data collector for use with administrative scripts. For more information, see Return as an OEJMX query. |
Additionally, you can Write a custom HealthScanner view.