GET api/Health/{actionname}
Will return the health of the API, returns this in case the API is healthy: "API is Healthy"
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
actionname | string |
None. |
Body Parameters
None.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string"
application/xml, text/xml
Sample:
<string>sample string</string>