vcenter hlm convergence: service convergence info

The service_convergence_info structure contains fields the information that are used to describe if data of the service has converged for each syncable service. Converged means all data has been replicated to other partners in the community. 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:

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

Attributes:

Name Type Description
Required
-.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.

-.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.

-.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.