Running Product

Topics:

Use the following operation to determine edition of the running product.

GET: /server/api/v1/status/omniProduct

Topics:

Example:

GET https://localhost:9514/server/api/v1/status/omniProduct

--response--

{
  "status": "OK",
  "code": 0,
  "message": null,
  "developerMessage": null,
  "responseType": "java.lang.String",
  "response": "MD_BASE_EDITION",
  "exception": null
}

Running Mode

Use the following operation to determine the product running mode.

GET: /server/api/v1/status/omniRunningMode

Topics:

Example:

GET https://localhost:9514/server/api/v1/status/omniRunningMode

--response--

{
  "status": "OK",
  "code": 0,
  "message": null,
  "developerMessage": null,
  "responseType": "java.lang.String",
  "response": "DEVELOPMENT",
  "exception": null
}