[
https://issues.apache.org/jira/browse/COUCHDB-3223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15642405#comment-15642405
]
Joan Touzet commented on COUCHDB-3223:
--------------------------------------
Because this is a node-specific endpoint, this API got moved underneath
{{/_node/$node/_stats}}.
> HTTP API for /_stats not working as documented
> ----------------------------------------------
>
> Key: COUCHDB-3223
> URL: https://issues.apache.org/jira/browse/COUCHDB-3223
> Project: CouchDB
> Issue Type: Documentation
> Components: Documentation, HTTP Interface
> Reporter: David Squier
>
> Attempted to call the HTTP `_stats` endpoint per:
> http://docs.couchdb.org/en/latest/api/server/common.html#stats
> Actual call:
> ```
> curl -X GET http://localhost:5984/_stats
> ```
> Response:
> ```
> {"error":"not_found","reason":"Database does not exist."}
> ```
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)