mirror of
https://github.com/logos-messaging/logos-messaging-rest-api.git
synced 2026-01-02 22:13:09 +00:00
15 lines
374 B
YAML
15 lines
374 B
YAML
|
|
get:
|
||
|
|
summary: Get statistics of available peers
|
||
|
|
description: Retrieve statistics of node's peer database in various grouping.
|
||
|
|
operationId: getPeerStats
|
||
|
|
tags:
|
||
|
|
- admin
|
||
|
|
responses:
|
||
|
|
'200':
|
||
|
|
description: Information about a Waku v2 node.
|
||
|
|
content:
|
||
|
|
application/json:
|
||
|
|
schema:
|
||
|
|
$ref: "./schemas/apitypes.yaml#/WakuPeerStats"
|
||
|
|
|