validateHostData

validateHostData
validateHostData
JSON Example
{
    "hostname": "string",
    "username": "string",
    "password": "string",
    "domain_name": "string",
    "ipmi_fqdn": "string",
    "ipmi_username": "string",
    "ipmi_password": "string",
    "validate_ipmi_creds": false
}
string
hostname
Optional

FQDN or hostname of the host

string
username
Optional

username of the host for the login

string
password
Optional

password of the host for the login in base64 format

string
domain_name
Optional

name of the domain to which host is supposed to be added

string
ipmi_fqdn
Optional

FQDN address of the host

string
ipmi_username
Optional

ipmi username of the host for the login

string
ipmi_password
Optional

ipmi password of the host for the login in base64 format

boolean
validate_ipmi_creds
Optional

true if ipmi credentials needs to be validated