POST api/v2/HealthChecks/azure/ChangeStatus
Request
URI Parameters
Body Parameters
AzureHealthCheckPostData| Name | Description | Type | Additional information |
|---|---|---|---|
| ishealthy | boolean |
Request Formats
application/json, text/json
Sample:
{
"ishealthy": true
}
text/html
Sample:
{"ishealthy":true}
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"}