
Verify that MarkLogic Server is up and accepting requests.
If MarkLogic Server is available, this request returns response code 200 (OK).
http://localhost:8001/admin/v1/timestamp.
curl --anyauth --user user:password -X HEAD -i \
http://localhost:8001/admin/v1/timestamp
==> If MarkLogic Server is available, headers similar to the following
are returned:
HTTP/1.1 200 OK
Server: MarkLogic
Connection: Keep-Alive
Keep-Alive: timeout=5
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.