getGatewayNodeStatistics abstract method

  1. @GET.new('/admin/gateway/stats')
Future<NodeStatsResponse> getGatewayNodeStatistics()

Get gateway node statistics.

Returns uptime, process memory, and guild count. Used to monitor gateway health and performance. Requires GATEWAY_MEMORY_STATS permission.

Implementation

@GET('/admin/gateway/stats')
Future<NodeStatsResponse> getGatewayNodeStatistics();