tokers commented on issue #1165:
URL:
https://github.com/apache/apisix-dashboard/issues/1165#issuecomment-772465263
> IMO, BE provide the API as follow. This API is used for checking the
version of apisix and dashboard are matched.
>
> ```
> GET /apisix/admin/tool/version_match
> ```
>
> The response like this:
>
> ```
> {
> "code": "2000001 | 0",
> "message": "The version of apisix and dashboard are not matched.",
> "request_id": "",
> "data": {
> "matched": true | false,
> "dashboard_version": "2.3",
> "not_matched_nodes": [{
> "hostname": "apisix-deployment-5c845b74b-bsrjm",
> "version": "2.1"
> }]
> }
> }
> ```
maybe `mimatched_nodes` is better than `not_matched_nodes` .
----------------------------------------------------------------
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]