vcenter hlm convergence: convergence info

The convergence_info structure contains fields that are used to describe the outcome of convergence check. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Representation:

{
    "service_status"{
        "<string>"{
            "node_convergence_status"{
                "<string>""CONVERGED"
            },
            "service_status""CONVERGED"
        }
    },
    "community_status""CONVERGED"
}
{
    "service_status"[
        {
            "value"{
                "node_convergence_status"[
                    {
                        "value""CONVERGED",
                        "key""string"
                    }
                ],
                "service_status""CONVERGED"
            },
            "key""string"
        }
    ],
    "community_status""CONVERGED"
}

Attributes:

Name Type Description
Required
-.community_status string The result of convergence check for community. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

The status is the convergence status of a node in a community. Or the community status, which will pick the high priority status from all nodes. Priority: ERROR > NETWORK_ERROR > NOT_CONVERGED > RUNNING > CONVERGED. Warning: This enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Value is one of:
CONVERGED: Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
RUNNING: Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
NOT_CONVERGED: Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
NETWORK_ERROR: Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
ERROR: Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
PEER_NOT_FOUND: Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

-.service_status object The detail information for each service, the information includes the current status of the service, and whether it has been converged for each node in the community. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Object with element values of type service_convergence_info.

-.service_status.* service_convergence_info
-.service_status.*.service_status string The result of convergence check for community. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

The status is the convergence status of a node in a community. Or the community status, which will pick the high priority status from all nodes. Priority: ERROR > NETWORK_ERROR > NOT_CONVERGED > RUNNING > CONVERGED. Warning: This enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Value is one of:
CONVERGED: Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
RUNNING: Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
NOT_CONVERGED: Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
NETWORK_ERROR: Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
ERROR: Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
PEER_NOT_FOUND: Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

-.service_status.*.node_convergence_status object The nodeConvergenceStatus is a vmodl.lang.map collection that key is a String hostname of the replica and value is vcenter.hlm.convergence.status convergence status of the host. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Object with element values of type string.

-.service_status.*.node_convergence_status.* string The status is the convergence status of a node in a community. Or the community status, which will pick the high priority status from all nodes. Priority: ERROR > NETWORK_ERROR > NOT_CONVERGED > RUNNING > CONVERGED. Warning: This enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Value is one of:
CONVERGED: Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
RUNNING: Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
NOT_CONVERGED: Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
NETWORK_ERROR: Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
ERROR: Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
PEER_NOT_FOUND: Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.