HP OneView REST API Reference

appliance/firmware
appliance-firmware.html[10/17/2013 10:35:50 AM]
Response Description
VerificationKeyInfo Data containing HP public key in string format
Response Codes
REST API Response Codes
Examples
Retrieve HP public key of the appliance
for example:
GET https://{appl}/rest/appliance/firmware/verificationKey
URI: /rest/appliance/firmware/verificationKeyFile
Method API
PUT Updates HP public key of the appliance. It expects a file containing the key.
Parameter Attributes Description
verificationKeyFile Required File containing new HP public key
Request Header Attributes Description
REST API Request Headers NOTE: The X-API-Version header is required for all APIs. For the
current release, this must be set to "X-API-Version:3"
Response Description
void
Response Codes
REST API Response Codes
Examples
Update appliance HP public key using the key specified in the request
file.
for example:
PUT https://{appl}/rest/appliance/firmware/verificationKeyFile
UpgradeInfo
type: object
Properties
fileName: description: File name of the upgrade image
type: string
version: description: Currently installed appliance version
type: string