|
Topics: |
Use the following operation to determine edition of the running product.
|
Topics: |
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
}Use the following operation to determine the product running mode.
|
Topics: |
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
}