GET api/v2/HealthChecks/azure
Request
URI Parameters
Response
AzureHealthCheckResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string | ||
| reason | string |
Response Format
application/json, text/json
Sample:
{
"status": "sample string 1",
"reason": "sample string 2"
}
text/html
Sample:
{"status":"sample string 1","reason":"sample string 2"}