HP OneView REST API Reference

restores
restores.html[10/17/2013 10:35:55 AM]
RestoreResourceList The status of a restore operation contained within
a paginated
collection list.
Response Codes
REST API Response Codes
Examples
Get the status of any ongoing or completed restore
GET https://{appl}/rest/restores/
URI: /rest/restores/{id}
Method API
GET Gets the status of a restore operation specified by the {id}. The restore status contains details
about the restore in progress including the status, start time, progress step and percent complete.
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).
unused
fields Optional unused
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
RestoreResource Details about the restore
Response Codes
REST API Response Codes
Examples
Get the status of a restore operation identified by {id}.
GET https://{appl}/rest/restores/{id}
RestoreResource
description: RestoreResource contains management data about a restore including its ID, status,
and percentage completed.