Get Hosts Hardware TPM
Get the TPM details on a host. if you do not have all of the privileges described as follows: - The resource HostSystem referenced by the parameter host requires Host.Tpm.Read.
Request
URLURL
Path Parameters
Path Parameters
Identifier of the host. The parameter must be an identifier for the resource type: HostSystem.
the TPM identifier. The parameter must be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.hosts.hardware.Tpm.
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Authentication
Response
Response BodyResponse Body
The TPM info.
{
"active": false,
"banks": [
{
"algorithm": "SHA256",
"pcrs": {
"key": "string"
}
}
],
"firmware_version": "string",
"major_version": 0,
"manufacturer": "string",
"minor_version": 0,
"model": "string"
}
The TPM status. Inactive TPMs cannot be used for sealing or attestation.
The list of the PCR banks of the TPM device.
The TPM major version number.
The TPM minor version number.
The TPM firmware version. if unset, firmware version is not available.
The TPM manufacturer. if unset, manufacturer is not available.
The TPM model. if unset, model is not available.
Errors
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
cURL Command
Vendor Extensions
x-vmw-doc-operation: get