GET API/V1/Diagnostics/InstanceProperties
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
iMDsoft.API.Models.InstanceProperties| Name | Description | Type | Additional information |
|---|---|---|---|
| Logging | iMDsoft.API.Models.InstanceProperties+LoggingProperties |
None. |
Response Formats
application/json, text/json
Sample:
{
"logging": {
"loggingLevelOrdinal": 1,
"loggingLevelName": "sample string 2"
}
}