Access HealthScanner data
- Last Updated: March 1, 2024
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The following table list ways to request data returned by the HealthScanner probes:
| Request |
Return value |
|---|---|
|
|
Returns a status code. Typically, |
|
|
Returns JSON formatted summary of health score. For more information, see Return a JSON summary view. |
|
|
Returns JSON formatted details of 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 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.