origin_bridge_status
Verify the Origin bridge's announced status and actual responsiveness, with an option to skip liveness checks when only the bridge's presence is needed.
Instructions
Report where the bridge is, and whether it is actually answering.
These are different questions, and the difference is not academic. The
bridge publishes a handshake file when it starts and withdraws it when it
stops -- but a modal dialog inside Origin takes over the UI thread the
bridge serves on, so it can stop answering for hours while the handshake
goes on saying it is up. Measured: set <dataset> -dc opens such a dialog,
and nothing was served until someone clicked it.
So announced is what the file says and answering is what a request
found. Only the second means the bridge can do anything. Pass
check_liveness=False to skip the request when the answer does not matter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| check_liveness | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||