Skip to content

bug: The route created by admin API is missing fields in the dashboard display #717

Description

@idbeta
  • Why do you submit this issue?
  • Question or discussion
  • Bug
  • Requirements
  • Feature or performance improvement
  • Other

The route created by admin API is missing fields in the dashboard display.
This is an example provided by APISIX

$ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
{
 "uri": "/",
 "plugins": {
     "jwt-auth": {}
 },
 "upstream": {
     "type": "roundrobin",
     "nodes": {
         "139.217.190.60:80": 1
     }
 }
}'

after create the route, the dashboard display like this:
image

I think there should be default values of Name, Path, UpdateAt when the route was created like that.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions