HttpNfcLeaseHostInfo

HttpNfcLeaseHostInfo
HttpNfcLeaseHostInfo

Contains information about how to connect to a given host.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "url": "string",
    "sslThumbprint": "string"
}
string
url
Required

The host url will be of the form

https://hostname/nfc/ticket id/

The url can be used for both POST requests to a single device and for multi-POST requests to multiple devices. A single-POST URL is formed by adding the target id to the hostUrl:

https://hostname/nfc/ticket id/target id

a multi-POST URL looks like

https://hostname/nfc/ticket id/multi?targets=id1,id2,id3,...
string
sslThumbprint
Required

SSL thumbprint for the host the URL refers to.

Empty if no SSL thumbprint is available or needed.