ab048b233d
Change-Id: I6970a2c5ce823936731ad33b83bd06df8bf0da3b author: diane fleming
20 lines
956 B
XML
20 lines
956 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section xml:id="storage-account-services"
|
|
xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
|
|
<title>Storage account services</title>
|
|
<para>Lists containers and gets, creates, updates, or deletes
|
|
account metadata. You can perform these actions at the account
|
|
level of the storage system.</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="#listContainers"/>
|
|
<wadl:method href="#retrieveaccountmeta"/>
|
|
<wadl:method href="#updateaccountmeta"/>
|
|
<wadl:method href="#deleteaccountmeta"/>
|
|
</wadl:resource>
|
|
</wadl:resources>
|
|
</section>
|