2ab480d970
- 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
10 lines
506 B
XML
10 lines
506 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<images xmlns="http://docs.openstack.org/compute/api/v1.1" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<image id="52415800-8b69-11e0-9b19-734f5736d2a2" name="My Server Backup">
|
|
<atom:link rel="self"
|
|
href="http://servers.api.openstack.org/v2/1234/images/52415800-8b69-11e0-9b19-734f5736d2a2"/>
|
|
</image>
|
|
<atom:link rel="next"
|
|
href="http://servers.api.openstack.org/v2/1234/images?limit=1&marker=52415800-8b69-11e0-9b19-734f5736d2a2"
|
|
/>
|
|
</images> |