Administrative operations use the following syntax.
http://<host>:<port>/endeca-server/admin/<data_domain>?op=<operation>
Where:
- <host> refers
to the hostname or IP address of the Oracle Endeca Server. For the
ping and
help operations, the
<host> can be any hostname or IP address that is
accessible on your network. For security reasons, all other administrative
operations must be run locally from the machine running the Oracle Endeca
Server. In this scenario, specify a
<host> value of
127.0.0.1 (i.e. the localhost).
- <port> refers
to the port on which the Oracle Endeca Server is listening.
- endeca-server is the
context root of the Oracle Endeca Server application.
- <data_domain>
refers to the name of the Endeca data domain on which the command operates.
Queries to these URLs are handled in the Dgraph's request queue like any
other request—that is, they are handled on a first-come, first-served basis.
They are also reported in the Dgraph request log like any other request.
For example:
http://127.0.0.1:7001/endeca-server/admin/books?op=merge
Note: If you are using HTTPS mode, use
https in the URL.