GET api/HealthCheck/FullCheck

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

OutboundHealthCheck
NameDescriptionTypeAdditional 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>