- Home
- JSON
- ServiceHealthReport
Properties
| name |
data type |
description |
| overallStatus
|
Level
|
|
| checkReports
|
array of Status
|
|
Example
{
"overallStatus" : "ERROR",
"checkReports" : [ {
"message" : "...",
"level" : "OK"
}, {
"message" : "...",
"level" : "OK"
} ]
}