Skip to content

Commit

Permalink
changes to improve documentation of endpoint health statuses for rout…
Browse files Browse the repository at this point in the history
…ing (#5290)
  • Loading branch information
anwayshahane authored and sarangan12 committed Feb 28, 2019
1 parent 4427634 commit c8b825f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2698,7 +2698,7 @@
"type": "string"
},
"healthStatus": {
"description": "Health status",
"description": "Health statuses have following meanings. The 'healthy' status shows that the endpoint is accepting messages as expected. The 'unhealthy' status shows that the endpoint is not accepting messages as expected and IoT Hub is retrying to send data to this endpoint. The status of an unhealthy endpoint will be updated to healthy when IoT Hub has established an eventually consistent state of health. The 'dead' status shows that the endpoint is not accepting messages, after IoT Hub retried sending messages for the retrial period. See IoT Hub metrics to identify errors and monitor issues with endpoints. The 'unknown' status shows that the IoT Hub has not established a connection with the endpoint. No messages have been delivered to or rejected from this endpoint",
"enum": [
"unknown",
"healthy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2675,7 +2675,7 @@
"type": "string"
},
"healthStatus": {
"description": "Health status",
"description": "Health statuses have following meanings. The 'healthy' status shows that the endpoint is accepting messages as expected. The 'unhealthy' status shows that the endpoint is not accepting messages as expected and IoT Hub is retrying to send data to this endpoint. The status of an unhealthy endpoint will be updated to healthy when IoT Hub has established an eventually consistent state of health. The 'dead' status shows that the endpoint is not accepting messages, after IoT Hub retried sending messages for the retrial period. See IoT Hub metrics to identify errors and monitor issues with endpoints. The 'unknown' status shows that the IoT Hub has not established a connection with the endpoint. No messages have been delivered to or rejected from this endpoint",
"enum": [
"unknown",
"healthy",
Expand Down

0 comments on commit c8b825f

Please sign in to comment.