Get Host For Cluster
Get the specified host.
The ID of the cluster.
The ID of the host.
The specified host.
{
"id": "string",
"version": 0,
"domainId": "string",
"domainType": "string",
"parent": "string",
"ip": "string",
"name": "string",
"username": "string",
"status": "string",
"createdTimestamp": 0,
"lastUpdatedTimestamp": 0,
"ipmiFqdn": "string",
"ipmiUsername": "string",
"vmkVsanIp": "string",
"vmkVmotionIp": "string",
"hostSettingStatus": "string",
"isVcpResyncNeeded": false,
"isHcpResyncNeeded": false,
"errors": [
{
"code": "string",
"message": "string",
"stack": "string"
}
]
}
The unique ID of the host.
The version of this host entity.
The unique ID of the host's domain.
The type of host's domain.
The name of the domain that is the parent of this host.
IP of the host.
FQDN of the host.
Username of the host.
The status of provisioning of the host. It can be one of: [NOT_PROVISIONED, PROVISIONED, IN_PROGRESS, FAILED, TO_BE_DELETED, DELETING, DELETE_FAILED].
The timestamp of when this host was added.
The timestamp of when this host was last modified.
IPMI FQDN of host.
IPMI username of host.
vmk IP for VSAN network
vmk IP for VMotion network
The status of host config profile of the host. It can be one of: [NOT_CONFIGURED, IN_PROGRESS, CONFIGURED, FAILED, TO_BE_DELETED, DELETING, DELETE_FAILED, DELETED].
This flag specifies whether a resync is needed for this host to realize the latest specification from its parent domain w.r.t provisioning in vCenter.
This flag specifies whether a resync is needed for this host to realize the latest specification from its parent domain and parent Host Config Profile w.r.t applying Host Config Profile.
The list of errors.
API endpoint has permanently moved.
{
"redirectURL": "string"
}
redirectURL
Response Headers
URI where the client will find the new endpoint.
User is not authenticated to invoke this endpoint.
User is not authorized to invoke this endpoint.
The specified host was not found.
The request parameters 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.