HP OneView REST API Reference

firmware-drivers
firmware-drivers.html[10/17/2013 10:35:46 AM]
Updated: October 16, 2013 4:39
MDT
API Specifications Create Read Update Delete
/rest/firmware-drivers GET
/rest/firmware-drivers/schema GET
/rest/firmware-drivers/{id} GET DELETE
Resource Model
FwBaseline
FwBaselineCollection
FwRepoInfo
HP OneView REST API Reference
firmware-drivers
The firmware driver resource manager provides REST APIs to upload an SPP (HP Service Pack for ProLiant) into the
repository, retrieve the content of the SPP, and delete from the repository. It also provide an API to retrieve the repository's
total disk space as well as the free disk space.
URI: /rest/firmware-drivers
Method API
GET Gets the list of firmware baseline resources managed by the appliance. Optional parameters can
be used to filter the list of resources returned.
Parameter Attributes Description
start Optional The start parameter will be ignored if specified, and the default of 0
will be used.
count Optional The count parameter will be ignored if specified, and all resources
will be returned.
sort Optional The sort order of the returned data set. By default, the sort order is
based on the create time, with the oldest entry first.
query Experimental This parameter is experimental for this release: While generally
functional when used in simple cases, restrictions might be noted in
the implementation description.
If the query is supported, the following is the way it works. A general
query string that narrows the list of resources returned by a multi-
resource GET (read) request and DELETE (delete) request. The
default is no query (all resources are returned). One advantage
query has over filter is that it can have embedded ORs. A
single query parameter can do what would take multiple
parameters or multiple GET requests using filter. Use query for
more complex queries.
view Optional Return a specific subset of the attributes of the resource or
collection by specifying the name of a predefined view. The default
view is expand (show all attributes of the resource, and all elements
of collections or resources).
fields Optional
filter Experimental This parameter is experimental for this release: While generally