Compute Management/VM Related Interfaces/vTPM-related APIs
GETvTPM-related APIsSince 5.0.0SynchronousAuth Required
Query TPM
Query TPM
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
GET/zstack/v1/tpms
/zstack/v1/tpms
Request Example
curl -X GET 'http://{host}/zstack/v1/tpms' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "uuid": "ff00de2d3ab43127b1abdac68f1e7f00", "name": "TPM-for-VM-ff01ec80fd11327cba7519b66119d900", "vmInstanceUuid": "ff01ec80fd11327cba7519b66119d900", "createDate": "Nov 14, 2017 2:20:57 PM", "lastOpDate": "Nov 14, 2017 2:20:57 PM" } ] }Change History
This API has no change history records yet.
