logos-delivery-rest-api/api-spec/adminapi_peers_stats.yaml
2026-07-16 15:45:45 +00:00

15 lines
381 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 Logos Delivery node.
content:
application/json:
schema:
$ref: "./schemas/apitypes.yaml#/WakuPeerStats"