Status
- Last Updated: May 13, 2026
- 1 minute read
- Semaphore
- Documentation
http://<<Base URL>>/application/status
Returns
{
"version" : "5.8.0",
"marklogic" : {
"statusCode" : 0,
"connected" : true
},
"adoptionInfo" : {
"adopted" : true,
"publicKey" : "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AM.....PmGr5uy2BUAa9Il5UbZqVrnfq5f2AvSUoZBgDVwIDAQAB\n-----END PUBLIC KEY-----\n"
},
"status" : "OK",
"canPublish" : false
}
The status is either OK (all is well) or ERROR (something is wrong - a list of errors will be provided)
The version is the version of the Semaphore Concepts Server installed. This should be reported on any support tickets.
The “marklogic” section returns the status of the Marklogic DB connection. A “statusCode” of 0 implies that all is well with the connection. If connected to the Marklogic DB, the “connected” value will be true. If there is an issue then there will be an “errorMessage” value here too.