HP OneView REST API Reference

backups
backups.html[10/17/2013 10:35:53 AM]
DELETE Cancels the specified backup in progress. The API returns an error if a backup is not in progress.
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
void
Response Codes
REST API Response Codes
Examples
The following example cancels the backup specified by
{id}.
DELETE https://{appl}/rest/backups/{id}
BackupDetail
description: Contains management data about a backup including its id, firmware version and
status.
type: object
Properties
resolutionParms: description: Contains parameters to insert into a localized resolution message if the
backup/restore fails
type: array
hostName: description: The unqualified host name of the system where the backup was taken
required: true
type: string
backupSize: description: The backup size in bytes
minimum: 0
type: number
firmwareVersionMinor: description: The minor version of the firmware installed when the backup was taken
required: true
type: string