Delete clone image
Description
Deletes a clone image.
Request
Header
Accept: application/xml
X-Auth-Token: Keystone token (*1)
X-VA-Project-Id: ID of the project that owns the resource (*2)
X-VA-Domain-Id: ID of the domain that owns the resource (*2)
*1: The scope specified for the token is ignored when this API is executed by the system administrator.
*2: Mandatory when this API is executed by the system administrator. ignored when executed by other users.
Method
DELETE
Path
/server_images/cloneImageName
Query
Argument name | Description |
---|---|
type | Specify "cloning". |
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>
<task>
<id>taskId</vid>
...
</task>
</tasks>