GET api/Check_Health?Raise_Flag={Raise_Flag}

Check server health. Use application/xml format for best readability.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Raise_Flag

Set as true to check case of error. Default false.

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

A string with vital parameters. Throughs an exception of type InternalServerError [500] if needs restart.

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>