Host Profile Get Validation Failure Info

Host Profile Get Validation Failure Info

This object is created or updated if the HostProfileValidationStateEnum is Failed.

This object captures the most recent validation result for the host profile object in case of failure.

Request
URI
GET
https://{api_host}/sdk/vim25/{release}/HostProfile/{moId}/validationFailureInfo
COPY
Path Parameters
string
moId
Required

The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId, in this case HostProfile/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

This response body class contains all of the following: HostProfileValidationFailureInfo
{
    "0": "H",
    "1": "o",
    "2": "s",
    "3": "t",
    "4": "P",
    "5": "r",
    "6": "o",
    "7": "f",
    "8": "i",
    "9": "l",
    "10": "e",
    "11": "V",
    "12": "a",
    "13": "l",
    "14": "i",
    "15": "d",
    "16": "a",
    "17": "t",
    "18": "i",
    "19": "o",
    "20": "n",
    "21": "F",
    "22": "a",
    "23": "i",
    "24": "l",
    "25": "u",
    "26": "r",
    "27": "e",
    "28": "I",
    "29": "n",
    "30": "f",
    "31": "o",
    "32": " ",
    "33": "O",
    "34": "b",
    "35": "j",
    "36": "e",
    "37": "c",
    "38": "t"
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/HostProfile/{moId}/validationFailureInfo