HP OneView REST API Reference

appliance/firmware
appliance-firmware.html[10/17/2013 10:35:50 AM]
Updated: October 16, 2013 4:27
MDT
API Specifications Create Read Update Delete
/rest/appliance/firmware/document-content/{tarFileName}.{suffix}/{documentType} GET
/rest/appliance/firmware/image POST
/rest/appliance/firmware/notification GET
/rest/appliance/firmware/pending GET PUT DELETE
/rest/appliance/firmware/verificationKey GET PUT
/rest/appliance/firmware/verificationKeyFile PUT
Resource Model
UpgradeInfo
FileUploadStatus
VerificationKeyInfo
UpgradeNotificationInfo
HP OneView REST API Reference
appliance/firmware
The firmware resource manager provides REST APIs to upgrade/patch the appliance firmware. It also fields APIs to update
HP public key of the appliance.
URI: /rest/appliance/firmware/document-content/{tarFileName}.{suffix}/{documentType}
Method API
GET Gets the document content of uploaded file. Applicable usage is when file is uploaded and
installation is not triggered, otherwise it will return an error as file not found
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
String Document content of requested type
Response Codes
REST API Response Codes
Examples
GET https://{appl}/rest/appliance/firmware/document-
content/{tarFileName}/{documentType}