We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" }
The text was updated successfully, but these errors were encountered:
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.
http://127.0.0.1:8848/nacos/v1/ns/instance?serviceName=nacos.naming.serviceName
We will fix it in document
Sorry, something went wrong.
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
http://127.0.0.1:8848/nacos/v1/ns/instance/list
/nacos/v1/core/cluster/nodes
No branches or pull requests
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"
}
The text was updated successfully, but these errors were encountered: