Http Nfc Lease Get Error

Http Nfc Lease Get Error

If the lease is in the error state, this property contains the error that caused the lease to be aborted.

Request
URI
GET
https://{api_host}/sdk/vim25/{release}/HttpNfcLease/{moId}/error
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 HttpNfcLease/{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: MethodFault
{
    "0": "M",
    "1": "e",
    "2": "t",
    "3": "h",
    "4": "o",
    "5": "d",
    "6": "F",
    "7": "a",
    "8": "u",
    "9": "l",
    "10": "t",
    "11": " ",
    "12": "O",
    "13": "b",
    "14": "j",
    "15": "e",
    "16": "c",
    "17": "t"
}

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