This repository was archived by the owner on Dec 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ integrations for ArangoDB 3.9.
2323
2424### Endpoints removed
2525
26+ #### Export API
27+
2628The REST API endpoint ` /_api/export ` has been removed in ArangoDB 3.9.
2729This endpoint was previously only present in single server, but never
2830supported in cluster deployments.
@@ -44,4 +46,22 @@ in ArangoDB 3.8 and is now removed. If the functionality is still required
4446by client applications, running a streaming AQL query can be used as a
4547substitution.
4648
49+ #### Redirects
50+
51+ Since ArangoDB 3.7 some cluster APIs were made available under diffrent
52+ paths. The old paths were left in place and simply redirected to the new
53+ address. These redirects have now been removed in ArangoDB 3.9.
54+
55+ The following list shows the old, now dysfunctional paths and their
56+ replacements:
57+
58+ - ` /_admin/clusterNodeVersion ` : replaced by ` /_admin/cluster/nodeVersion `
59+ - ` /_admin/clusterNodeEngine ` : replaced by ` /_admin/cluster/nodeEngine `
60+ - ` /_admin/clusterNodeStats ` : replaced by ` /_admin/cluster/nodeStatistics `
61+ - ` /_admin/clusterStatistics ` : replaced by ` /_admin/cluster/statistics `
62+
63+ Using the replacements will work from ArangoDB 3.7 onwards already, so
64+ any client applications that still call the old addresses can be adjusted
65+ to call the new addresses from 3.7 onwards.
66+
4767## JavaScript API
You can’t perform that action at this time.
0 commit comments