From e3bdd3e4b01c828270b59aab515c2e0686c228fc Mon Sep 17 00:00:00 2001 From: Viktor Erlingsson Date: Thu, 21 Nov 2024 10:16:08 +0100 Subject: [PATCH] add followers to nodes (#845) Adds followers section to api docs. --- static/docs/schemas/nodes.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/static/docs/schemas/nodes.yaml b/static/docs/schemas/nodes.yaml index aec15b2169..88aa25564e 100644 --- a/static/docs/schemas/nodes.yaml +++ b/static/docs/schemas/nodes.yaml @@ -85,6 +85,27 @@ node: type: integer fd_used: type: integer + followers: + type: array + items: + type: object + properties: + id: + type: string + remote_address: + type: string + sent_bytes: + type: integer + acked_bytes: + type: integer + lag_in_bytes: + type: integer + compression_ratio: + type: number + uncompressed_bytes: + type: integer + compressed_bytes: + type: integer io_read_count: type: integer io_read_details: