Skip to content

GET /nettest

The GET /nettest endpoint performs a minimal network diagnostic that confirms whether the Brookmimir Odin’s Eye platform is reachable from your environment. Unlike the standard / heartbeat, /nettest is tuned for tooling integration and may include additional metadata useful for observability pipelines.

  • Method: GET
  • Path: /nettest
  • Authentication: Not required
  • Headers: Optional accept: application/json
GET https://api.brookmimir.com/nettest
accept: application/json
  • HTTP status: 200 OK
  • Body schema: Flexible JSON object containing latency and network hints. Fields may vary by deployment.
{
"ok": true,
"status": 200
}
FieldTypeDescription
statusinteger or nullNumeric representation of the diagnostic outcome (expects 200 on success).
okstring or nullHuman-readable summary of the network test result.
  • 5xx Server Errors: Indicate transient outages or maintenance windows. Retry with exponential backoff and alert your operations team if issues persist.
  • Network/TLS errors: Capture client-side logs to diagnose firewall, proxy, or certificate problems.