Delete backup image
Description
Deletes a backup image.
Request
Header
Accept: application/xml
X-Auth-Token: token of keystone (*1)
X-VA-Project-Id: ID of the project where the resource is created(*2)
X-VA-Domain-Id: ID of the domain where the resource is created(*2)
*1 When the system administrator uses the API, the scope specified for token is ignored.
*2 Required when system administrator uses API. It is ignored when specified by the user.
Method
DELETE
Path
/server_images/<backupImageName>
Query
Argument name | Description |
---|---|
type | Specify "backup" |
Body
n/a
Response
Status code
202 Accepted
Body
Returns information on tasks executed by each availability zone.
However, <resource id="resourceId"/> is not displayed.
<tasks>
<task>
<id>taskId</id>
<status>>waiting</status>
<progress>0</progress>
<starttime>starttime</starttime>
<AvailabilityZone>availabilityZoneName</AvailabilityZone>
</task>
</tasks>