vcenter hlm community: remove-task
Removes a specified node from a community. 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
POST https://{server}/rest/vcenter/hlm/community?vmw-task=true&action=remove
Request Body Structure:
{
"hostname" : "string"
}
"hostname" : "string"
}
Request Body Parameters:
Name | Type | Description |
---|---|---|
bold = required | ||
hostname | string | The hostname of the node to remove. |
Response:
HTTP Status Code: 200
Representation:
{
"value" : "obj-103"
}
"value" : "obj-103"
}
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | string |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
403 | unauthorized | If the caller is not authorized. |
500 | error | If the system reports an error while responding to the request. |