GET api/v2/HealthChecks/azure

Request

URI Parameters

Response

AzureHealthCheckResponse
NameDescriptionTypeAdditional 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"}