Radar discovery information — the entries of the GET /radars response.
This is a lean discovery object: it identifies the radar but carries neither
live state nor stream URLs — the radar's two streams are always reached by
convention from the host serving this response. Dynamic values live on separate
endpoints — operational status and control values at GET /radars/{id}/state
(and /controls), and static parameters such as spokesPerRevolution /
maxSpokeLength at GET /radars/{id}/capabilities. This matches the Radar API
specification (radar_api.md) and the mayara-server reference implementation.
Radar discovery information — the entries of the
GET /radarsresponse.This is a lean discovery object: it identifies the radar but carries neither live state nor stream URLs — the radar's two streams are always reached by convention from the host serving this response. Dynamic values live on separate endpoints — operational status and control values at
GET /radars/{id}/state(and/controls), and static parameters such asspokesPerRevolution/maxSpokeLengthatGET /radars/{id}/capabilities. This matches the Radar API specification (radar_api.md) and the mayara-server reference implementation.Example