Fetch Hosts By Name
This API is to be used for fetching the Hosts based on host names.
The request payload for Fetch Hosts By Names API.
{
"hosts": [
"string"
]
}
The FQDN of the Hosts.
Response includes list of hosts as specified by the host names.
{
"hosts": [
{
"id": "string",
"version": 0,
"domainId": "string",
"domainType": "string",
"parent": "string",
"ip": "string",
"name": "string",
"username": "string",
"status": "string",
"createdTimestamp": 0,
"lastUpdatedTimestamp": 0,
"disableDatastoreCustomization": false,
"ipmiFqdn": "string",
"ipmiUsername": "string",
"hostSettingStatus": "string",
"isVcpResyncNeeded": false,
"isHcpResyncNeeded": false,
"errors": [
{
"code": "string",
"message": "string",
"stack": "string"
}
]
}
],
"notfound": [
"string"
]
}
The list of hosts available.
The list of host names which are not available.
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 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.