appliance networking dns servers: test status info

test_status_info structure Overall test result

Representations:

{
    "messages"[
        {
            "message""string",
            "result""failure"
        },
        {
            "message""string",
            "result""failure"
        }
    ],
    "status""orange"
}
<?xml version="1.0" ?>
<ns0:TestStatusInfo xmlns:ns0="http://vmware.com/appliance/networking/dns/servers" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <status>orange</status>
  <messages-array>
    <array-item>
      <message>string</message>
      <result>failure</result>
    </array-item>
    <array-item>
      <message>string</message>
      <result>failure</result>
    </array-item>
  </messages-array>
</ns0:TestStatusInfo>

Attributes:

Name Type Description
Required
status string Overall status of tests run.

Health indicator Value is one of:
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

messages message[] messages