21 lines
759 B
XML
21 lines
759 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<image
|
|
xmlns="http://docs.openstack.org/compute/api/v1.1"
|
|
xmlns:atom="http://www.w3.org/2005/Atom"
|
|
id="52415800-8b69-11e0-9b19-734f5736d2a2"
|
|
name="My Server Backup"
|
|
created="2010-08-10T12:00:00Z"
|
|
status="ERROR" progress="89">
|
|
<server id="52415800-8b69-11e0-9b19-734f335aa7b3" />
|
|
<fault code="500">
|
|
<message>An internal error occurred</message>
|
|
<details>Error details</details>
|
|
</fault>
|
|
<atom:link
|
|
rel="self"
|
|
href="http://servers.api.openstack.org/v2/1234/images/52415800-8b69-11e0-9b19-734f5736d2a2"/>
|
|
<atom:link
|
|
rel="bookmark"
|
|
href="http://servers.api.openstack.org/1234/images/52415800-8b69-11e0-9b19-734f5736d2a2"/>
|
|
</image>
|