The following table list ways to request data returned by the HealthScanner probes:

Request

Return value

http://hostname:8899/health

Returns a status code. Typically, 200 when healthy and 500 if health falls below a threshold. For more information, see Return the HealthScanner status code.

http://hostname:8899/health?view=summary

Returns JSON formatted summary of health score. For more information, see Return a JSON summary view.

http://hostname:8899/health?view=details

Returns JSON formatted details of health probes. For more information, see Return a JSON details view.

http://hostname:8899/health?view=config

Provides a dataset friendly view of the HealthScanner probe configuration.

http://hostname:8899/health?view=dataset

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.