GET api/health
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
HealthObjectName | Description | Type | Additional information |
---|---|---|---|
app_name | string |
None. |
|
app_version | string |
None. |
|
last_updated_on | string |
None. |
|
system_datetime | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "app_name": "sample string 1", "app_version": "sample string 2", "last_updated_on": "sample string 3", "system_datetime": "sample string 4" }
application/xml, text/xml
Sample:
<HealthObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers"> <app_name>sample string 1</app_name> <app_version>sample string 2</app_version> <last_updated_on>sample string 3</last_updated_on> <system_datetime>sample string 4</system_datetime> </HealthObject>