fusion_health_check
Run a probe report to verify Oracle Fusion Cloud connectivity, validating credentials, report bind values, and XML parsing. Reports degraded status when transport works but no rows are returned.
Instructions
Verify the whole path to the pod: credentials, report, bind values, parsing.
Probes something that actually works: it runs the registered list_tables
report with a narrow pattern, so a green answer proves credentials, the
catalog path, the bind-parameter shape and the XML parser all at once. On a
pod with no reports registered it falls back to the legacy lexical probe
(SELECT 1 AS N FROM DUAL), which is also what detects whether that pod wants
the flat or the item-wrapped parameterNameValues JSON when param_shape
is auto.
status is degraded -- not ok -- when the round trip succeeded but the
report returned no rows: the transport works and the report is wrong, which is
a different problem from an unreachable pod.
Args:
datasource: Configured datasource key to probe (legacy path, and the
datasource summary). An unknown name is reported as an error.
report: Report to probe with instead of list_tables.
pattern: Value for the probe report's p_pattern bind.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report | No | ||
| pattern | No | ||
| datasource | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||