Removes WADL references from Object Storage API v1.0 dev ref
Change-Id: I6ddb330bedfdd64faf1d7953e988866045da3a0e
This commit is contained in:
parent
ab7989f6ae
commit
82747f0622
2
pom.xml
2
pom.xml
@ -38,7 +38,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.rackspace.cloud.api</groupId>
|
<groupId>com.rackspace.cloud.api</groupId>
|
||||||
<artifactId>clouddocs-maven-plugin</artifactId>
|
<artifactId>clouddocs-maven-plugin</artifactId>
|
||||||
<version>2.1.1</version>
|
<version>2.1.2</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@ -2,58 +2,15 @@
|
|||||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||||
xml:id="api-operations" role="api-reference">
|
xml:id="api-operations">
|
||||||
<title>Object Storage API operations</title>
|
<title>Object Storage API operations</title>
|
||||||
<para>Manage the accounts, containers, and objects in the Object
|
<para>Manage the accounts, containers, and objects in the Object
|
||||||
Storage system.</para>
|
Storage system.</para>
|
||||||
|
<para>For information about Object Storage API operations, see <link
|
||||||
|
xlink:href="http://developer.openstack.org/api-ref-objectstorage-v1.html"
|
||||||
|
><citetitle>Object Storage API v1.0 (CURRENT)</citetitle></link>.</para>
|
||||||
<para>For a complete description of HTTP 1.1 header definitions, see
|
<para>For a complete description of HTTP 1.1 header definitions, see
|
||||||
<link
|
<link
|
||||||
xlink:href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14"
|
xlink:href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14"
|
||||||
>Header Field Definitions</link>.</para>
|
>Header Field Definitions</link>.</para>
|
||||||
<section xml:id="storage_account_services">
|
|
||||||
<title>Accounts</title>
|
|
||||||
<para>List containers for a specified account. Create, update,
|
|
||||||
and delete account metadata. Show account metadata.</para>
|
|
||||||
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
|
||||||
<wadl:resource
|
|
||||||
href="http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl#account">
|
|
||||||
<wadl:method href="#showAccountDetails"/>
|
|
||||||
<wadl:method href="#updateAccountMeta"/>
|
|
||||||
<wadl:method href="#showAccountMeta"/>
|
|
||||||
</wadl:resource>
|
|
||||||
</wadl:resources>
|
|
||||||
</section>
|
|
||||||
<section xml:id="storage_container_services">
|
|
||||||
<title>Containers</title>
|
|
||||||
<para>List objects in a specified container. Create, show
|
|
||||||
details for, and delete containers. Create, update, show,
|
|
||||||
and delete container metadata.</para>
|
|
||||||
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
|
||||||
<wadl:resource
|
|
||||||
href="http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl#container">
|
|
||||||
<wadl:method href="#showContainerDetails"/>
|
|
||||||
<wadl:method href="#createContainer"/>
|
|
||||||
<wadl:method href="#deleteContainer"/>
|
|
||||||
<wadl:method href="#updateContainerMeta"/>
|
|
||||||
<wadl:method href="#showContainerMeta"/>
|
|
||||||
</wadl:resource>
|
|
||||||
</wadl:resources>
|
|
||||||
</section>
|
|
||||||
<section xml:id="storage_object_services">
|
|
||||||
<title>Objects</title>
|
|
||||||
<para>Create, replace, show details for, and delete objects.
|
|
||||||
Copy objects with another object with a new or different name.
|
|
||||||
Update object metadata.</para>
|
|
||||||
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
|
||||||
<wadl:resource
|
|
||||||
href="http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl#object">
|
|
||||||
<wadl:method href="#getObject"/>
|
|
||||||
<wadl:method href="#createOrReplaceObject"/>
|
|
||||||
<wadl:method href="#copyObject"/>
|
|
||||||
<wadl:method href="#deleteObject"/>
|
|
||||||
<wadl:method href="#showObjectMeta"/>
|
|
||||||
<wadl:method href="#updateObjectMeta"/>
|
|
||||||
</wadl:resource>
|
|
||||||
</wadl:resources>
|
|
||||||
</section>
|
|
||||||
</chapter>
|
</chapter>
|
||||||
|
@ -56,23 +56,16 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<chapterAutolabel>1</chapterAutolabel>
|
|
||||||
<appendixAutolabel>1</appendixAutolabel>
|
|
||||||
<sectionAutolabel>0</sectionAutolabel>
|
|
||||||
<tocSectionDepth>1</tocSectionDepth>
|
|
||||||
<formalProcedures>0</formalProcedures>
|
|
||||||
<highlightSource>false</highlightSource>
|
<highlightSource>false</highlightSource>
|
||||||
<xincludeSupported>true</xincludeSupported>
|
<xincludeSupported>true</xincludeSupported>
|
||||||
<showXslMessages>true</showXslMessages>
|
<showXslMessages>true</showXslMessages>
|
||||||
<sourceDirectory>.</sourceDirectory>
|
<sourceDirectory>.</sourceDirectory>
|
||||||
<feedbackEmail>diane.fleming@rackspace.com</feedbackEmail>
|
|
||||||
<security>external</security>
|
<security>external</security>
|
||||||
<branding>openstack</branding>
|
<branding>openstack</branding>
|
||||||
<enableDisqus>${comments.enabled}</enableDisqus>
|
<enableDisqus>${comments.enabled}</enableDisqus>
|
||||||
<disqusShortname>os-object-api</disqusShortname>
|
<disqusShortname>os-object-api</disqusShortname>
|
||||||
<enableGoogleAnalytics>1</enableGoogleAnalytics>
|
<enableGoogleAnalytics>1</enableGoogleAnalytics>
|
||||||
<googleAnalyticsId>UA-17511903-1</googleAnalyticsId>
|
<googleAnalyticsId>UA-17511903-1</googleAnalyticsId>
|
||||||
<suppressFooterNavigation>0</suppressFooterNavigation>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@ -233,21 +233,24 @@
|
|||||||
with the Object Storage API:</para>
|
with the Object Storage API:</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><xref linkend="storage_account_services"/>. Use to
|
<para><link xlink:href="http://developer.openstack.org/api-ref-objectstorage-v1.html#storage_account_services">Storage accounts</link>: Use to
|
||||||
perform account-level tasks.</para>
|
perform account-level tasks.</para>
|
||||||
<para>Lists containers for a specified account. Creates,
|
<para>Lists containers for a specified account. Creates,
|
||||||
updates, and deletes account metadata. Shows account
|
updates, and deletes account metadata. Shows account
|
||||||
metadata.</para>
|
metadata.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><xref linkend="storage_container_services"/>. Use to
|
<para><link
|
||||||
|
xlink:href="http://developer.openstack.org/api-ref-objectstorage-v1.html#storage_container_services">Storage containers</link>: Use to
|
||||||
perform container-level tasks.</para>
|
perform container-level tasks.</para>
|
||||||
<para>Lists objects in a specified container. Creates,
|
<para>Lists objects in a specified container. Creates,
|
||||||
shows details for, and deletes containers. Creates,
|
shows details for, and deletes containers. Creates,
|
||||||
updates, shows, and deletes container metadata.</para>
|
updates, shows, and deletes container metadata.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><xref linkend="storage_object_services"/>. Use to
|
<para><link
|
||||||
|
xlink:href="http://developer.openstack.org/api-ref-objectstorage-v1.html#storage_object_services">Storage
|
||||||
|
objects</link>: Use to
|
||||||
perform object-level tasks.</para>
|
perform object-level tasks.</para>
|
||||||
<para>Creates, replaces, shows details for, and deletes
|
<para>Creates, replaces, shows details for, and deletes
|
||||||
objects. Copies objects with another object with a new
|
objects. Copies objects with another object with a new
|
||||||
|
Loading…
Reference in New Issue
Block a user