GET api/HealthCheck/QuickCheck
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
OutboundHealthCheckName | Description | Type | Additional information |
---|---|---|---|
Checks | Collection of Object |
None. |
|
Status | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Checks": null, "Status": "sample string 1" }
application/xml, text/xml
Sample:
<OutboundHealthCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Checks i:nil="true" /> <Status>sample string 1</Status> </OutboundHealthCheck>