HP OneView REST API Reference

firmware-drivers
firmware-drivers.html[10/17/2013 10:35:46 AM]
Method API
GET Gets the individual firmware baseline resource for the given URI. Note that the view parameter is
not currently supported.
Parameter Attributes Description
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
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
FwBaseline The firmware baseline resource for the specified
URI.
Response Codes
REST API Response Codes
Examples
GET https://{appl}/rest/firmware-drivers/{id}
GET https://{appl}/rest/firmware-
drivers/SPP2012080.2012_0713.57
DELETE Delete the firmware baseline resource with the specified id. If force is set to true, the firmware
baseline resource will be deleted even if it is assigned to devices.
Parameter Attributes Description
force Optional If set to true, the operation completes even if there are network
connectivity issues or resource errors. The default is false.
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
TaskResourceV2 TaskResource
Response Codes
REST API Response Codes
Examples
DELETE https://{appl}/rest/firmware-drivers/{id}