GET API/V1/Diagnostics/Health
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
iMDsoft.API.Models.HealthData| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | iMDsoft.API.Models.HealthStatus |
None. |
|
| Errors | Collection of string |
None. |
|
| Database | iMDsoft.API.Models.DatabaseHealthData |
None. |
|
| Controllers | iMDsoft.API.Models.ControllersHealthData |
None. |
|
| ObjectModelStatistics | iMDsoft.API.Models.ObjectModelHealthData |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 0,
"errors": [
"sample string 1",
"sample string 2"
],
"database": {
"databaseInstances": [
{
"databaseStatus": 0,
"databaseType": 0,
"databaseName": "sample string 1",
"databaseServer": "sample string 2",
"errorMessage": "sample string 3"
},
{
"databaseStatus": 0,
"databaseType": 0,
"databaseName": "sample string 1",
"databaseServer": "sample string 2",
"errorMessage": "sample string 3"
}
],
"errorMessage": "sample string 1"
},
"controllers": {
"controllerInstances": [
{
"name": "sample string 1",
"version": "sample string 2",
"licenseStatus": 0,
"licenseInformation": {}
},
{
"name": "sample string 1",
"version": "sample string 2",
"licenseStatus": 0,
"licenseInformation": {}
}
],
"errorMessage": "sample string 1"
},
"objectModelStatistics": {
"environments": [
{
"productionServer": "sample string 1",
"productionDatabase": "sample string 2",
"statistics": {
"objectStatistics": [
{
"objectName": "sample string 1",
"objectItemsCount": 1,
"lastUpdatedGuid": "647b17e2-fabb-4449-ac3c-6332322ab6ab",
"isUpdated": true
},
{
"objectName": "sample string 1",
"objectItemsCount": 1,
"lastUpdatedGuid": "647b17e2-fabb-4449-ac3c-6332322ab6ab",
"isUpdated": true
}
],
"lastUpdate": "2026-06-28T22:43:24.2987912+03:00",
"updateFrequency": "00:00:00.1234567"
}
},
{
"productionServer": "sample string 1",
"productionDatabase": "sample string 2",
"statistics": {
"objectStatistics": [
{
"objectName": "sample string 1",
"objectItemsCount": 1,
"lastUpdatedGuid": "647b17e2-fabb-4449-ac3c-6332322ab6ab",
"isUpdated": true
},
{
"objectName": "sample string 1",
"objectItemsCount": 1,
"lastUpdatedGuid": "647b17e2-fabb-4449-ac3c-6332322ab6ab",
"isUpdated": true
}
],
"lastUpdate": "2026-06-28T22:43:24.2987912+03:00",
"updateFrequency": "00:00:00.1234567"
}
}
],
"errorMessage": "sample string 1"
}
}