list_reflectors

Function list_reflectors 

Source
pub(crate) async fn list_reflectors(
    __arg0: State<PgPool>,
    __arg1: Query<ReflectorQuery>,
) -> Result<Json<Vec<ReflectorView>>, StatusCode>
Expand description

GET /api/reflectors — list active reflectors with status.

Returns reflectors that have been observed within the since window (default 30m), ordered by most-recently-seen first.