Retrieve detailed firmware information for a specific virtual server (VM), including BIOS, TPM, and Secure Boot settings. Returns a `requestId` to track the operation in other systems.
vmid integer · min: 1 required Example Unique vmid identifier
Accept Example Content-Type Example success boolean timestamp string requestId string data object error string message string retryAfter string requestId string error string message string code string timestamp string requestId string https://cloud.hostup.se/api/vm/{vmid}/firmware curl -X GET "https://cloud.hostup.se/api/vm/6912/firmware" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"vmid": "string",
"node": "string",
"status": "string",
"bios": "string",
"machine": "string",
"efi": {
"raw": "string",
"volume": "string",
"type": "string",
"size": "string",
"preEnrolledKeys": "string"
},
"tpm": {
"raw": "string",
"volume": "string",
"size": "string",
"version": "string"
},
"secureBootReady": true,
"tpmReady": true,
"mode": "string"
}
}