vcenter files nfc: ticket
The
ticket
structure contains connection and proof of authorization information required to initiate a NFC connection on a host. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"identifier" : "secret string",
"port" : 1,
"ssl_thumbprint" : "string",
"host" : "string"
}
"identifier" : "secret string",
"port" : 1,
"ssl_thumbprint" : "string",
"host" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
host | string | The IP address of the host. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
port | long | Port number on the host to establish the NFC connection. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
ssl_thumbprint | string | The SSL thumbprint of the host. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
identifier | secret | Identifier of the NFC session. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |