HP OneView REST API Reference

backups
backups.html[10/17/2013 10:35:53 AM]
error if a backup, restore, or backup upload is already in progress. Also, it returns an error if the
requested backup is not found or an internal error occurs.
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
void
Response Codes
REST API Response Codes
Examples
The following example downloads a backup file.
GET https://localhost/rest/backups/archive/{id}
URI: /rest/backups/{id}
Method API
GET Requests the status of the backup specified by the {id}. The {id} is the name of the backup file.
The name of the backup file is part of the URI returned in the response body of the backup status
API's.
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
BackupDetail Backup details of the specified backup
Response Codes
REST API Response Codes
Examples
The following example gets the status of the backup
specified by {id}.
GET https://{appl}/rest/backups/{id}