juzhiyuan edited a comment on issue #850: URL: https://github.com/apache/apisix-dashboard/issues/850#issuecomment-732010534
After discussion with @tokers @starsz, here is the latest sketch for the info page.  - supports showing apisix nodes' status by using selector. - Selector label: `$hostname_$uuid` ## API ### fetch apisix's node list *Waiting for @starsz's design* ### fetch JSON for target apisix's node ```json { "data":[ { "category":"system", "version":"2.0" }, { "category":"system", "apisix_id":"2.1" }, { "category":"categoryA", "key":"value1" }, { "category":"categoryA", "key":"value2" }, { "category":"categoryB", "key":"value1" }, { "category":"categoryB", "key":{ "customKey1":"customValue1" } } ] } ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
