compute-api/v2/samples/server-fault.xml
Anne Gentle 2ab480d970 Replaces WADL references with links to API Reference
- Moves detailed info to the Compute API v2 WADL itself
- Alleviates the following issues:
  * Params are not documented in this output due to tooling
  * When a WADL was broken, this deliverable breaks also
  * WADL contributions are low
  * It's difficult to train contributors how to embed WADL references

Change-Id: Id56da05c0409ed432dfdd0f5de799f5ed5e2e47c
2014-08-05 10:20:26 -05:00

16 lines
921 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<server xmlns="http://docs.openstack.org/compute/api/v1.1" xmlns:atom="http://www.w3.org/2005/Atom"
id="52415800-8b69-11e0-9b19-734f0000ffff" tenant_id="1234" user_id="5678" name="sample-server"
status="ERROR" created="2010-08-10T12:00:00Z" progress="66"
hostId="e4d909c290d0fb1ca068ffafff22cbd0">
<image id="52415800-8b69-11e0-9b19-734f6f007777"/>
<flavor id="52415800-8b69-11e0-9b19-734f216543fd"/>
<fault code="404" created="2010-08-10T11:59:59Z">
<message>Could not find image 52415800-8b69-11e0-9b19-734f6f007777</message>
<details>Fault details</details>
</fault>
<atom:link rel="self"
href="http://servers.api.openstack.org/v2/1234/servers/52415800-8b69-11e0-9b19-734f000004d2"/>
<atom:link rel="bookmark"
href="http://servers.api.openstack.org/1234/servers/52415800-8b69-11e0-9b19-734f000004d2"/>
</server>