Merge "[Dataprocessing-API] Documented the Response parameters of APIs"
This commit is contained in:
@@ -30,14 +30,12 @@
|
||||
<section xml:id="v1.1imageregistry">
|
||||
<title>Image registry</title>
|
||||
<para>
|
||||
The image registry is a tool for managing images. Each plugin
|
||||
lists required tags for an image. The Data Processing service also
|
||||
requires a user name to log in to an instance’s OS for remote
|
||||
operations execution.
|
||||
</para>
|
||||
<para>
|
||||
The image registry enables you to add tags to and remove tags from images
|
||||
and define the OS user name.
|
||||
Use the image registry tool to manage images. Use this tool to add
|
||||
tags to and remove tags from images and define the user name for
|
||||
an instance operating system. Each plugin lists required tags for
|
||||
an image. For remote operations execution, the Data Processing
|
||||
service requires a user name to log in to the operating system for
|
||||
an instance.
|
||||
</para>
|
||||
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
||||
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/image-registry.wadl#images">
|
||||
@@ -161,22 +159,26 @@
|
||||
Job binary internal objects represent data processing applications
|
||||
and libraries that are stored in the internal database.
|
||||
</para>
|
||||
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
||||
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/job-binary-internals.wadl#job-binary-internals">
|
||||
<wadl:method href="#job-binary-internals-list"/>
|
||||
</wadl:resource>
|
||||
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/job-binary-internals.wadl#job-binary-internals-name-create">
|
||||
<wadl:method href="#job-binary-internals-create"/>
|
||||
</wadl:resource>
|
||||
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/job-binary-internals.wadl#job-binary-internals-id">
|
||||
<wadl:method href="#job-binary-internals-show"/>
|
||||
<wadl:method href="#job-binary-internals-delete"/>
|
||||
<wadl:method href="#job-binary-internals-update"/>
|
||||
</wadl:resource>
|
||||
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/job-binary-internals.wadl#job-binary-internals-id-data">
|
||||
<wadl:method href="#job-binary-internals-data"/>
|
||||
</wadl:resource>
|
||||
</wadl:resources>
|
||||
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
||||
<wadl:resource
|
||||
href="../wadls/dataprocessing-api/src/v1.1/wadl/job-binary-internals.wadl#job-binary-internals">
|
||||
<wadl:method href="#job-binary-internals-list"/>
|
||||
</wadl:resource>
|
||||
<wadl:resource
|
||||
href="../wadls/dataprocessing-api/src/v1.1/wadl/job-binary-internals.wadl#job-binary-internals-name-create">
|
||||
<wadl:method href="#job-binary-internals-create"/>
|
||||
</wadl:resource>
|
||||
<wadl:resource
|
||||
href="../wadls/dataprocessing-api/src/v1.1/wadl/job-binary-internals.wadl#job-binary-internals-id">
|
||||
<wadl:method href="#job-binary-internals-show"/>
|
||||
<wadl:method href="#job-binary-internals-delete"/>
|
||||
<wadl:method href="#job-binary-internals-update"/>
|
||||
</wadl:resource>
|
||||
<wadl:resource
|
||||
href="../wadls/dataprocessing-api/src/v1.1/wadl/job-binary-internals.wadl#job-binary-internals-id-data">
|
||||
<wadl:method href="#job-binary-internals-data"/>
|
||||
</wadl:resource>
|
||||
</wadl:resources>
|
||||
</section>
|
||||
<section xml:id="v1.1jobbinaries">
|
||||
<title>Job binaries</title>
|
||||
|
||||
@@ -5,27 +5,27 @@
|
||||
<!-- -->
|
||||
<!-- You can resolve the entities with xmllint -->
|
||||
<!-- -->
|
||||
<!-- xmllint -noent node-group-template.wadl -->
|
||||
<!-- xmllint -noent cluster-templates.wadl -->
|
||||
<!--*******************************************************-->
|
||||
<!DOCTYPE application [
|
||||
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
|
||||
%common_project;
|
||||
<!ENTITY % common SYSTEM "common.ent">
|
||||
%common;
|
||||
]>
|
||||
<application xmlns="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
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"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<resources base="https://servers.api.openstack.com"
|
||||
xml:id="cluster-templates-v1.1">
|
||||
<resource id="v1.1" path="//v1.1">
|
||||
<resource id="tenant_id" path="{tenant_id}">
|
||||
<param name="tenant_id" style="template" type="capi:UUID">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||
<para>The unique identifier of the tenant or account.</para>
|
||||
</wadl:doc>
|
||||
</param>
|
||||
&tenant_idTemplateParameter;
|
||||
<resource id="cluster-templates" path="cluster-templates">
|
||||
<method href="#cluster-templates-list"/>
|
||||
<method href="#cluster-templates-create"/>
|
||||
@@ -59,6 +59,7 @@
|
||||
href="../samples/cluster-templates/list-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&clustertemplateResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -84,6 +85,7 @@
|
||||
href="../samples/cluster-templates/create-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&clustertemplateResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -99,6 +101,7 @@
|
||||
href="../samples/cluster-templates/list-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&clustertemplateResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -124,6 +127,7 @@
|
||||
href="../samples/cluster-templates/update-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&clustertemplateResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
|
||||
@@ -5,11 +5,13 @@
|
||||
<!-- -->
|
||||
<!-- You can resolve the entities with xmllint -->
|
||||
<!-- -->
|
||||
<!-- xmllint -noent cluster.wadl -->
|
||||
<!-- xmllint -noent clusters.wadl -->
|
||||
<!--*******************************************************-->
|
||||
<!DOCTYPE application [
|
||||
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
|
||||
%common_project;
|
||||
<!ENTITY % common SYSTEM "common.ent">
|
||||
%common;
|
||||
]>
|
||||
<application xmlns="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0"
|
||||
@@ -17,16 +19,13 @@
|
||||
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:csapi="http://docs.openstack.org/compute/api/v2">
|
||||
xmlns:csapi="http://docs.openstack.org/compute/api/v2"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" >
|
||||
<resources base="https://servers.api.openstack.com"
|
||||
xml:id="clusters-v1.1">
|
||||
<resource id="v1.1" path="//v1.1">
|
||||
<resource id="tenant_id" path="{tenant_id}">
|
||||
<param name="tenant_id" style="template" type="csapi:UUID">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||
<para>The unique identifier of the tenant or account.</para>
|
||||
</wadl:doc>
|
||||
</param>
|
||||
&tenant_idTemplateParameter;
|
||||
<resource id="clusters" path="clusters">
|
||||
<method href="#clusters-list"/>
|
||||
<method href="#clusters-create"/>
|
||||
@@ -64,6 +63,8 @@
|
||||
href="../samples/clusters/clusters-list.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&clustersResponseParameters;
|
||||
&clustersParameter;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -79,6 +80,7 @@
|
||||
href="../samples/clusters/clusters-get.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&clustersResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -104,6 +106,7 @@
|
||||
href="../samples/clusters/clusters-create-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&clustersResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -161,6 +164,7 @@
|
||||
href="../samples/clusters/clusters-scale-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&clustersResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -186,6 +190,7 @@
|
||||
href="../samples/clusters/clusters-update-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&clustersResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
|
||||
1449
api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/common.ent
Normal file
1449
api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/common.ent
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,20 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- (C) 2015 OpenStack Foundation, All Rights Reserved -->
|
||||
<!--*******************************************************-->
|
||||
<!-- Import Common XML Entities -->
|
||||
<!-- -->
|
||||
<!-- You can resolve the entities with xmllint -->
|
||||
<!-- -->
|
||||
<!-- xmllint -noent data-sources.wadl -->
|
||||
<!--*******************************************************-->
|
||||
<!DOCTYPE application [
|
||||
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
|
||||
%common_project;
|
||||
<!ENTITY % common SYSTEM "common.ent">
|
||||
%common;
|
||||
]>
|
||||
<application xmlns="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
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:xlink="http://www.w3.org/1999/xlink" xmlns:db="http://docbook.org/ns/docbook"
|
||||
xmlns:common="http://docs.openstack.org/common/api/v1.0"
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0">
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:csapi="http://docs.openstack.org/compute/api/v2"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" >
|
||||
<resources base="https://servers.api.openstack.com"
|
||||
xml:id="data-sources-v1.1">
|
||||
<resource id="v1.1" path="//v1.1">
|
||||
<resource id="tenant_id" path="{tenant_id}">
|
||||
<param name="tenant_id" style="template" type="capi:UUID">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||
<para>The unique identifier of the tenant or account.</para>
|
||||
</wadl:doc>
|
||||
</param>
|
||||
&tenant_idTemplateParameter;
|
||||
<resource id="data-sources" path="data-sources">
|
||||
<method href="#dataSourcesList"/>
|
||||
<method href="#dataSourcesCreate"/>
|
||||
@@ -48,6 +59,8 @@
|
||||
href="../samples/data-sources/data-sources-list-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&datasourceResponseParameters;
|
||||
&objectResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -64,6 +77,8 @@
|
||||
href="../samples/data-sources/data-sources-get-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&datasourceResponseParameters;
|
||||
&objectResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -106,6 +121,8 @@
|
||||
href="../samples/data-sources/data-source-register-hdfs-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&datasourceResponseParameters;
|
||||
&objectResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
|
||||
@@ -5,11 +5,13 @@
|
||||
<!-- -->
|
||||
<!-- You can resolve the entities with xmllint -->
|
||||
<!-- -->
|
||||
<!-- xmllint -noent cluster.wadl -->
|
||||
<!-- xmllint -noent event-log.wadl -->
|
||||
<!--*******************************************************-->
|
||||
<!DOCTYPE application [
|
||||
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
|
||||
%common_project;
|
||||
<!ENTITY % common SYSTEM "common.ent">
|
||||
%common;
|
||||
]>
|
||||
<application xmlns="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0"
|
||||
@@ -17,16 +19,13 @@
|
||||
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:csapi="http://docs.openstack.org/compute/api/v2">
|
||||
xmlns:csapi="http://docs.openstack.org/compute/api/v2"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<resources base="https://servers.api.openstack.com"
|
||||
xml:id="event-log-v1.1">
|
||||
<resource id="v1.1" path="//v1.1">
|
||||
<resource id="tenant_id" path="{tenant_id}">
|
||||
<param name="tenant_id" style="template" type="csapi:UUID">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||
<para>The unique identifier of the tenant or account.</para>
|
||||
</wadl:doc>
|
||||
</param>
|
||||
&tenant_idTemplateParameter;
|
||||
<resource id="clusters" path="clusters">
|
||||
<resource id="cluster_id"
|
||||
path="{cluster_id}">
|
||||
|
||||
@@ -1,20 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- (C) 2015 OpenStack Foundation, All Rights Reserved -->
|
||||
<!--*******************************************************-->
|
||||
<!-- Import Common XML Entities -->
|
||||
<!-- -->
|
||||
<!-- You can resolve the entities with xmllint -->
|
||||
<!-- -->
|
||||
<!-- xmllint -noent image-registry.wadl -->
|
||||
<!--*******************************************************-->
|
||||
<!DOCTYPE application [
|
||||
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
|
||||
%common_project;
|
||||
<!ENTITY % common SYSTEM "common.ent">
|
||||
%common;
|
||||
]>
|
||||
<application xmlns="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
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:xlink="http://www.w3.org/1999/xlink" xmlns:db="http://docbook.org/ns/docbook"
|
||||
xmlns:common="http://docs.openstack.org/common/api/v1.0"
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0">
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:csapi="http://docs.openstack.org/compute/api/v2"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<resources base="https://servers.api.openstack.com"
|
||||
xml:id="image-registry-v1.1">
|
||||
<resource id="v1.1" path="//v1.1">
|
||||
<resource id="tenant_id" path="{tenant_id}">
|
||||
<param name="tenant_id" style="template" type="capi:UUID">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||
<para>The unique identifier of the tenant or account.</para>
|
||||
</wadl:doc>
|
||||
</param>
|
||||
&tenant_idTemplateParameter;
|
||||
<resource id="images" path="images">
|
||||
<method href="#imageslist"/>
|
||||
<resource id="imageId" path="{image_id}">
|
||||
@@ -65,6 +76,8 @@
|
||||
href="../samples/image-registry/images-list-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&imageregResponseParameters;
|
||||
&imagesResponseParameter;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -81,6 +94,7 @@
|
||||
href="../samples/image-registry/images-get-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&imageregResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -120,6 +134,7 @@
|
||||
href="../samples/image-registry/images-set-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&imageregResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
|
||||
@@ -10,22 +10,22 @@
|
||||
<!DOCTYPE application [
|
||||
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
|
||||
%common_project;
|
||||
<!ENTITY % common SYSTEM "common.ent">
|
||||
%common;
|
||||
]>
|
||||
<application xmlns="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
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"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<resources base="https://servers.api.openstack.com"
|
||||
xml:id="job-binaries-v1.1">
|
||||
<resource id="v1.1" path="//v1.1">
|
||||
<resource id="tenant_id" path="{tenant_id}">
|
||||
<param name="tenant_id" style="template" type="capi:UUID">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||
<para>The unique identifier of the tenant or account.</para>
|
||||
</wadl:doc>
|
||||
</param>
|
||||
&tenant_idTemplateParameter;
|
||||
<resource id="job-binaries" path="job-binaries">
|
||||
<method href="#job-binaries-list"/>
|
||||
<method href="#job-binaries-create"/>
|
||||
@@ -61,6 +61,9 @@
|
||||
href="../samples/job-binaries/list-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&binariesParameter;
|
||||
&jobbinaryResponseParameters;
|
||||
&objectResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -85,6 +88,8 @@
|
||||
href="../samples/job-binaries/create-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&jobbinaryResponseParameters;
|
||||
&objectResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -101,6 +106,8 @@
|
||||
href="../samples/job-binaries/show-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&jobbinaryResponseParameters;
|
||||
&objectResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
|
||||
@@ -10,22 +10,22 @@
|
||||
<!DOCTYPE application [
|
||||
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
|
||||
%common_project;
|
||||
<!ENTITY % common SYSTEM "common.ent">
|
||||
%common;
|
||||
]>
|
||||
<application xmlns="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:csapi="http://docs.openstack.org/compute/api/v2"
|
||||
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:xlink="http://www.w3.org/1999/xlink">
|
||||
<resources base="https://servers.api.openstack.com"
|
||||
xml:id="job-binary-internals-v1.1">
|
||||
<resource id="v1.1" path="//v1.1">
|
||||
<resource id="tenant_id" path="{tenant_id}">
|
||||
<param name="tenant_id" style="template" type="capi:UUID">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||
<para>The unique identifier of the tenant or account.</para>
|
||||
</wadl:doc>
|
||||
</param>
|
||||
&tenant_idTemplateParameter;
|
||||
<resource id="job-binary-internals" path="job-binary-internals">
|
||||
<method href="#job-binary-internals-list"/>
|
||||
<resource id="job-binary-internals-name-create" path="{name}">
|
||||
@@ -70,6 +70,9 @@
|
||||
href="../samples/job-binary-internals/list-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&jobbinaryInternalsResponseParameters;
|
||||
&objectResponseParameters;
|
||||
&binariesParameter;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -97,6 +100,8 @@
|
||||
href="../samples/job-binary-internals/create-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&jobbinaryInternalsResponseParameters;
|
||||
&objectResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -113,6 +118,8 @@
|
||||
href="../samples/job-binary-internals/show-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&jobbinaryInternalsResponseParameters;
|
||||
&objectResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
|
||||
@@ -5,29 +5,27 @@
|
||||
<!-- -->
|
||||
<!-- You can resolve the entities with xmllint -->
|
||||
<!-- -->
|
||||
<!-- xmllint -noent node-group-template.wadl -->
|
||||
<!-- xmllint -noent job-executions.wadl -->
|
||||
<!--*******************************************************-->
|
||||
<!DOCTYPE application [
|
||||
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
|
||||
%common_project;
|
||||
<!ENTITY % common SYSTEM "common.ent">
|
||||
%common;
|
||||
]>
|
||||
<application xmlns="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
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:csapi="http://docs.openstack.org/compute/api/v2"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<resources base="https://servers.api.openstack.com"
|
||||
xml:id="cluster-templates-v1.1">
|
||||
<resource id="v1.1" path="//v1.1">
|
||||
<resource id="tenant_id" path="{tenant_id}">
|
||||
<param name="tenant_id" style="template" type="capi:UUID">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||
<para>
|
||||
The unique identifier of the tenant or account.
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>
|
||||
&tenant_idTemplateParameter;
|
||||
<resource id="job-executions" path="job-executions">
|
||||
<method href="#job-executions-list"/>
|
||||
<resource id="job_execution_id" path="{job_execution_id}">
|
||||
@@ -67,6 +65,8 @@
|
||||
href="../samples/job-executions/list-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&jobexecutionsParameter;
|
||||
&jobexecutionResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -84,6 +84,7 @@
|
||||
href="../samples/job-executions/job-ex-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&jobexecutionResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -102,6 +103,7 @@
|
||||
href="../samples/job-executions/job-ex-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&jobexecutionResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -119,6 +121,7 @@
|
||||
href="../samples/job-executions/cancel-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&jobexecutionResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -154,6 +157,7 @@
|
||||
href="../samples/job-executions/job-ex-update-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&jobexecutionResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
|
||||
@@ -1,20 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- (C) 2015 OpenStack Foundation, All Rights Reserved -->
|
||||
<!--*******************************************************-->
|
||||
<!-- Import Common XML Entities -->
|
||||
<!-- -->
|
||||
<!-- You can resolve the entities with xmllint -->
|
||||
<!-- -->
|
||||
<!-- xmllint -noent job-types.wadl -->
|
||||
<!--*******************************************************-->
|
||||
<!DOCTYPE application [
|
||||
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
|
||||
%common_project;
|
||||
<!ENTITY % common SYSTEM "common.ent">
|
||||
%common;
|
||||
]>
|
||||
<application xmlns="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
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:xlink="http://www.w3.org/1999/xlink" xmlns:db="http://docbook.org/ns/docbook"
|
||||
xmlns:common="http://docs.openstack.org/common/api/v1.0"
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0">
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:csapi="http://docs.openstack.org/compute/api/v2"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<resources base="https://servers.api.openstack.com"
|
||||
xml:id="job-types-v1.1">
|
||||
<resource id="v1.1" path="//v1.1">
|
||||
<resource id="tenant_id" path="{tenant_id}">
|
||||
<param name="tenant_id" style="template" type="capi:UUID">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||
<para>The unique identifier of the tenant or account.</para>
|
||||
</wadl:doc>
|
||||
</param>
|
||||
&tenant_idTemplateParameter;
|
||||
<resource id="job-types" path="job-types">
|
||||
<method href="#jobTypesList"/>
|
||||
</resource>
|
||||
@@ -66,6 +77,8 @@
|
||||
href="../samples/job-types/job-types-get-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&jobtypesResponseParameters;
|
||||
&pluginResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
|
||||
@@ -1,20 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- (C) 2015 OpenStack Foundation, All Rights Reserved -->
|
||||
<!--*******************************************************-->
|
||||
<!-- Import Common XML Entities -->
|
||||
<!-- -->
|
||||
<!-- You can resolve the entities with xmllint -->
|
||||
<!-- -->
|
||||
<!-- xmllint -noent jobs.wadl -->
|
||||
<!--*******************************************************-->
|
||||
<!DOCTYPE application [
|
||||
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
|
||||
%common_project;
|
||||
<!ENTITY % common SYSTEM "common.ent">
|
||||
%common;
|
||||
]>
|
||||
<application xmlns="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
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:xlink="http://www.w3.org/1999/xlink" xmlns:db="http://docbook.org/ns/docbook"
|
||||
xmlns:common="http://docs.openstack.org/common/api/v1.0"
|
||||
xmlns:csapi="http://docs.openstack.org/compute/api/v2">
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:csapi="http://docs.openstack.org/compute/api/v2"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<resources base="https://servers.api.openstack.com"
|
||||
xml:id="jobs-v1.1">
|
||||
<resource id="v1.1" path="//v1.1">
|
||||
<resource id="tenant_id" path="{tenant_id}">
|
||||
<param name="tenant_id" style="template" type="csapi:UUID">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||
<para>The unique identifier of the tenant or account.</para>
|
||||
</wadl:doc>
|
||||
</param>
|
||||
&tenant_idTemplateParameter;
|
||||
<resource id="jobs" path="jobs">
|
||||
<method href="#jobsList"/>
|
||||
<method href="#jobCreate"/>
|
||||
@@ -51,6 +62,9 @@
|
||||
href="../samples/jobs/job-list-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&jobsResponseParameter;
|
||||
&jobResponseParameters;
|
||||
&objectResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -67,6 +81,8 @@
|
||||
href="../samples/jobs/job-get-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&jobResponseParameters;
|
||||
&objectResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -93,6 +109,8 @@
|
||||
href="../samples/jobs/job-create-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&jobResponseParameters;
|
||||
&objectResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -152,6 +170,8 @@
|
||||
href="../samples/jobs/job-update-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&jobResponseParameters;
|
||||
&objectResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
|
||||
@@ -7,21 +7,25 @@
|
||||
<!-- -->
|
||||
<!-- xmllint -noent node-group-template.wadl -->
|
||||
<!--*******************************************************-->
|
||||
<!DOCTYPE application [
|
||||
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
|
||||
%common_project;
|
||||
<!ENTITY % common SYSTEM "common.ent">
|
||||
%common;
|
||||
]>
|
||||
<application xmlns="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
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:xlink="http://www.w3.org/1999/xlink" xmlns:db="http://docbook.org/ns/docbook"
|
||||
xmlns:common="http://docs.openstack.org/common/api/v1.0"
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0">
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:csapi="http://docs.openstack.org/compute/api/v2"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<resources base="https://servers.api.openstack.com"
|
||||
xml:id="node-group-templates-v1.1">
|
||||
<resource id="v1.1" path="//v1.1">
|
||||
<resource id="tenant_id" path="{tenant_id}">
|
||||
<param name="tenant_id" style="template" type="capi:UUID">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||
<para>The unique identifier of the tenant or account.</para>
|
||||
</wadl:doc>
|
||||
</param>
|
||||
&tenant_idTemplateParameter;
|
||||
<resource id="node-group-templates" path="node-group-templates">
|
||||
<method href="#node-group-templates-list"/>
|
||||
<method href="#node-group-templates-create"/>
|
||||
@@ -57,6 +61,7 @@
|
||||
href="../samples/node-group-templates/node-group-templates-list.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&nodegrouptemplatesRespParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -73,6 +78,7 @@
|
||||
href="../samples/node-group-templates/node-group-templates-get.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&nodegrouptemplatesRespParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -99,6 +105,7 @@
|
||||
href="../samples/node-group-templates/node-group-templates-create-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&nodegrouptemplatesRespParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
|
||||
@@ -1,20 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- (C) 2015 OpenStack Foundation, All Rights Reserved -->
|
||||
<!--*******************************************************-->
|
||||
<!-- Import Common XML Entities -->
|
||||
<!-- -->
|
||||
<!-- You can resolve the entities with xmllint -->
|
||||
<!-- -->
|
||||
<!-- xmllint -noent plugins.wadl -->
|
||||
<!--*******************************************************-->
|
||||
<!DOCTYPE application [
|
||||
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
|
||||
%common_project;
|
||||
<!ENTITY % common SYSTEM "common.ent">
|
||||
%common;
|
||||
]>
|
||||
<application xmlns="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
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:xlink="http://www.w3.org/1999/xlink" xmlns:db="http://docbook.org/ns/docbook"
|
||||
xmlns:common="http://docs.openstack.org/common/api/v1.0"
|
||||
xmlns:capi="http://docs.openstack.org/common/api/v1.0">
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xmlns:csapi="http://docs.openstack.org/compute/api/v2"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" >
|
||||
<resources base="https://servers.api.openstack.com"
|
||||
xml:id="plugins-v1.1">
|
||||
<resource id="v1.1" path="//v1.1">
|
||||
<resource id="tenant_id" path="{tenant_id}">
|
||||
<param name="tenant_id" style="template" type="capi:UUID">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||
<para>The unique identifier of the tenant or account.</para>
|
||||
</wadl:doc>
|
||||
</param>
|
||||
&tenant_idTemplateParameter;
|
||||
<resource id="plugins" path="plugins">
|
||||
<method href="#pluginslist"/>
|
||||
<resource id="pluginSimple" path="{plugin_name}">
|
||||
@@ -53,6 +64,8 @@
|
||||
href="../samples/plugins/plugins-list-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&pluginsParameter;
|
||||
&pluginResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -70,6 +83,7 @@
|
||||
href="../samples/plugins/plugins-get-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&pluginResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
@@ -87,6 +101,7 @@
|
||||
href="../samples/plugins/plugins-get-version-resp.json"
|
||||
/>
|
||||
</wadl:doc>
|
||||
&pluginResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user