Skip to content

Commit 8ebdfe6

Browse files
Clarify that database status endpoints only work for local databases … (#942)
…(#941) Databases hosted on other servers and not the local one do not have status endpoints on the local server, so you get `404`. --------- Co-authored-by: Nick Giles <[email protected]>
1 parent a190fbf commit 8ebdfe6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/ROOT/pages/clustering/monitoring/endpoints.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ http://localhost:7474/db/neo4j/cluster/available
4848
http://localhost:7474/db/neo4j/cluster/status
4949
--------------
5050

51+
[NOTE]
52+
====
53+
Attempting to access endpoints for a database not hosted on a server produces a `404` response.
54+
====
55+
5156
.Unified HTTP endpoint responses
5257
[options="header", cols="<3a,1,<2a,<2a"]
5358
|===

0 commit comments

Comments
 (0)