getHostValidationHostState

getHostValidationHostState
getHostValidationHostState
JSON Example
{
    "hostname": "hostname",
    "host_validation_state": "COMPLETED",
    "stages": {
        "key": {
            "status_code": "status_code",
            "method_name": "method_name",
            "state": "PASSED",
            "message": "message"
        }
    },
    "message": "message"
}
string
hostname
Optional

FQDN or hostname of the host

string
host_validation_state
Optional

if all validations are done then the validation will be COMPLETED but if it breaks in between then it will be marked as FAILED

Possible values are : COMPLETED, INPROGRESS, TO_BE_PICKED_UP, FAILED, NOT_FOUND,
string
message
Optional

A custom message describing the state

object
stages
Optional

list of stage and each stage describing the validation state for that stage