List Hosts Hardware TPM
Return a list of configured TPMs 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.
Query Parameters
Query Parameters
The TPM status. if unset, the result will not be filtered by status.
The TPM major version number. if unset or empty, the result will not be filtered by version number.
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
array
of
TrustedInfrastructureHostsHardwareTpmSummary
of type application/json
A list of configured TPMs.
[
{
"active": false,
"major_version": 0,
"minor_version": 0,
"tpm": "string"
}
]
The TPM status. Inactive TPMs cannot be used for sealing or attestation.
The TPM major version number.
The TPM minor version number.
A unique identifier for the TPM instance. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.hosts.hardware.Tpm. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.hosts.hardware.Tpm.
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: list