Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

部署文档服务发现测试url 501Not Implemented #4029

Closed
houxiaoyi0722 opened this issue Oct 20, 2020 · 3 comments
Closed

部署文档服务发现测试url 501Not Implemented #4029

houxiaoyi0722 opened this issue Oct 20, 2020 · 3 comments
Labels
area/Document Category issues or prs related to document. contribution welcome

Comments

@houxiaoyi0722
Copy link

get http://127.0.0.1:8848/nacos/v1/ns/instances?serviceName=nacos.naming.serviceName

{
"timestamp": "2020-10-20T11:33:20.105+0000",
"status": 501,
"error": "Not Implemented",
"message": "no such api:GET:/nacos/v1/ns/instances",
"path": "/nacos/v1/ns/instances"
}

@KomachiSion KomachiSion added area/Document Category issues or prs related to document. contribution welcome labels Oct 20, 2020
@KomachiSion
Copy link
Collaborator

There are one more letter in doc path, the real api is http://127.0.0.1:8848/nacos/v1/ns/instance?serviceName=nacos.naming.serviceName.

We will fix it in document

@horizonzy
Copy link
Collaborator

horizonzy commented Oct 21, 2020

There are one more letter in doc path, the real api is http://127.0.0.1:8848/nacos/v1/ns/instance?serviceName=nacos.naming.serviceName.

We will fix it in document

the right url maybe http://127.0.0.1:8848/nacos/v1/ns/instance/list

@elrondwong
Copy link

/nacos/v1/core/cluster/nodes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/Document Category issues or prs related to document. contribution welcome
Projects
None yet
Development

No branches or pull requests

4 participants