Update Hosts For Cluster
This API is to be used for updating the specified hosts for specified a Cluster.
The ID of the cluster.
The request payload for Update Hosts API.
{
"hosts": [
{
"id": "string",
"version": 0,
"name": "string",
"username": "string",
"password": "string",
"ipmiFqdn": "string",
"ipmiUsername": "string",
"ipmiPassword": "string",
"vmkVsanIp": "string",
"vmkVmotionIp": "string"
}
]
}
hosts
The submitted hosts have been updated successfully.
{
"warnings": [
{
"code": "string",
"message": "string",
"stack": "string"
}
],
"errors": [
{
"code": "string",
"message": "string",
"stack": "string"
}
]
}
The list of warnings.
The list of errors.
API endpoint has permanently moved.
{
"redirectURL": "string"
}
redirectURL
Response Headers
URI where the client will find the new endpoint.
Response may include details of why the request is bad.
{
"warnings": [
{
"code": "string",
"message": "string",
"stack": "string"
}
],
"errors": [
{
"code": "string",
"message": "string",
"stack": "string"
}
]
}
The list of warnings.
The list of errors.
User is not authenticated to invoke this endpoint.
User is not authorized to invoke this endpoint.
The specified Cluster/host(s) were not found.
The request payload couldn't be processed by the server.
{
"warnings": [
{
"code": "string",
"message": "string",
"stack": "string"
}
],
"errors": [
{
"code": "string",
"message": "string",
"stack": "string"
}
]
}
The list of warnings.
The list of errors.
An internal server error has occurred.
{
"warnings": [
{
"code": "string",
"message": "string",
"stack": "string"
}
],
"errors": [
{
"code": "string",
"message": "string",
"stack": "string"
}
]
}
The list of warnings.
The list of errors.