vcenter hlm convergence: converge-task
Performs convergence checks for whole community in all services. This can be called after link finished to check whether the system is available. Or anytime want to know whether the system is converged after data been modified. Usage beyond VMware Cloud on AWS is not supported. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Request:
HTTP request
GET https://{server}/rest/vcenter/hlm/convergence
?vmw-task=true
&hostname=string
?vmw-task=true
&hostname=string
Request Query Parameters:
Name | Type | Description |
---|---|---|
bold = required | ||
hostname | string | Optional. Running convergence check to which remote vCenter Server. |
Response:
HTTP Status Code: 200
Representation:
{
"value" : "obj-103"
}
"value" : "obj-103"
}
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | string | vcenter.hlm.convergence.convergence_info objects. The convergence status per service per replica for all members of this community. |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
401 | unauthenticated | If unable to authenticate to target node. |
403 | unauthorized | If the caller is not authorized. |
500 | error | If the system reports an error while responding to the request. |