Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/rest-api/pages/rest-initialize-node.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Per platform, the default data-folder locations for all services are:
----
curl -X POST http://<node-ip-address-or-domain-name>:8091/nodes/self/controller/settings
-u <username>:<password>
-d data_path=<data-path>
-d path=<data-path>
-d index_path=<index-path>
-d cbas_path=<analytics-path>
-d eventing_path=<eventing-path>
Expand All @@ -64,7 +64,7 @@ The following example establishes the paths for the Data, Index, Analytics, and
----
curl -X POST \
http://10.142.181.103:8091/nodes/self/controller/settings \
-d 'data_path=%2Fopt%2Fcouchbase%2Fvar%2Flib%2Fcouchbase%2Fdata&' \
-d 'path=%2Fopt%2Fcouchbase%2Fvar%2Flib%2Fcouchbase%2Fdata&' \
-d 'index_path=%2Fopt%2Fcouchbase%2Fvar%2Flib%2Fcouchbase%2Fidata&' \
-d 'cbas_path=%2Fopt%2Fcouchbase%2Fvar%2Flib%2Fcouchbase%2Fadata&' \
-d 'eventing_path=%2Fopt%2Fcouchbase%2Fvar%2Flib%2Fcouchbase%2Fedata&'
Expand Down