D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

ServiceHealthReport Data Type

Properties
name data type description
overallStatus Level
checkReports array of Status

Example

{
  "overallStatus" : "ERROR",
  "checkReports" : [ {
    "message" : "...",
    "level" : "WARNING"
  }, {
    "message" : "...",
    "level" : "OK"
  } ]
}