Active Backends Value in JSON output? #48
Answered
by
mdevan
billglennon
asked this question in
Q&A
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
mdevan
Sep 9, 2021
Replies: 2 comments
-
The whole of the JSON output is one object. It has a key called
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
billglennon
-
Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The whole of the JSON output is one object. It has a key called
backends
, and it's value is an array of objects. The number of elements of this array is the number of active backends. In Javascript:active_backends = output.backends.length;