HP OneView REST API Reference

firmware-drivers
firmware-drivers.html[10/17/2013 10:35:46 AM]
functional when used in simple cases, restrictions might be noted in
the implementation description.
A general filter/query string that narrows the list of resources
returned by a multi-resource GET (read) request and DELETE
(delete) request. The default is no filter (all resources are returned).
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
FwBaselineCollection The list of firmware baseline resources.
Response Codes
REST API Response Codes
Examples
Get all firmware baseline resources:
GET https://{appl}/rest/firmware-drivers
Note that the start, count, and filter parameters will
be
ignored if specified. The list of all firmware baseline
resources will be returned.
URI: /rest/firmware-drivers/schema
Method API
GET Generate the FwBaseline JSON formatted schema
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
JsonSchema The JSON schema of the firmware baseline.
Response Codes
REST API Response Codes
Examples
https://{appl}/rest/firmware-drivers/schema
URI: /rest/firmware-drivers/{id}