NetworkingDnsServersTestStatusInfo

Servers.TestStatusInfo structure Overall test result


Properties

messages Required

messages


status Required

Servers.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: orangegreenred

JSON Example

{
	"messages": [
		{
			"message": "string",
			"result": "failure"
		}
	],
	"status": "orange"
}
Returned By

Test DNS Servers

Feedback

Was this page helpful?