Http Nfc Lease Get Info

Http Nfc Lease Get Info

Provides information on the objects contained in this lease.

The info property is only valid when the lease is in the ready state.

Request
URI
GET
https://{api_host}/sdk/vim25/{release}/HttpNfcLease/{moId}/info
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: HttpNfcLeaseInfo
{
    "0": "H",
    "1": "t",
    "2": "t",
    "3": "p",
    "4": "N",
    "5": "f",
    "6": "c",
    "7": "L",
    "8": "e",
    "9": "a",
    "10": "s",
    "11": "e",
    "12": "I",
    "13": "n",
    "14": "f",
    "15": "o",
    "16": " ",
    "17": "O",
    "18": "b",
    "19": "j",
    "20": "e",
    "21": "c",
    "22": "t"
}

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