overte_domain_status
Retrieve connected-node telemetry and settings from an Overte Domain Server. Falls back to simulated data when the server is unreachable.
Instructions
Retrieve connected-node telemetry and settings from an Overte Domain Server.
Real live path against /nodes.json and /settings.json. Falls back to clearly labeled simulated data if no domain-server is reachable.
Return Format
{"success": bool, "message": str, "data": {"source": str, "domain": {...}}}
Examples
overte_domain_status(host="localhost", port=40100) overte_domain_status(host="192.168.1.100", port=40100, username="admin", password="admin")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | No | ||
| host | No | Overte domain server host. | localhost |
| port | No | Overte domain administration port. | |
| password | No | HTTP Basic Auth password for the domain-server admin API. | |
| username | No | HTTP Basic Auth username for the domain-server admin API. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||