Check a node's health
node://host/runtime/query/health
{
"endpoint": "http://192.168.1.20:8765"
}
Operations connector
Get Node wraps the get.ifuri.com installer so flows can fetch the node bootstrap script and check a node's health over node:// routes — a programmatic path to stand up and verify urirun nodes across a LAN.
get.ifuri.com reachable; target host with python3node://host/runtime/query/health
{
"endpoint": "http://192.168.1.20:8765"
}
curl -fsSL 'https://connect.ifuri.com/install?connectors=get-node' | bash
This connector is planned. The installer is visible for contract design, but execution is disabled until the connector package is available.
{
"id": "get-node",
"name": "Get Node",
"status": "planned",
"uriSchemes": [
"node"
],
"routes": [
"node://get/installer/query/script",
"node://host/runtime/query/health"
],
"install": {
"mode": "planned",
"pipSpec": "urirun-connector-get-node"
},
"hubUrl": "https://connect.ifuri.com/connectors/get-node"
}