Http Nfc Lease Get Capabilities

Http Nfc Lease Get Capabilities

Current supported capabilities by this lease See HttpNfcLeaseCapabilities

Request
URI
GET
https://{vcenter-host}/sdk/vim25/{release}/HttpNfcLease/{moId}/capabilities
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 8.0.2.0 APIs.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns HttpNfcLeaseCapabilities of type(s) application/json
This response body class contains all of the following: DataObject
{
    "_typeName": "string",
    "pullModeSupported": false,
    "corsSupported": false
}
boolean
pullModeSupported
Required

True if overall this lease can be upgraded to pull mode and all hosts in this lease support pull mode.

Prerequisite before calling pullFromUrls.

boolean
corsSupported
Required

True if all hosts in the lease support HTTP CORS.