Http Nfc Lease Http Nfc Lease Get Manifest

Http Nfc Lease Http Nfc Lease Get Manifest

Gets the download manifest for this lease.

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/HttpNfcLease/{moId}/HttpNfcLeaseGetManifest
COPY
Path Parameters
string
moId
Required

The unique identifier for the managed object to which the method 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 Array of HttpNfcLeaseManifestEntry of type(s) application/json
[
    {
        "_typeName": "string",
        "key": "string",
        "sha1": "string",
        "checksum": "string",
        "checksumType": "string",
        "size": 0,
        "disk": false,
        "capacity": 0,
        "populatedSize": 0
    }
]

500

Failure

Returns VimFault of type(s) application/json
This response body class contains all of the following: MethodFault
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ]
}