Update Compute v2 extensions to show error codes

Change-Id: Ifeae567b988d30dffd5f370f0d369491194886ca
Closes-Bug: #1354686
This commit is contained in:
Diane Fleming
2015-08-23 18:36:24 -05:00
parent 1169aac537
commit 3fd3a74825
65 changed files with 704 additions and 418 deletions

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -85,6 +91,7 @@
</representation>
</request>
<response status="202"/>
&commonFaults; &postPutFaults;
</method>
<method name="POST" id="unpause">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -118,7 +125,7 @@
</param>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="suspend">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -161,6 +168,7 @@
</representation>
</request>
<response status="202"/>
&commonFaults; &postPutFaults;
</method>
<method name="POST" id="resume">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -195,6 +203,7 @@
</representation>
</request>
<response status="202"/>
&commonFaults; &postPutFaults;
</method>
<method name="POST" id="migrate">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -229,6 +238,7 @@
</representation>
</request>
<response status="202"/>
&commonFaults; &postPutFaults;
</method>
<method name="POST" id="resetNetwork">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -262,7 +272,7 @@
</param>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="injectNetworkInfo">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -300,7 +310,7 @@
</param>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="lock">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -333,7 +343,7 @@
</param>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="unlock">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -366,7 +376,7 @@
</param>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="createBackup">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -422,7 +432,7 @@
</param>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="os-migrateLive">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -479,7 +489,7 @@
</param>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="os-resetState">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -522,7 +532,7 @@
</param>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="evacuate">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -598,7 +608,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="addFloatingIP">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -60,7 +66,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="DELETE" id="deleteAgent">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -68,7 +74,7 @@
<para role="shortdesc">Deletes an existing agent
build.</para>
</wadl:doc>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="createAgent">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -110,7 +116,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="PUT" id="updateAgent">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -152,6 +158,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -65,7 +71,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="create_aggregate">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -119,7 +125,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="get_details">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -147,7 +153,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="PUT" id="update_aggregate">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -204,7 +210,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="DELETE" id="delete_aggregate">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -214,7 +220,7 @@
<request>
<representation mediaType="application/json"/>
</request>
<response status="200"/>
<response status="204"/> &commonFaults; &getFaults;
</method>
<method name="POST" id="set_metadata">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -223,7 +229,6 @@
aggregate.</para>
</wadl:doc>
<request>
<representation mediaType="application/xml">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN">
@@ -264,7 +269,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="add_host">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -316,7 +321,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="remove_host">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -365,6 +370,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -66,7 +72,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="listAvailabilityZones">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -83,7 +89,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="listAvailabilityZonesDetailed">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -117,6 +123,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -8,9 +8,11 @@
<!-- xmllint -noent os-os-baremetal-ext-status.wadl -->
<!--*******************************************************-->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
]>
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:csapi="http://docs.openstack.org/api/compute/2.0"
@@ -131,7 +133,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
<!-- Common, GET, postput, inProgress Faults--> &commonFaults;
&getFaults; &postPutFaults; &inProgressFault;
</method>
@@ -162,7 +164,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
<!-- Common, GET, postput, inProgress Faults--> &commonFaults;
&getFaults; &postPutFaults; &inProgressFault;
</method>
@@ -204,7 +206,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
<!-- Common, GET, postput, inProgress Faults--> &commonFaults;
&getFaults; &postPutFaults; &inProgressFault;
</method>
@@ -233,7 +235,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
&commonFaults;
&getFaults; &postPutFaults; &inProgressFault;
</method>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!--*******************************************************-->
<!-- Import Common XML Entities -->
<!-- -->
@@ -110,12 +110,12 @@
href="../api_samples/os-block-device-mapping-v2-boot/server-post-resp.xml"
/>
</wadl:doc> &serverCreateParameters; </representation>
</response>
</response> &commonFaults; &getFaults;
<response status="422">
<representation mediaType="application/json"/>
<representation mediaType="application/xml"
element="csapi:UnprocessableEntity"/>
</response>
</response> &commonFaults; &getFaults;
<!-- All other common faults except build in progess -->
&commonFaults; &getFaults; &postPutFaults; &buildFaults; </method>
<method name="GET" id="listServers">
@@ -167,6 +167,6 @@
<link resource_type="#ServerList" rel="previous"/>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
<!-- Common Faults --> &commonFaults; </method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -49,7 +55,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getRootCertificates">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -74,6 +80,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -51,7 +57,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="createCloudpipe">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -102,7 +108,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="updateCloudpipe">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -143,6 +149,6 @@
</param>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -73,6 +79,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -93,6 +99,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
@@ -100,7 +106,7 @@
</wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="startReport">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -134,7 +140,7 @@
</param>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="startCombinedReport">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -230,6 +236,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2014 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [<!ENTITY % common SYSTEM "../common.ent">
%common;]>
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:csapi="http://docs.openstack.org/compute/api/v2"
@@ -58,7 +62,7 @@
<xsdxt:code href="../api_samples/os-config-drive/server-post-resp.xml"/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getServer">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -78,7 +82,7 @@
<xsdxt:code
href="../api_samples/os-config-drive/server-config-drive-get-resp.xml"/>
</wadl:doc> &serverCreateParameters; </representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getServersDetailed">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -100,6 +104,6 @@
href="../api_samples/os-config-drive/servers-config-drive-details-resp.xml"
/>
</wadl:doc> &serverCreateParameters; </representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:csapi="http://docs.openstack.org/compute/api/v1.1"
@@ -70,7 +76,7 @@
</param>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="restore">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -103,6 +109,6 @@
</param>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -50,6 +56,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [<!ENTITY % common SYSTEM "../common.ent">
%common;]>
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
@@ -114,7 +118,7 @@
href="../api_samples/OS-DCF/server-post-resp.xml"
/>
</wadl:doc> &serverCreateParameters; </representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="PUT" id="updateServer">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -156,7 +160,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="resize">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -181,7 +185,7 @@
</wadl:doc>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="rebuild">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -223,7 +227,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getServersDetailed">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -254,7 +258,7 @@
</wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getServer">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -286,7 +290,7 @@
</wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getImage">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -318,7 +322,7 @@
</wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getImagesDetailed">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -349,6 +353,6 @@
</wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -59,7 +65,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="detailServers">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -84,6 +90,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
@@ -79,7 +85,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="listDetailImage">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -104,6 +110,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:csapi="http://docs.openstack.org/compute/api/v2"
@@ -61,7 +67,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="serversIPList">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -86,6 +92,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
]>
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -63,7 +65,7 @@
&NetworkParameters;
&NetworkExtendedAttrs;
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="CreateNetwork">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -93,7 +95,7 @@
&NetworkParameters;
&NetworkExtendedAttrs;
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="GetNetwork">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -114,6 +116,6 @@
&NetworkParameters;
&NetworkExtendedAttrs;
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
@@ -110,6 +116,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
@@ -65,7 +71,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="extended_server_attributes_detail">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -89,6 +95,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:csapi="http://docs.openstack.org/compute/api/v2"
@@ -63,7 +69,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="os-extended-status-detail">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -93,6 +99,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,9 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:wadl="http://wadl.dev.java.net/2009/02">
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xmlns:csapi="http://docs.openstack.org/compute/api/v2">
<resources base="https://servers.api.openstack.com"
xml:id="os-fixed-ips-v2">
<resource id="version" type="#VersionDetails" path="//v2">
@@ -56,7 +63,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="reserveIP">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -86,6 +93,6 @@
</wadl:doc>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
</application>

View File

@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [<!ENTITY % common SYSTEM "../common.ent">
%common;]>
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:db="http://docbook.org/ns/docbook"
@@ -79,7 +83,7 @@
</wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="createAccess">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -129,7 +133,7 @@
</wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="showAccess">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -158,7 +162,7 @@
</wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="listAccess">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -188,7 +192,7 @@
ID.</para></wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="addTenantAccess">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -251,7 +255,7 @@
ID.</para></wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="DELETE" id="removeTenantAccess">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -311,6 +315,6 @@
ID.</para></wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,9 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:wadl="http://wadl.dev.java.net/2009/02">
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xmlns:csapi="http://docs.openstack.org/compute/api/v2">
<resources base="https://servers.api.openstack.com"
xml:id="os-flavor-extra-specs-v2">
<resource id="version" type="#VersionDetails" path="//v2">
@@ -65,7 +72,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="createExtra-specs">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -108,7 +115,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="PUT" id="updateDetailExtra-spec">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -151,7 +158,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="detailExtra-spec">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -176,7 +183,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="DELETE" id="deleteDetailExtra-spec">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -187,6 +194,6 @@
<request>
<representation mediaType="application/json"/>
</request>
<response status="200"/>
<response status="200"/> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [<!ENTITY % common SYSTEM "../common.ent">
%common;]>
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:db="http://docbook.org/ns/docbook"
@@ -131,7 +135,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getFlavor">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -157,7 +161,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getFlavorDetails">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -183,6 +187,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,9 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:wadl="http://wadl.dev.java.net/2009/02">
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xmlns:csapi="http://docs.openstack.org/compute/api/v2">
<resources base="https://servers.api.openstack.com"
xml:id="os-flavor-swap-v2">
<resource id="version" type="#VersionDetails" path="//v2">
@@ -59,7 +66,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="createFlavor-swap">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -103,6 +110,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -132,7 +138,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getFlavor">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -159,7 +165,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getFlavorsDetails">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -185,6 +191,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2014 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [<!ENTITY % common SYSTEM "../common.ent">
%common;]>
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:db="http://docbook.org/ns/docbook"
@@ -110,7 +114,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="listFlavors">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -124,6 +128,6 @@
title="Delete flavor">
<para role="shortdesc">Deletes a flavor.</para>
</wadl:doc>
<response status="204"/>
<response status="204"/> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
@@ -77,7 +83,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="PUT" id="CreateDomain">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -120,7 +126,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="DELETE" id="DeleteDomain">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -171,7 +177,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="FindUniqueEntry">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -196,7 +202,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="FindEntriesbyIP">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -221,7 +227,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="DELETE" id="DeleteEntry">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -229,6 +235,6 @@
<para role="shortdesc">Deletes a specified DNS
entry.</para>
</wadl:doc>
<response status="200"/>
<response status="204"/> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
@@ -46,6 +52,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:csapi="http://docs.openstack.org/compute/api/v1.1"
@@ -61,7 +67,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="ListFloatingIPsBulkbyHost">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -86,7 +92,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="CreateFloatingIPsBulk">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -136,7 +142,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="DeleteFloatingIPBulk">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -186,6 +192,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
@@ -76,7 +82,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="AllocateFloatingIP">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -127,7 +133,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
<response status="400">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><p xmlns="http://www.w3.org/1999/xhtml"
@@ -135,7 +141,7 @@
extension returns an error code 400 with a message
indicating that no more floating IPs are
available.</p></wadl:doc>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="DetailFloatingIP">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -160,7 +166,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="DELETE" id="DeallocateFloatingIP">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -174,7 +180,7 @@
first be manually deallocated before they can be deleted.
</para>
</wadl:doc>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="AddFloatingIP">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -206,7 +212,7 @@
</param>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="RemoveFloatingIP">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -245,6 +251,6 @@
</param>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
@@ -60,7 +66,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getFlavorsDetails">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -86,6 +92,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:csapi="http://docs.openstack.org/compute/api/v2"
@@ -90,7 +96,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="PUT" id="updateHost">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -150,7 +156,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="showHost">
@@ -178,7 +184,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="startupHost">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -202,7 +208,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="shutdownHost">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -227,7 +233,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="rebootHost">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -251,6 +257,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
@@ -45,6 +51,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
@@ -81,7 +87,7 @@
ID.</para></wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="showHypervisor">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -108,7 +114,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="listHypervisorInstances">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -133,7 +139,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getHypervisorStats">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -158,7 +164,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getHypervisorUptime">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -183,6 +189,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application [<!ENTITY % common SYSTEM "../common.ent">
%common;]>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -84,7 +88,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getActionDetails">
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
@@ -112,7 +116,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
<!-- Common Faults and GET Faults--> &commonFaults;
&getFaults; </method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -96,6 +102,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -152,7 +152,7 @@
</wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
&commonFaults; &postPutFaults;
</method>
<method name="GET" id="listAttachedInterfaces">
@@ -192,7 +192,7 @@
</wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
&commonFaults; &getFaults;
</method>
<method name="GET" id="showAttachedInterface">
@@ -208,13 +208,13 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
&commonFaults; &getFaults;
</method>
<method name="DELETE" id="deleteAttachedInterface">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN" title="Detach interface">
<para role="shortdesc">Detaches a specified port interface.</para>
</wadl:doc>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
</application>

View File

@@ -1,9 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wadl="http://wadl.dev.java.net/2009/02">
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xmlns:csapi="http://docs.openstack.org/compute/api/v2">
<resources base="https://servers.api.openstack.com"
xml:id="os-keypairs-v2">
<resource id="version" type="#VersionDetails" path="//v2">
@@ -57,7 +64,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="showKeypair">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -82,14 +89,14 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="DELETE" id="deleteKeypair">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
title="Delete keypair">
<para role="shortdesc">Deletes a keypair.</para>
</wadl:doc>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="createKeypair">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -147,6 +154,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:csapi="http://docs.openstack.org/api/compute/2.0"
@@ -150,6 +156,6 @@
stamp.</para></wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2014 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [<!ENTITY % common SYSTEM "../common.ent">
%common;]>
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
@@ -133,6 +137,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -85,7 +85,7 @@
</wadl:doc>
&NetworkParameters;
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="GetNetwork">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -111,14 +111,14 @@
</wadl:doc>
&NetworkParameters;
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="DELETE" id="DeleteNetwork">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
title="Delete network">
<para role="shortdesc">Deletes a specified network.</para>
</wadl:doc>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="DisassociateNetwork">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -145,7 +145,7 @@
</wadl:doc>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="DisassociateProject">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -171,7 +171,7 @@
</wadl:doc>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="DisassociateHost">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -197,7 +197,7 @@
</wadl:doc>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="AssociateHost">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -223,7 +223,7 @@
</wadl:doc>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="AddNetwork">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -249,7 +249,7 @@
</wadl:doc>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="CreateNetwork">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -293,6 +293,6 @@
</wadl:doc>
&NetworkParameters;
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,11 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2014 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [<!ENTITY % common SYSTEM "../common.ent">
%common;]>
<!-- (C) 2014-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xmlns:xsd="http://docs.rackspacecloud.com/xsd/v1.0"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0">
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:csapi="http://docs.openstack.org/compute/api/v2">
<resources base="https://servers.api.openstack.com"
xml:id="os-quota-class-sets-v2">
<resource id="v2" path="//v2">
@@ -43,7 +48,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="PUT" id="updatequota">
<wadl:doc xml:lang="EN" title="Update quota"
@@ -82,6 +87,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
]>
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -104,7 +106,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="showQuota">
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
@@ -129,7 +131,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="PUT" id="updateQuota">
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
@@ -173,7 +175,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="DELETE" id="deleteQuotas">
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
@@ -181,7 +183,7 @@
<para role="shortdesc">Deletes quotas for a tenant so the
quotas revert to default values.</para>
</wadl:doc>
<response status="200"/>
<response status="200"/> &commonFaults; &getFaults;
</method>
<method name="GET" id="showQuotaUser">
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
@@ -209,7 +211,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="updateQuotaUser">
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
@@ -258,7 +260,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="DELETE" id="deleteQuotasUser">
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
@@ -417,6 +419,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
@@ -92,7 +98,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="unrescue">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -126,6 +132,6 @@
</param>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
</application>

View File

@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [<!ENTITY % common SYSTEM "../common.ent">
%common;]>
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
@@ -71,6 +75,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
@@ -108,7 +114,7 @@
</wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="showSecGroupDefaultRule">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -178,7 +184,7 @@
</wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="createSecGroupRule">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -312,7 +318,7 @@
</wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="DELETE" id="deleteSecGroupDefaultRule">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -320,6 +326,6 @@
<para role="shortdesc">Deletes a specified security group
rule.</para>
</wadl:doc>
<response status="204"/>
<response status="204"/> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
@@ -226,7 +227,7 @@
</wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="DELETE" id="deleteSecGroupRule">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
@@ -235,6 +236,6 @@
Deletes a specified security group rule.
</para>
</wadl:doc>
<response status="202" />
<response status="202" /> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -69,7 +69,7 @@
&securityGroupsObjectParameter;
&securityGroupResponseParameters;
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="listSecGroupsByServer">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN" title="List security groups by server">
@@ -85,7 +85,7 @@
&securityGroupsObjectParameter;
&securityGroupResponseParameters;
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="showSecGroup">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN" title="Show security group information">
@@ -145,7 +145,7 @@
&securityGroupObjectParameter;
&securityGroupResponseParameters;
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="createSecGroup">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN" title="Create security group">
@@ -184,7 +184,7 @@
&securityGroupObjectParameter;
&securityGroupResponseParameters;
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="DELETE" id="deleteSecGroup">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN" title="Delete security group">
@@ -192,6 +192,6 @@
Deletes a specified security group.
</para>
</wadl:doc>
<response status="202" />
<response status="202" /> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2014 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [<!ENTITY % common SYSTEM "../common.ent">
%common;]>
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
@@ -86,7 +90,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getServer">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -118,7 +122,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getServersDetailed">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -154,6 +158,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2014-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
@@ -158,7 +158,7 @@
</wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="listServerGroups">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -181,7 +181,7 @@
href="../api_samples/os-server-groups/server-groups-list-resp.xml"
/>
</wadl:doc> &serverGroupsParameters; </representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="showServerGroup">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -255,7 +255,7 @@
</wadl:doc>
</param>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="DELETE" id="deleteServerGroup">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -59,7 +65,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="DELETE" id="resetPassword">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -105,6 +111,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2014 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [<!ENTITY % common SYSTEM "../common.ent">
%common;]>
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsd="http://docs.rackspacecloud.com/xsd/v1.0"
@@ -97,7 +101,7 @@
/>
</wadl:doc> &shelveAction; </representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="shelveOffload">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -149,7 +153,7 @@
/>
</wadl:doc> &shelveOffloadAction; </representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="unshelve">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -200,6 +204,6 @@
/>
</wadl:doc> &unshelveAction; </representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsd="http://docs.rackspacecloud.com/xsd/v1.0"
@@ -91,7 +97,7 @@
</param>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
<method name="POST" id="stop">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -142,6 +148,6 @@
</param>
</representation>
</request>
<response status="202"/>
<response status="202"/> &commonFaults; &postPutFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -52,7 +58,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="PUT" id="enableScheduling">
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
@@ -79,7 +85,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="PUT" id="disableScheduling">
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
@@ -106,7 +112,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="PUT" id="disableLogReason">
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
@@ -167,7 +173,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getDisableReasonDetail">
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
@@ -192,7 +198,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="DELETE" id="deleteService">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -209,6 +215,6 @@
</wadl:doc>
</representation>
</request>
<response status="204"/>
<response status="204"/> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,9 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2013-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2013-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wadl="http://wadl.dev.java.net/2009/02">
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xmlns:csapi="http://docs.openstack.org/compute/api/v2">
<resources base="https://servers.api.openstack.com"
xml:id="os-simple-tenant-usage-v2">
<resource id="version" type="#VersionDetails" path="//v2">
@@ -81,7 +88,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="ListUsage">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -131,6 +138,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
@@ -68,6 +68,6 @@
</wadl:doc>
&absoluteLimits; &totalUsedLimits; &rateLimits;
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
@@ -54,6 +54,6 @@
</wadl:doc>
&absoluteLimits; &totalUsedLimits; &rateLimits;
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2014 OpenStack Foundation, All Rights Reserved -->
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -65,7 +71,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getVirtualInterfacesShowWhichNetwork">
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
@@ -89,6 +95,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2012-2015 OpenStack Foundation, All Rights Reserved -->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -171,7 +177,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getVolumesSimple">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -196,7 +202,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getVolumesDetail">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -220,7 +226,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getVolume">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -245,7 +251,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="DELETE" id="deleteVolume">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -261,7 +267,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getVolumeTypes">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -285,7 +291,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getVolumeType">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -310,7 +316,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="createSnapshot">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -361,7 +367,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getSnapshotsSimple">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -385,7 +391,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getSnapshotsDetail">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -409,7 +415,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getSnapshot">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -434,7 +440,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
<method name="DELETE" id="deleteSnapshot">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -454,6 +460,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -10,6 +10,8 @@
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -212,7 +214,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
<!-- Common, GET, postput, inProgress Faults--> &commonFaults;
&getFaults; &postPutFaults; &inProgressFault; </method>
<method name="GET" id="listVolumeAttachments">
@@ -244,7 +246,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
<!-- Common, GET, postput, inProgress Faults--> &commonFaults;
&getFaults; &postPutFaults; &inProgressFault; </method>
<method name="GET" id="getVolumeAttachmentDetails">
@@ -282,7 +284,7 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
<!-- Common, GET, postput, inProgress Faults--> &commonFaults;
&getFaults; &postPutFaults; &inProgressFault; </method>
<method name="DELETE" id="deleteVolumeAttachment">

View File

@@ -10,6 +10,8 @@
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common.ent">
%common;
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
%common_project;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -152,6 +154,6 @@
/>
</wadl:doc>
</representation>
</response>
</response> &commonFaults; &getFaults;
</method>
</application>

View File

@@ -160,8 +160,9 @@
</resource_type>
<resource_type id="ServerList">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN" title="Server list">
<para>A list of servers. In the list, each server element shows includes its ID, name,
and links attributes. Other attributes are omitted.
<para>
A list of servers. In the list, each server element shows includes
its ID, name, and links attributes. Other attributes are omitted.
</para>
</wadl:doc>
<method href="#listServers"/>
@@ -342,11 +343,11 @@
</para>
<para>
Issue a <code>GET /servers/{id}</code> request to check the
progress of the request, which returns a progress attribute
with a from 0 to 100% complete value. The
<code>Location</code> header returns the full URL to the newly
created server and is available as a <code>self</code> and
<code>bookmark</code> link in the server representation.
progress of the request, which returns a progress attribute with a
from 0 to 100% complete value. The <code>Location</code> header
returns the full URL to the newly created server and is available
as a <code>self</code> and <code>bookmark</code> link in the
server representation.
</para>
<note>
<para>
@@ -362,10 +363,9 @@
</para>
<para>
Include the <code>key_name</code> parameter in the create request
body to add a keypair to the server when you create it.
To create a keypair, make a <link
xlink:href="http://developer.openstack.org/api-ref-compute-v2-ext.html#createKeypair">
create keypair</link> request.
body to add a keypair to the server when you create it. To create
a keypair, make a
<link xlink:href="http://developer.openstack.org/api-ref-compute-v2-ext.html#createKeypair">create keypair</link> request.
</para>
<para>Preconditions</para>
<itemizedlist>
@@ -454,7 +454,7 @@
<representation mediaType="application/json"/>
<representation mediaType="application/xml" element="csapi:UnprocessableEntity"/>
</response>
<!-- All other common faults except build in progess --> &commonFaults; &getFaults;
<!-- All other common faults except build in progress --> &commonFaults; &getFaults;
&postPutFaults; &buildFaults;
</method>
<method name="GET" id="listServers">
@@ -895,7 +895,7 @@
</representation>
</request>
<response status="202"/>
<!-- Common, GET, postput, inProgress Faults--> &commonFaults; &getFaults; &postPutFaults;
<!-- Common, GET, POST, PUT, and inProgress Faults--> &commonFaults; &getFaults; &postPutFaults;
&inProgressFault;
</method>
<method name="POST" id="rebootServer">
@@ -938,7 +938,7 @@
</representation>
</request>
<response status="202"/>
<!-- Common, GET, postput, inProgress Faults--> &commonFaults; &getFaults; &postPutFaults;
<!-- Common, GET, POST, PUT, and inProgress Faults--> &commonFaults; &getFaults; &postPutFaults;
&rebootFaults; &inProgressFault;
</method>
<method name="POST" id="rebuildServer">
@@ -985,11 +985,12 @@
<para role="shortdesc">Resizes the specified server. Specify the <code>resize</code>
action in the request body.
</para>
<para>A successfully resized server shows a status of
<code>VERIFY_RESIZE</code>, a vm_status of <code>RESIZED</code>,
and a migration_status of <code>finished</code>. If you set the
auto_confirm option of the Compute service to <code>True</code>,
the Compute service automatically confirms the resize operation.
<para>
A successfully resized server shows the <code>VERIFY_RESIZE</code>
status, <code>RESIZED</code> VM status, and <code>finished</code>
migration status. If you set the <code>auto_confirm</code> option
of the Compute service to <code>True</code>, the Compute service
automatically confirms the resize operation.
</para>
<para>Preconditions</para>
<itemizedlist>
@@ -1030,18 +1031,22 @@
<para>
After you make this request, you typically must keep polling the
server status to determine whether the request succeeded. A
successfully confirming resize operation shows a status of
<code>ACTIVE</code> and a migration_status of
<code>confirmed</code>. You can also see the resized server in the
compute node that OpenStack Compute manages.
successfully confirming resize operation shows <code>ACTIVE</code>
status and <code>confirmed</code> migration status. You can also
see the resized server in the compute node that OpenStack Compute
manages.
</para>
<para>Preconditions</para>
<para>
To confirm a pending resize action, these preconditions must be
met:
</para>
<itemizedlist>
<listitem>
<para>You can only confirm the resized server where the status
is <code>VERIFY_RESIZED</code>, the vm_status is <code>RESIZED</code>,
and the migration_status is <code>finished</code> or
<code>confirming</code>.
<para>
Server status is <code>VERIFY_RESIZED</code>, VM status is
<code>RESIZED</code>, and migration status is
<code>finished</code> or <code>confirming</code>.
</para>
</listitem>
<listitem>
@@ -1083,19 +1088,24 @@
<para role="shortdesc">Cancels and reverts a pending resize action. Specify the
<code>revertResize</code> action in the request body.
</para>
<para>After you make this request, you typically must keep
polling the server status to determine whether the request
succeeded. A successfully reverting resize operation shows
a status of <code>ACTIVE</code> and
a migration_status of <code>reverted</code>. You can also see
the reverted server in the compute node that OpenStack
Compute manages.
<para>
After you make this request, you typically must keep polling the
server status to determine whether the request succeeded. A
successfully reverting resize operation shows <code>ACTIVE</code>
status and <code>reverted</code> migration status. You can also
see the reverted server in the compute node that OpenStack Compute
manages.
</para>
<para>Preconditions</para>
<para>
To cancel and revert a pending resize action, these preconditions
must be met:
</para>
<itemizedlist>
<listitem>
<para>You can only confirm the resized server where the status
is <code>VERIFY_RESIZE</code> and the vm_status is <code>RESIZED</code>.
<para>
Server status is <code>VERIFY_RESIZE</code> and VM status is
<code>RESIZED</code>.
</para>
</listitem>
<listitem>
@@ -1107,9 +1117,10 @@
<para>Troubleshooting</para>
<itemizedlist>
<listitem>
<para>If the specified server status remains
<code>RESIZED</code>, the request failed. Ensure you meet the
preconditions and run the request again. If the request fails again,
<para>
If the specified server status remains <code>RESIZED</code>,
the request failed. Ensure you meet the preconditions and
run the request again. If the request fails again,
investigate the compute back end.
</para>
</listitem>
@@ -1153,7 +1164,7 @@
</representation>
</request>
<response status="202"/>
<!-- Common, GET, postput, inProgress Faults--> &commonFaults; &getFaults; &postPutFaults;
<!-- Common, GET, POST, PUT, and inProgress Faults--> &commonFaults; &getFaults; &postPutFaults;
&inProgressFault;
</method>
<method name="POST" id="createImage">
@@ -1162,22 +1173,25 @@
Creates an image. Specify the <code>createImage</code> action in
the request body.
</para>
<para>After you make this request, you typically must keep
polling the created image's status to determine whether the
request succeeded. A successfully creating image operation
shows an image's status of <code>available</code> and the
serve's status goes back to the original status. You can
also see the new image in the image back end that OpenStack
Image service manages.
<para>
After you make this request, you typically must keep polling the
created image's status to determine whether the request succeeded.
A successfully creating image operation shows the
<code>available</code> image status and the server status reverts
to its original status. You can also see the new image in the
image back end that OpenStack Image service manages.
</para>
<para>Preconditions</para>
<para>
To create an image, these preconditions must be met:
</para>
<itemizedlist>
<listitem>
<para>The specified server must exist.</para>
</listitem>
<listitem>
<para>You can only create an image from the server
when its status is <code>ACTIVE</code>,
<para>
The server status is <code>ACTIVE</code>,
<code>PAUSED</code>, or <code>SUSPENDED</code>.
</para>
</listitem>
@@ -1189,10 +1203,11 @@
<para>Troubleshooting</para>
<itemizedlist>
<listitem>
<para>If the image status remains uploading or shows
another error status, the request failed. Ensure you meet the
preconditions and run the request again. If the request fails
again, investigate the image back end.
<para>
If the image status remains uploading or shows another error
status, the request failed. Ensure you meet the
preconditions and run the request again. If the request
fails again, investigate the image back end.
</para>
</listitem>
<listitem>
@@ -1329,17 +1344,16 @@
<param name="flavors" style="plain" required="true"
type="csapi:FlavorsWithOnlyIDsNamesLinks" path="/csapi:flavors">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Flavors are
known combinations of memory, disk space, and number of
CPUs.
<para>
Flavors are known combinations of memory, disk space, and
number of CPUs.
</para>
</wadl:doc>
</param>
<param name="next" style="plain" type="xsd:anyURI"
path="/csapi:flavors/atom:link[@rel='next']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
next metadata item.
<para>Moves to the next metadata item.
</para>
</wadl:doc>
<link resource_type="#FlavorList" rel="next"/>
@@ -1347,8 +1361,7 @@
<param name="previous" style="plain" type="xsd:anyURI"
path="/csapi:flavors/atom:link[@rel='previous']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
previous metadata item.
<para>Moves to the previous metadata item.
</para>
</wadl:doc>
<link resource_type="#FlavorList" rel="previous"/>
@@ -1382,8 +1395,7 @@
<param name="next" style="plain" type="xsd:anyURI"
path="/csapi:flavors/atom:link[@rel='next']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
next metadata item.
<para>Moves to the next metadata item.
</para>
</wadl:doc>
<link resource_type="#DetailFlavorList" rel="next"/>
@@ -1391,8 +1403,7 @@
<param name="previous" style="plain" type="xsd:anyURI"
path="/csapi:flavors/atom:link[@rel='previous']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
previous metadata item.
<para>Moves to the previous metadata item.
</para>
</wadl:doc>
<link resource_type="#DetailFlavorList" rel="previous"/>
@@ -1445,8 +1456,7 @@
<param name="next" style="plain" type="xsd:anyURI"
path="/csapi:images/atom:link[@rel='next']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
next metadata item.
<para>Moves to the next metadata item.
</para>
</wadl:doc>
<link resource_type="#DetailImageList" rel="next"/>
@@ -1454,8 +1464,7 @@
<param name="previous" style="plain" type="xsd:anyURI"
path="/csapi:images/atom:link[@rel='previous']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
previous metadata item.
<para>Moves to the previous metadata item.
</para>
</wadl:doc>
<link resource_type="#DetailImageList" rel="previous"/>
@@ -1488,16 +1497,14 @@
<param name="images" style="plain" required="true"
type="csapi:ImagesWithOnlyIDsNamesLinks" path="/csapi:images">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Image
information.
<para>Image information.
</para>
</wadl:doc>
</param>
<param name="next" style="plain" type="xsd:anyURI"
path="/csapi:images/atom:link[@rel='next']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
next metadata item.
<para>Moves to the next metadata item.
</para>
</wadl:doc>
<link resource_type="#ImageList" rel="next"/>
@@ -1505,8 +1512,7 @@
<param name="previous" style="plain" type="xsd:anyURI"
path="/csapi:images/atom:link[@rel='previous']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
previous metadata item.
<para>Moves to the previous metadata item.
</para>
</wadl:doc>
<link resource_type="#ImageList" rel="previous"/>
@@ -1560,8 +1566,7 @@
<param name="next" style="plain" type="xsd:anyURI"
path="/csapi:metadata/atom:link[@rel='next']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
next metadata item.
<para>Moves to the next metadata item.
</para>
</wadl:doc>
<link resource_type="#ServerMetadataDetails" rel="next"/>
@@ -1569,8 +1574,7 @@
<param name="previous" style="plain" type="xsd:anyURI"
path="/csapi:metadata/atom:link[@rel='previous']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
previous metadata item.
<para>Moves to the previous metadata item.
</para>
</wadl:doc>
<link resource_type="#ServerMetadataDetails" rel="previous"/>
@@ -1597,8 +1601,7 @@
<param name="next" style="plain" type="xsd:anyURI"
path="/csapi:metadata/atom:link[@rel='next']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
next metadata item.
<para>Moves to the next metadata item.
</para>
</wadl:doc>
<link resource_type="#ServerMetadataDetails" rel="next"/>
@@ -1606,8 +1609,7 @@
<param name="previous" style="plain" type="xsd:anyURI"
path="/csapi:metadata/atom:link[@rel='previous']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
previous metadata item.
<para>Moves to the previous metadata item.
</para>
</wadl:doc>
<link resource_type="#ServerMetadataDetails" rel="previous"/>
@@ -1624,10 +1626,8 @@
specified in the request.
</para>
<para>
An overLimit (
<errorcode>413</errorcode>
) fault might be thrown if the operation
causes the quota for metadata items to be exceeded.
If this operation causes the metadata items quota to be exceeded,
an <code>overLimit (413)</code> fault is thrown.
</para>
</wadl:doc>
<request>
@@ -1655,8 +1655,7 @@
<param name="next" style="plain" type="xsd:anyURI"
path="/csapi:metadata/atom:link[@rel='next']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
next metadata item.
<para>Moves to the next metadata item.
</para>
</wadl:doc>
<link resource_type="#ServerMetadataDetails" rel="next"/>
@@ -1664,8 +1663,7 @@
<param name="previous" style="plain" type="xsd:anyURI"
path="/csapi:metadata/atom:link[@rel='previous']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
previous metadata item.
<para>Moves to the previous metadata item.
</para>
</wadl:doc>
<link resource_type="#ServerMetadataDetails" rel="previous"/>
@@ -1683,10 +1681,8 @@
specified in the request.
</para>
<para>
An overLimit (
<errorcode>413</errorcode>
) fault might be thrown if the operation
causes the quota for metadata items to be exceeded.
If this operation causes the metadata items quota to be exceeded,
an <code>overLimit (413)</code> fault is thrown.
</para>
</wadl:doc>
<request>
@@ -1714,8 +1710,7 @@
<param name="next" style="plain" type="xsd:anyURI"
path="/csapi:metadata/atom:link[@rel='next']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
next metadata item.
<para>Moves to the next metadata item.
</para>
</wadl:doc>
<link resource_type="#ImageMetadataDetails" rel="next"/>
@@ -1723,8 +1718,7 @@
<param name="previous" style="plain" type="xsd:anyURI"
path="/csapi:metadata/atom:link[@rel='previous']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
previous metadata item.
<para>Moves to the previous metadata item.
</para>
</wadl:doc>
<link resource_type="#ImageMetadataDetails" rel="previous"/>
@@ -1742,10 +1736,8 @@
items in the request.
</para>
<para>
If the number of metadata items exceeds the quota for metadata items, an overLimit
(
<errorcode>413</errorcode>
) fault might be thrown.
If this operation causes the metadata items quota to be exceeded,
an <code>overLimit (413)</code> fault is thrown.
</para>
</wadl:doc>
<request>
@@ -1773,8 +1765,7 @@
<param name="next" style="plain" type="xsd:anyURI"
path="/csapi:metadata/atom:link[@rel='next']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
next metadata item.
<para>Moves to the next metadata item.
</para>
</wadl:doc>
<link resource_type="#ServerMetadataDetails" rel="next"/>
@@ -1782,8 +1773,7 @@
<param name="previous" style="plain" type="xsd:anyURI"
path="/csapi:metadata/atom:link[@rel='previous']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
previous metadata item.
<para>Moves to the previous metadata item.
</para>
</wadl:doc>
<link resource_type="#ServerMetadataDetails" rel="previous"/>
@@ -1801,10 +1791,8 @@
exists, this key retains its value.
</para>
<para>
If the number of metadata items exceeds the quota for metadata items, an overLimit
(
<errorcode>413</errorcode>
) fault might be thrown.
If this operation causes the metadata items quota to be exceeded,
an <code>overLimit (413)</code> fault is thrown.
</para>
</wadl:doc>
<request>
@@ -1832,8 +1820,7 @@
<param name="next" style="plain" type="xsd:anyURI"
path="/csapi:metadata/atom:link[@rel='next']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
next metadata item.
<para>Moves to the next metadata item.
</para>
</wadl:doc>
<link resource_type="#ImageMetadataDetails" rel="next"/>
@@ -1841,8 +1828,7 @@
<param name="previous" style="plain" type="xsd:anyURI"
path="/csapi:metadata/atom:link[@rel='previous']/@href">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Moves to the
previous metadata item.
<para>Moves to the previous metadata item.
</para>
</wadl:doc>
<link resource_type="#ImageMetadataDetails" rel="previous"/>
@@ -1901,10 +1887,8 @@
title="Create or update server metadata item">
<para role="shortdesc">Sets a metadata item by key for a specified server.</para>
<para>
An overLimit (
<errorcode>413</errorcode>
) fault might be thrown if the operation
causes the quota for metadata items to be exceeded.
If this operation causes the metadata items quota to be exceeded,
an <code>overLimit (413)</code> fault is thrown.
</para>
</wadl:doc>
<request>
@@ -1941,10 +1925,8 @@
image.
</para>
<para>
An overLimit (
<errorcode>413</errorcode>
) fault might be thrown if the operation
causes the quota for metadata items to be exceeded.
If this operation causes the metadata items quota to be exceeded,
an <code>overLimit (413)</code> fault is thrown.
</para>
</wadl:doc>
<request>