Validate Host
Executes Validation for the list of hosts with credentials given.
List of hosts FQDN OR HOSTNAME with Creds
{
"hosts": [
{
"hostname": "string",
"username": "string",
"password": "string",
"domain_name": "string",
"ipmi_fqdn": "string",
"ipmi_username": "string",
"ipmi_password": "string",
"validate_ipmi_creds": false
}
]
}
list of stage and each stage describing the validation state for that stage
Response with Host validation acceptance
{
"hosts": [
{
"hostname": "string",
"validation_accepted": false,
"message": "string"
}
]
}
list of stage and each stage describing the validation state for that stage
API endpoint has permanently moved.
{
"redirectURL": "string"
}
redirectURL
Response Headers
URI where the client will find the new endpoint.
Bad Request received.
{
"warnings": [
{
"code": "string",
"message": "string",
"stack": "string"
}
],
"errors": [
{
"code": "string",
"message": "string",
"stack": "string"
}
]
}
The list of warnings.
The list of errors.
Unauthorized
Forbidden
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.