Skip to main content

Module route

Module route 

Source
Expand description

Diagnostics GET routes.

Constantsยง

ROOM
returns crate::http::telemetry::diagnostics::DiagnosticsRoomDetail or 404 Not Found.
ROOMS
returns a JSON array of crate::http::telemetry::diagnostics::DiagnosticsRoomSummary.
ROOM_GRAPH
returns a JSON object with nodes and edges arrays or 404 Not Found.
ROOM_USER
returns crate::http::telemetry::diagnostics::DiagnosticsUserDetail or 404 Not Found.
ROOM_USERS
returns a JSON array of crate::http::telemetry::diagnostics::DiagnosticsUserSummary or 404 Not Found.
SUMMARY
returns crate::http::telemetry::diagnostics::DiagnosticsSummaryResponse.
USER_GRAPH
returns a JSON object with nodes and edges arrays or 404 Not Found.
WORKERS
returns a JSON array of crate::http::telemetry::diagnostics::DiagnosticsWorkerSummary.