NetworkingDnsHostnameTestStatusInfo
Hostname.TestStatusInfo structure Overall test result
Properties
status
Required
Hostname.TestStatus enumerated type Health indicator
orange : In case data has more than one test, this indicates not all tests were successful
green : All tests were successful for given data
red : All tests failed for given data
Possible values are: orange , green , red
JSON Example
{
"messages": [
{
"message": "string",
"result": "failure"
}
],
"status": "orange"
}