apisix icon indicating copy to clipboard operation
apisix copied to clipboard

bug: /apisix/admin/migrate/export "error_msg": "not found"

Open anime777 opened this issue 3 years ago • 2 comments

Current Behavior

GET http://127.0.0.1:9080/apisix/admin/migrate/export
{ "error_msg": "not found" }

docker image: apache/apisix:2.15.0-alpine

reference: https://apisix.apache.org/docs/dashboard/api/api/#apisixadminmigrateexport

Expected Behavior

No response

Error Logs

No response

Steps to Reproduce

SET X-API-KEY GET http://192.192.0.5:9080/apisix/admin/migrate/export

Environment

  • APISIX version (run apisix version):
  • Operating system (run uname -a):
  • OpenResty / Nginx version (run openresty -V or nginx -V):
  • etcd version, if relevant (run curl http://127.0.0.1:9090/v1/server_info):
  • APISIX Dashboard version, if relevant:
  • Plugin runner version, for issues related to plugin runners:
  • LuaRocks version, for installation issues (run luarocks --version):

anime777 avatar Sep 02 '22 13:09 anime777