openstack-manuals/doc/src/docbkx/api-quick-start/src/docbkx/api-quick-start-book.xml

47 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<book xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:html="http://www.w3.org/1999/xhtml"
version="5.0"
xml:id="openstack-api-quick-start">
<?rax pdf.url="../openstack-api-quick-start-trunk.pdf"?>
<title>OpenStack API Quick Start</title>
<info>
<author>
<personname>
<firstname/>
<surname/>
</personname>
<affiliation>
<orgname>OpenStack</orgname>
</affiliation>
</author>
<copyright>
<year>2010</year>
<year>2011</year>
<year>2012</year>
<holder>OpenStack LLC</holder>
</copyright>
<releaseinfo>Diablo</releaseinfo>
<productname>OpenStack Compute, Identity, and Image Services</productname>
<pubdate>2011-12-05</pubdate>
<legalnotice role="apache2">
<annotation>
<remark>Remaining licensing details are filled in by the template.</remark>
</annotation>
</legalnotice>
<abstract>
<para>OpenStack™ projects offer RESTful APIs for manipulating and retrieving objects in
the cloud. This manual provides examples for sending REST requests using the Compute
API v1.1, Identity API v2.0, and the Image API v1.1. </para>
</abstract>
</info>
<!-- Chapters are referred from the book file through these include statements. You can add additional chapters using these types of statements. -->
<xi:include href="api-quick-start.xml"/>
<xi:include href="cli-uses.xml"/>
<!-- <xi:include href="api-examples.xml"/>-->
</book>