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.
Request
Section titled “Request”- Method:
GET - Path:
/nettest - Authentication: Not required
- Headers: Optional
accept: application/json
GET https://api.brookmimir.com/nettestaccept: application/jsonSuccessful response
Section titled “Successful response”- HTTP status:
200 OK - Body schema: Flexible JSON object containing latency and network hints. Fields may vary by deployment.
{ "ok": true, "status": 200}Field reference
Section titled “Field reference”| Field | Type | Description |
|---|---|---|
status | integer or null | Numeric representation of the diagnostic outcome (expects 200 on success). |
ok | string or null | Human-readable summary of the network test result. |
Error handling
Section titled “Error handling”- 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.