Update to generate all PDFs.
Change-Id: I22edf77b873ef6073043654d28e895140ee9774a
This commit is contained in:
parent
87fe323597
commit
6bdcc1f029
@ -70,8 +70,8 @@
|
|||||||
<includes> bk-api-ref-blockstorage-v1.xml </includes>
|
<includes> bk-api-ref-blockstorage-v1.xml </includes>
|
||||||
<pdfFilenameBase>api-ref-blockstorage-v1</pdfFilenameBase>
|
<pdfFilenameBase>api-ref-blockstorage-v1</pdfFilenameBase>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>os-api-ref-compute-v2</id>
|
<id>os-api-ref-compute-v2</id>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>generate-pdf</goal>
|
<goal>generate-pdf</goal>
|
||||||
@ -104,17 +104,28 @@
|
|||||||
<pdfFilenameBase>api-ref-compute-v2.1</pdfFilenameBase>
|
<pdfFilenameBase>api-ref-compute-v2.1</pdfFilenameBase>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>os-api-ref-databases-v1</id>
|
<id>os-api-ref-database-v1</id>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>generate-pdf</goal>
|
<goal>generate-pdf</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<phase>generate-sources</phase>
|
<phase>generate-sources</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<includes> bk-api-ref-databases-v1.xml </includes>
|
<includes> bk-api-ref-database-v1.xml </includes>
|
||||||
<pdfFilenameBase>api-ref-databases-v1</pdfFilenameBase>
|
<pdfFilenameBase>api-ref-database-v1</pdfFilenameBase>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
<execution>
|
||||||
|
<id>os-api-ref-data-processing-v1.1</id>
|
||||||
|
<goals>
|
||||||
|
<goal>generate-pdf</goal>
|
||||||
|
</goals>
|
||||||
|
<phase>generate-sources</phase>
|
||||||
|
<configuration>
|
||||||
|
<includes> bk-api-ref-data-processing-v1.1.xml </includes>
|
||||||
|
<pdfFilenameBase>api-ref-data-processing-v1.1</pdfFilenameBase>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>os-api-ref-identity-v3</id>
|
<id>os-api-ref-identity-v3</id>
|
||||||
<goals>
|
<goals>
|
||||||
|
@ -1,17 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE book[
|
|
||||||
<!-- Some useful entities borrowed from HTML -->
|
|
||||||
<!ENTITY ndash "–">
|
|
||||||
<!ENTITY mdash "—">
|
|
||||||
<!ENTITY hellip "…">
|
|
||||||
<!ENTITY plusmn "±">
|
|
||||||
<!ENTITY nbsp " ">
|
|
||||||
<!-- Useful for describing APIs -->
|
|
||||||
<!ENTITY GET '<command xmlns="http://docbook.org/ns/docbook">GET</command>'>
|
|
||||||
<!ENTITY PUT '<command xmlns="http://docbook.org/ns/docbook">PUT</command>'>
|
|
||||||
<!ENTITY POST '<command xmlns="http://docbook.org/ns/docbook">POST</command>'>
|
|
||||||
<!ENTITY DELETE '<command xmlns="http://docbook.org/ns/docbook">DELETE</command>'>
|
|
||||||
]>
|
|
||||||
<book xmlns="http://docbook.org/ns/docbook"
|
<book xmlns="http://docbook.org/ns/docbook"
|
||||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
@ -19,7 +6,7 @@
|
|||||||
xmlns:xref="http://www.w3.org/1999/xref"
|
xmlns:xref="http://www.w3.org/1999/xref"
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||||
version="5.0-extension RackBook-2.0"
|
version="5.0-extension RackBook-2.0"
|
||||||
xml:id="api.openstack.org-blockstorage-pdf">
|
xml:id="api.openstack.org-blockstorage-v1-pdf">
|
||||||
<info>
|
<info>
|
||||||
<title>OpenStack Block Storage API v1 Reference</title>
|
<title>OpenStack Block Storage API v1 Reference</title>
|
||||||
<titleabbrev>API Reference</titleabbrev>
|
<titleabbrev>API Reference</titleabbrev>
|
||||||
|
@ -1,17 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE book[
|
|
||||||
<!-- Some useful entities borrowed from HTML -->
|
|
||||||
<!ENTITY ndash "–">
|
|
||||||
<!ENTITY mdash "—">
|
|
||||||
<!ENTITY hellip "…">
|
|
||||||
<!ENTITY plusmn "±">
|
|
||||||
<!ENTITY nbsp " ">
|
|
||||||
<!-- Useful for describing APIs -->
|
|
||||||
<!ENTITY GET '<command xmlns="http://docbook.org/ns/docbook">GET</command>'>
|
|
||||||
<!ENTITY PUT '<command xmlns="http://docbook.org/ns/docbook">PUT</command>'>
|
|
||||||
<!ENTITY POST '<command xmlns="http://docbook.org/ns/docbook">POST</command>'>
|
|
||||||
<!ENTITY DELETE '<command xmlns="http://docbook.org/ns/docbook">DELETE</command>'>
|
|
||||||
]>
|
|
||||||
<book xmlns="http://docbook.org/ns/docbook"
|
<book xmlns="http://docbook.org/ns/docbook"
|
||||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
@ -19,7 +6,7 @@
|
|||||||
xmlns:xref="http://www.w3.org/1999/xref"
|
xmlns:xref="http://www.w3.org/1999/xref"
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||||
version="5.0-extension RackBook-2.0"
|
version="5.0-extension RackBook-2.0"
|
||||||
xml:id="api.openstack.org-blockstorage-pdf">
|
xml:id="api.openstack.org-blockstorage-v2-pdf">
|
||||||
<info>
|
<info>
|
||||||
<title>OpenStack Block Storage API v2 Reference</title>
|
<title>OpenStack Block Storage API v2 Reference</title>
|
||||||
<titleabbrev>API Reference</titleabbrev>
|
<titleabbrev>API Reference</titleabbrev>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
xmlns:xref="http://www.w3.org/1999/xref"
|
xmlns:xref="http://www.w3.org/1999/xref"
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||||
version="5.0-extension RackBook-2.0"
|
version="5.0-extension RackBook-2.0"
|
||||||
xml:id="api.openstack.org-compute-ext-pdf">
|
xml:id="api.openstack.org-compute-v2-ext-pdf">
|
||||||
<info>
|
<info>
|
||||||
<title>OpenStack Compute API v2 Extensions Reference</title>
|
<title>OpenStack Compute API v2 Extensions Reference</title>
|
||||||
<titleabbrev>API Reference</titleabbrev>
|
<titleabbrev>API Reference</titleabbrev>
|
||||||
|
37
api-ref-guides/src/bk-api-ref-compute-v2.1.xml
Normal file
37
api-ref-guides/src/bk-api-ref-compute-v2.1.xml
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<book xmlns="http://docbook.org/ns/docbook"
|
||||||
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:linkend="http://www.w3.org/1999/linkend"
|
||||||
|
xmlns:xref="http://www.w3.org/1999/xref"
|
||||||
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||||
|
version="5.0-extension RackBook-2.0"
|
||||||
|
xml:id="api.openstack.org-compute-v2-1-pdf">
|
||||||
|
<info>
|
||||||
|
<title>OpenStack Compute API v2.1 Reference</title>
|
||||||
|
<titleabbrev>API Reference</titleabbrev>
|
||||||
|
<author>
|
||||||
|
<personname>
|
||||||
|
<firstname/>
|
||||||
|
<surname/>
|
||||||
|
</personname>
|
||||||
|
<affiliation>
|
||||||
|
<orgname>OpenStack Foundation</orgname>
|
||||||
|
</affiliation>
|
||||||
|
</author>
|
||||||
|
<copyright>
|
||||||
|
<year>2010-2015</year>
|
||||||
|
<holder>OpenStack Foundation</holder>
|
||||||
|
</copyright>
|
||||||
|
<productname>OpenStack Compute</productname>
|
||||||
|
<pubdate/>
|
||||||
|
<legalnotice role="apache2">
|
||||||
|
<annotation>
|
||||||
|
<remark>Copyright details are filled in by the
|
||||||
|
template.</remark>
|
||||||
|
</annotation>
|
||||||
|
</legalnotice>
|
||||||
|
</info>
|
||||||
|
<!-- <xi:include href="preface.xml"/>-->
|
||||||
|
<xi:include href="../../api-ref/src/docbkx/ch_compute-v2.1.xml"/>
|
||||||
|
</book>
|
@ -1,17 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE book[
|
|
||||||
<!-- Some useful entities borrowed from HTML -->
|
|
||||||
<!ENTITY ndash "–">
|
|
||||||
<!ENTITY mdash "—">
|
|
||||||
<!ENTITY hellip "…">
|
|
||||||
<!ENTITY plusmn "±">
|
|
||||||
<!ENTITY nbsp " ">
|
|
||||||
<!-- Useful for describing APIs -->
|
|
||||||
<!ENTITY GET '<command xmlns="http://docbook.org/ns/docbook">GET</command>'>
|
|
||||||
<!ENTITY PUT '<command xmlns="http://docbook.org/ns/docbook">PUT</command>'>
|
|
||||||
<!ENTITY POST '<command xmlns="http://docbook.org/ns/docbook">POST</command>'>
|
|
||||||
<!ENTITY DELETE '<command xmlns="http://docbook.org/ns/docbook">DELETE</command>'>
|
|
||||||
]>
|
|
||||||
<book xmlns="http://docbook.org/ns/docbook"
|
<book xmlns="http://docbook.org/ns/docbook"
|
||||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
36
api-ref-guides/src/bk-api-ref-data-processing-v1.1.xml
Normal file
36
api-ref-guides/src/bk-api-ref-data-processing-v1.1.xml
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<book xmlns="http://docbook.org/ns/docbook"
|
||||||
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:linkend="http://www.w3.org/1999/linkend"
|
||||||
|
xmlns:xref="http://www.w3.org/1999/xref"
|
||||||
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||||
|
version="5.0-extension RackBook-2.0"
|
||||||
|
xml:id="api.openstack.org-data-processing-v1-pdf">
|
||||||
|
<info>
|
||||||
|
<title>OpenStack Data Processing API v1.1 Reference</title>
|
||||||
|
<titleabbrev>API Reference</titleabbrev>
|
||||||
|
<author>
|
||||||
|
<personname>
|
||||||
|
<firstname/>
|
||||||
|
<surname/>
|
||||||
|
</personname>
|
||||||
|
<affiliation>
|
||||||
|
<orgname>OpenStack Foundation</orgname>
|
||||||
|
</affiliation>
|
||||||
|
</author>
|
||||||
|
<copyright>
|
||||||
|
<year>2010-2015</year>
|
||||||
|
<holder>OpenStack Foundation</holder>
|
||||||
|
</copyright>
|
||||||
|
<productname>OpenStack Data Processing</productname>
|
||||||
|
<pubdate/>
|
||||||
|
<legalnotice role="apache2">
|
||||||
|
<annotation>
|
||||||
|
<remark>Copyright details are filled in by the
|
||||||
|
template.</remark>
|
||||||
|
</annotation>
|
||||||
|
</legalnotice>
|
||||||
|
</info>
|
||||||
|
<xi:include href="../../api-ref/src/docbkx/ch_data-processing-v1.1.xml"/>
|
||||||
|
</book>
|
36
api-ref-guides/src/bk-api-ref-database-v1.xml
Normal file
36
api-ref-guides/src/bk-api-ref-database-v1.xml
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<book xmlns="http://docbook.org/ns/docbook"
|
||||||
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:linkend="http://www.w3.org/1999/linkend"
|
||||||
|
xmlns:xref="http://www.w3.org/1999/xref"
|
||||||
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||||
|
version="5.0-extension RackBook-2.0"
|
||||||
|
xml:id="api.openstack.org-database">
|
||||||
|
<info>
|
||||||
|
<title>OpenStack Database Service API v1.0 Reference</title>
|
||||||
|
<titleabbrev>API Reference</titleabbrev>
|
||||||
|
<author>
|
||||||
|
<personname>
|
||||||
|
<firstname/>
|
||||||
|
<surname/>
|
||||||
|
</personname>
|
||||||
|
<affiliation>
|
||||||
|
<orgname>OpenStack Foundation</orgname>
|
||||||
|
</affiliation>
|
||||||
|
</author>
|
||||||
|
<copyright>
|
||||||
|
<year>2010-2015</year>
|
||||||
|
<holder>OpenStack Foundation</holder>
|
||||||
|
</copyright>
|
||||||
|
<productname>OpenStack Database Service</productname>
|
||||||
|
<pubdate/>
|
||||||
|
<legalnotice role="apache2">
|
||||||
|
<annotation>
|
||||||
|
<remark>Copyright details are filled in by the
|
||||||
|
template.</remark>
|
||||||
|
</annotation>
|
||||||
|
</legalnotice>
|
||||||
|
</info>
|
||||||
|
<xi:include href="../../api-ref/src/docbkx/ch_database-v1.xml"/>
|
||||||
|
</book>
|
@ -1,23 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<book xmlns="http://docbook.org/ns/docbook"
|
|
||||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
xmlns:linkend="http://www.w3.org/1999/linkend"
|
|
||||||
xmlns:xref="http://www.w3.org/1999/xref"
|
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
|
||||||
version="5.0-extension RackBook-2.0"
|
|
||||||
xml:id="api.openstack.org-databases">
|
|
||||||
<info>
|
|
||||||
<title>OpenStack Database Service API v1.0</title>
|
|
||||||
<copyright>
|
|
||||||
<year>2010-2015</year>
|
|
||||||
</copyright>
|
|
||||||
<legalnotice role="apache2">
|
|
||||||
<annotation>
|
|
||||||
<remark>Copyright details are filled in by the
|
|
||||||
template.</remark>
|
|
||||||
</annotation>
|
|
||||||
</legalnotice>
|
|
||||||
</info>
|
|
||||||
<xi:include href="../../api-ref/src/docbkx/ch_database-v1.xml"/>
|
|
||||||
</book>
|
|
@ -1,17 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE book[
|
|
||||||
<!-- Some useful entities borrowed from HTML -->
|
|
||||||
<!ENTITY ndash "–">
|
|
||||||
<!ENTITY mdash "—">
|
|
||||||
<!ENTITY hellip "…">
|
|
||||||
<!ENTITY plusmn "±">
|
|
||||||
<!ENTITY nbsp " ">
|
|
||||||
<!-- Useful for describing APIs -->
|
|
||||||
<!ENTITY GET '<command xmlns="http://docbook.org/ns/docbook">GET</command>'>
|
|
||||||
<!ENTITY PUT '<command xmlns="http://docbook.org/ns/docbook">PUT</command>'>
|
|
||||||
<!ENTITY POST '<command xmlns="http://docbook.org/ns/docbook">POST</command>'>
|
|
||||||
<!ENTITY DELETE '<command xmlns="http://docbook.org/ns/docbook">DELETE</command>'>
|
|
||||||
]>
|
|
||||||
<book xmlns="http://docbook.org/ns/docbook"
|
<book xmlns="http://docbook.org/ns/docbook"
|
||||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
@ -21,7 +8,7 @@
|
|||||||
version="5.0-extension RackBook-2.0" xml:id="api.openstack.org-identity-v2-pdf">
|
version="5.0-extension RackBook-2.0" xml:id="api.openstack.org-identity-v2-pdf">
|
||||||
<info>
|
<info>
|
||||||
<title>OpenStack Identity API v2.0 Reference</title>
|
<title>OpenStack Identity API v2.0 Reference</title>
|
||||||
<titleabbrev>Identity API Reference</titleabbrev>
|
<titleabbrev>API Reference</titleabbrev>
|
||||||
<author>
|
<author>
|
||||||
<personname>
|
<personname>
|
||||||
<firstname/>
|
<firstname/>
|
||||||
|
@ -1,17 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE book[
|
|
||||||
<!-- Some useful entities borrowed from HTML -->
|
|
||||||
<!ENTITY ndash "–">
|
|
||||||
<!ENTITY mdash "—">
|
|
||||||
<!ENTITY hellip "…">
|
|
||||||
<!ENTITY plusmn "±">
|
|
||||||
<!ENTITY nbsp " ">
|
|
||||||
<!-- Useful for describing APIs -->
|
|
||||||
<!ENTITY GET '<command xmlns="http://docbook.org/ns/docbook">GET</command>'>
|
|
||||||
<!ENTITY PUT '<command xmlns="http://docbook.org/ns/docbook">PUT</command>'>
|
|
||||||
<!ENTITY POST '<command xmlns="http://docbook.org/ns/docbook">POST</command>'>
|
|
||||||
<!ENTITY DELETE '<command xmlns="http://docbook.org/ns/docbook">DELETE</command>'>
|
|
||||||
]>
|
|
||||||
<book xmlns="http://docbook.org/ns/docbook"
|
<book xmlns="http://docbook.org/ns/docbook"
|
||||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
@ -21,7 +8,7 @@
|
|||||||
version="5.0-extension RackBook-2.0" xml:id="api.openstack.org-identity-v3-pdf">
|
version="5.0-extension RackBook-2.0" xml:id="api.openstack.org-identity-v3-pdf">
|
||||||
<info>
|
<info>
|
||||||
<title>OpenStack Identity API v3 Reference</title>
|
<title>OpenStack Identity API v3 Reference</title>
|
||||||
<titleabbrev>Identity API Reference</titleabbrev>
|
<titleabbrev>API Reference</titleabbrev>
|
||||||
<author>
|
<author>
|
||||||
<personname>
|
<personname>
|
||||||
<firstname/>
|
<firstname/>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
Reference</title>
|
Reference</title>
|
||||||
<?rax title.font.size="32px"?>
|
<?rax title.font.size="32px"?>
|
||||||
<?rax subtitle.font.size="32px"?>
|
<?rax subtitle.font.size="32px"?>
|
||||||
<titleabbrev>Networking (neutron) API Reference</titleabbrev>
|
<titleabbrev>API Reference</titleabbrev>
|
||||||
<author>
|
<author>
|
||||||
<personname>
|
<personname>
|
||||||
<firstname/>
|
<firstname/>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
xml:id="api.openstack.org-orchestration-pdf">
|
xml:id="api.openstack.org-orchestration-pdf">
|
||||||
<info>
|
<info>
|
||||||
<title>OpenStack Orchestration API v1 Reference</title>
|
<title>OpenStack Orchestration API v1 Reference</title>
|
||||||
<titleabbrev>Orchestration API Reference</titleabbrev>
|
<titleabbrev>API Reference</titleabbrev>
|
||||||
<author>
|
<author>
|
||||||
<personname>
|
<personname>
|
||||||
<firstname/>
|
<firstname/>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
xml:id="api.openstack.org-telemetry-pdf">
|
xml:id="api.openstack.org-telemetry-pdf">
|
||||||
<info>
|
<info>
|
||||||
<title>OpenStack Telemetry API v2 Reference</title>
|
<title>OpenStack Telemetry API v2 Reference</title>
|
||||||
<titleabbrev>Telemetry API Reference</titleabbrev>
|
<titleabbrev>API Reference</titleabbrev>
|
||||||
<author>
|
<author>
|
||||||
<personname>
|
<personname>
|
||||||
<firstname/>
|
<firstname/>
|
||||||
|
@ -39,6 +39,7 @@
|
|||||||
<xi:include href="../../api-ref/src/docbkx/ch_compute-v2.xml"/>
|
<xi:include href="../../api-ref/src/docbkx/ch_compute-v2.xml"/>
|
||||||
<xi:include href="../../api-ref/src/docbkx/ch_compute-v2-ext.xml"/>
|
<xi:include href="../../api-ref/src/docbkx/ch_compute-v2-ext.xml"/>
|
||||||
<xi:include href="../../api-ref/src/docbkx/ch_database-v1.xml"/>
|
<xi:include href="../../api-ref/src/docbkx/ch_database-v1.xml"/>
|
||||||
|
<xi:include href="../../api-ref/src/docbkx/ch_data-processing-v1.1.xml"/>
|
||||||
<xi:include href="../../api-ref/src/docbkx/ch_identity-v3.xml"/>
|
<xi:include href="../../api-ref/src/docbkx/ch_identity-v3.xml"/>
|
||||||
<xi:include href="../../api-ref/src/docbkx/ch_identity-v3-ext.xml"/>
|
<xi:include href="../../api-ref/src/docbkx/ch_identity-v3-ext.xml"/>
|
||||||
<xi:include href="../../api-ref/src/docbkx/ch_identity-v2.xml"/>
|
<xi:include href="../../api-ref/src/docbkx/ch_identity-v2.xml"/>
|
||||||
|
@ -1,23 +1,22 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<book xmlns="http://docbook.org/ns/docbook"
|
<book xmlns="http://docbook.org/ns/docbook"
|
||||||
|
xmlns:linkend="http://www.w3.org/1999/linkend"
|
||||||
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
xmlns:linkend="http://www.w3.org/1999/linkend"
|
xmlns:xref="http://www.w3.org/1999/xref" version="5.0-extension RackBook-2.0"
|
||||||
xmlns:xref="http://www.w3.org/1999/xref"
|
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
|
||||||
version="5.0-extension RackBook-2.0"
|
|
||||||
xml:id="api.openstack.org-compute-v2" status="SUPPORTED">
|
xml:id="api.openstack.org-compute-v2" status="SUPPORTED">
|
||||||
<info>
|
<info>
|
||||||
<title>OpenStack Compute API v2 (SUPPORTED)</title>
|
<title>OpenStack Compute API v2 (SUPPORTED)</title>
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2010-2015</year>
|
<year>2010-2015</year>
|
||||||
</copyright>
|
</copyright>
|
||||||
<legalnotice role="apache2">
|
<legalnotice role="apache2">
|
||||||
<para/>
|
<para />
|
||||||
</legalnotice>
|
</legalnotice>
|
||||||
<annotation>
|
<annotation>
|
||||||
<xi:include href="itemizedlist-service-list.xml"/>
|
<xi:include href="itemizedlist-service-list.xml" />
|
||||||
</annotation>
|
</annotation>
|
||||||
</info>
|
</info>
|
||||||
<xi:include href="ch_compute-v2.xml"/>
|
<xi:include href="ch_compute-v2.xml" />
|
||||||
</book>
|
</book>
|
||||||
|
@ -1,23 +1,22 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<book xmlns="http://docbook.org/ns/docbook"
|
<book xmlns="http://docbook.org/ns/docbook"
|
||||||
|
xmlns:linkend="http://www.w3.org/1999/linkend"
|
||||||
|
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
xmlns:linkend="http://www.w3.org/1999/linkend"
|
xmlns:xref="http://www.w3.org/1999/xref" version="5.0-extension RackBook-2.0"
|
||||||
xmlns:xref="http://www.w3.org/1999/xref"
|
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
|
||||||
version="5.0-extension RackBook-2.0"
|
|
||||||
xml:id="api.openstack.org-data-processing-v1.1" status="CURRENT">
|
xml:id="api.openstack.org-data-processing-v1.1" status="CURRENT">
|
||||||
<info>
|
<info xreflabel="api-ref-data-processing-v1.1.html">
|
||||||
<title>OpenStack Data Processing API v1.1 (CURRENT)</title>
|
<title>OpenStack Data Processing API v1.1 (CURRENT)</title>
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2010-2015</year>
|
<year>2010-2015</year>
|
||||||
</copyright>
|
</copyright>
|
||||||
<legalnotice role="apache2">
|
<legalnotice role="apache2">
|
||||||
<para/>
|
<para />
|
||||||
</legalnotice>
|
</legalnotice>
|
||||||
<annotation>
|
<annotation>
|
||||||
<xi:include href="itemizedlist-service-list.xml"/>
|
<xi:include href="itemizedlist-service-list.xml" />
|
||||||
</annotation>
|
</annotation>
|
||||||
</info>
|
</info>
|
||||||
<xi:include href="ch_data-processing-v1.1.xml"/>
|
<xi:include href="ch_data-processing-v1.1.xml" />
|
||||||
</book>
|
</book>
|
||||||
|
@ -15,9 +15,17 @@
|
|||||||
A plugin object defines the Hadoop or Spark version that it can
|
A plugin object defines the Hadoop or Spark version that it can
|
||||||
install and which configurations can be set for the cluster.
|
install and which configurations can be set for the cluster.
|
||||||
</para>
|
</para>
|
||||||
<wadl:resources
|
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
||||||
href="../wadls/dataprocessing-api/src/v1.1/wadl/plugins.wadl"
|
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/plugins.wadl#plugins">
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
|
<wadl:method href="#pluginslist"/>
|
||||||
|
</wadl:resource>
|
||||||
|
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/plugins.wadl#pluginSimple">
|
||||||
|
<wadl:method href="#pluginsget"/>
|
||||||
|
</wadl:resource>
|
||||||
|
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/plugins.wadl#pluginDetailed">
|
||||||
|
<wadl:method href="#pluginsgetversion"/>
|
||||||
|
</wadl:resource>
|
||||||
|
</wadl:resources>
|
||||||
</section>
|
</section>
|
||||||
<section xml:id="v1.1imageregistry">
|
<section xml:id="v1.1imageregistry">
|
||||||
<title>Image registry</title>
|
<title>Image registry</title>
|
||||||
@ -31,9 +39,22 @@
|
|||||||
The image registry enables you to add tags to and remove tags from images
|
The image registry enables you to add tags to and remove tags from images
|
||||||
and define the OS user name.
|
and define the OS user name.
|
||||||
</para>
|
</para>
|
||||||
<wadl:resources
|
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
||||||
href="../wadls/dataprocessing-api/src/v1.1/wadl/image-registry.wadl"
|
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/image-registry.wadl#images">
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
|
<wadl:method href="#imageslist"/>
|
||||||
|
</wadl:resource>
|
||||||
|
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/image-registry.wadl#imageId">
|
||||||
|
<wadl:method href="#imageInfo"/>
|
||||||
|
<wadl:method href="#imageReg"/>
|
||||||
|
<wadl:method href="#imageUnreg"/>
|
||||||
|
</wadl:resource>
|
||||||
|
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/image-registry.wadl#imageTag">
|
||||||
|
<wadl:method href="#addTags"/>
|
||||||
|
</wadl:resource>
|
||||||
|
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/image-registry.wadl#imageUntag">
|
||||||
|
<wadl:method href="#removeTags"/>
|
||||||
|
</wadl:resource>
|
||||||
|
</wadl:resources>
|
||||||
</section>
|
</section>
|
||||||
<section xml:id="v1.1jobs">
|
<section xml:id="v1.1jobs">
|
||||||
<title>Jobs</title>
|
<title>Jobs</title>
|
||||||
@ -44,11 +65,21 @@
|
|||||||
<para>
|
<para>
|
||||||
You can run a job on an existing or new transient cluster.
|
You can run a job on an existing or new transient cluster.
|
||||||
</para>
|
</para>
|
||||||
<wadl:resources
|
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
||||||
href="../wadls/dataprocessing-api/src/v1.1/wadl/jobs.wadl"
|
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/jobs.wadl#jobs">
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
|
<wadl:method href="#jobsList"/>
|
||||||
|
<wadl:method href="#jobCreate"/>
|
||||||
|
</wadl:resource>
|
||||||
|
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/jobs.wadl#jobId">
|
||||||
|
<wadl:method href="#jobInfo"/>
|
||||||
|
<wadl:method href="#jobDelete"/>
|
||||||
|
</wadl:resource>
|
||||||
|
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/jobs.wadl#execute">
|
||||||
|
<wadl:method href="#jobExecute"/>
|
||||||
|
</wadl:resource>
|
||||||
|
</wadl:resources>
|
||||||
</section>
|
</section>
|
||||||
<section xml:id="v1.1jobtypes">
|
<section xml:id="v1.1jobtypes">
|
||||||
<title>Job types</title>
|
<title>Job types</title>
|
||||||
<para>
|
<para>
|
||||||
Each plugin that supports EDP also supports specific job types.
|
Each plugin that supports EDP also supports specific job types.
|
||||||
@ -60,9 +91,11 @@
|
|||||||
The job types provide information about which plugins support
|
The job types provide information about which plugins support
|
||||||
which job types and how to configure the job types.
|
which job types and how to configure the job types.
|
||||||
</para>
|
</para>
|
||||||
<wadl:resources
|
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
||||||
href="../wadls/dataprocessing-api/src/v1.1/wadl/job-types.wadl"
|
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/job-types.wadl#job-types">
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
|
<wadl:method href="#jobTypesList"/>
|
||||||
|
</wadl:resource>
|
||||||
|
</wadl:resources>
|
||||||
</section>
|
</section>
|
||||||
<section xml:id="v1.1jobexecutions">
|
<section xml:id="v1.1jobexecutions">
|
||||||
<title>Job executions</title>
|
<title>Job executions</title>
|
||||||
@ -71,25 +104,17 @@
|
|||||||
specified cluster. A job execution polls the status of a running
|
specified cluster. A job execution polls the status of a running
|
||||||
job and reports it to the user. Also a user can cancel a running job.
|
job and reports it to the user. Also a user can cancel a running job.
|
||||||
</para>
|
</para>
|
||||||
<wadl:resources
|
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
|
|
||||||
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
||||||
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/job-executions.wadl#job-executions">
|
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/job-executions.wadl#job-executions">
|
||||||
<wadl:method href="#job-executions-list"/>
|
<wadl:method href="#job-executions-list"/>
|
||||||
</wadl:resource>
|
</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-executions.wadl#job_execution_id">
|
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/job-executions.wadl#job_execution_id">
|
||||||
<wadl:method href="#job-executions-show"/>
|
<wadl:method href="#job-executions-show"/>
|
||||||
<wadl:method href="#job-executions-delete"/>
|
<wadl:method href="#job-executions-delete"/>
|
||||||
</wadl:resource>
|
</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-executions.wadl#refresh-status">
|
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/job-executions.wadl#refresh-status">
|
||||||
<wadl:method href="#job-executions-refresh"/>
|
<wadl:method href="#job-executions-refresh"/>
|
||||||
</wadl:resource>
|
</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-executions.wadl#cancel">
|
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/job-executions.wadl#cancel">
|
||||||
<wadl:method href="#job-executions-cancel"/>
|
<wadl:method href="#job-executions-cancel"/>
|
||||||
</wadl:resource>
|
</wadl:resource>
|
||||||
@ -105,9 +130,16 @@
|
|||||||
The Data Processing service does not validate data source
|
The Data Processing service does not validate data source
|
||||||
locations.
|
locations.
|
||||||
</para>
|
</para>
|
||||||
<wadl:resources
|
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
||||||
href="../wadls/dataprocessing-api/src/v1.1/wadl/data-sources.wadl"
|
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/data-sources.wadl#data-sources">
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
|
<wadl:method href="#dataSourcesList"/>
|
||||||
|
<wadl:method href="#dataSourcesCreate"/>
|
||||||
|
</wadl:resource>
|
||||||
|
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/data-sources.wadl#dataSourceId">
|
||||||
|
<wadl:method href="#dataSourceInfo"/>
|
||||||
|
<wadl:method href="#dataSourceDelete"/>
|
||||||
|
</wadl:resource>
|
||||||
|
</wadl:resources>
|
||||||
</section>
|
</section>
|
||||||
<section xml:id="v1.1nodegrouptemplate">
|
<section xml:id="v1.1nodegrouptemplate">
|
||||||
<title>Node group templates</title>
|
<title>Node group templates</title>
|
||||||
@ -121,8 +153,6 @@
|
|||||||
CPUs, and the amount of RAM. The template specifies the VM
|
CPUs, and the amount of RAM. The template specifies the VM
|
||||||
characteristics through an OpenStack flavor.
|
characteristics through an OpenStack flavor.
|
||||||
</para>
|
</para>
|
||||||
<wadl:resources
|
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
|
|
||||||
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
||||||
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/node-group-template.wadl#node-group-templates">
|
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/node-group-template.wadl#node-group-templates">
|
||||||
<wadl:method href="#node-group-templates-list"/>
|
<wadl:method href="#node-group-templates-list"/>
|
||||||
@ -186,8 +216,6 @@
|
|||||||
can also define cluster-scoped configurations in a cluster
|
can also define cluster-scoped configurations in a cluster
|
||||||
template.
|
template.
|
||||||
</para>
|
</para>
|
||||||
<wadl:resources
|
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
|
|
||||||
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
||||||
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/cluster-templates.wadl#cluster-templates">
|
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/cluster-templates.wadl#cluster-templates">
|
||||||
<wadl:method href="#cluster-templates-list"/>
|
<wadl:method href="#cluster-templates-list"/>
|
||||||
@ -200,35 +228,4 @@
|
|||||||
</wadl:resource>
|
</wadl:resource>
|
||||||
</wadl:resources>
|
</wadl:resources>
|
||||||
</section>
|
</section>
|
||||||
<section xml:id="v1.1clusters">
|
|
||||||
<title>Clusters</title>
|
|
||||||
<para>
|
|
||||||
A cluster is a group of nodes with the same configuration.
|
|
||||||
</para>
|
|
||||||
<wadl:resources
|
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
|
|
||||||
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
|
||||||
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/clusters.wadl#clusters">
|
|
||||||
<wadl:method href="#clusters-list"/>
|
|
||||||
<wadl:method href="#clusters-create"/>
|
|
||||||
</wadl:resource>
|
|
||||||
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/clusters.wadl#cluster_id">
|
|
||||||
<wadl:method href="#clusters-get"/>
|
|
||||||
<wadl:method href="#clusters-delete"/>
|
|
||||||
<wadl:method href="#clusters-scale"/>
|
|
||||||
</wadl:resource>
|
|
||||||
</wadl:resources>
|
|
||||||
</section>
|
|
||||||
<section xml:id="v1.1eventlog">
|
|
||||||
<title>Event log</title>
|
|
||||||
<para>
|
|
||||||
The event log feature provides information about cluster provisioning.
|
|
||||||
In the event of errors, the event log shows the reason for the failure.
|
|
||||||
</para>
|
|
||||||
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
|
||||||
<wadl:resource href="../wadls/dataprocessing-api/src/v1.1/wadl/event-log.wadl#cluster_id">
|
|
||||||
<wadl:method href="#cluster-show-progress"/>
|
|
||||||
</wadl:resource>
|
|
||||||
</wadl:resources>
|
|
||||||
</section>
|
|
||||||
</chapter>
|
</chapter>
|
||||||
|
@ -31,3 +31,9 @@
|
|||||||
<!ENTITY PUT '<command xmlns="http://docbook.org/ns/docbook">PUT</command>'>
|
<!ENTITY PUT '<command xmlns="http://docbook.org/ns/docbook">PUT</command>'>
|
||||||
<!ENTITY POST '<command xmlns="http://docbook.org/ns/docbook">POST</command>'>
|
<!ENTITY POST '<command xmlns="http://docbook.org/ns/docbook">POST</command>'>
|
||||||
<!ENTITY DELETE '<command xmlns="http://docbook.org/ns/docbook">DELETE</command>'>
|
<!ENTITY DELETE '<command xmlns="http://docbook.org/ns/docbook">DELETE</command>'>
|
||||||
|
<!-- Some useful entities borrowed from HTML -->
|
||||||
|
<!ENTITY ndash "–">
|
||||||
|
<!ENTITY mdash "—">
|
||||||
|
<!ENTITY hellip "…">
|
||||||
|
<!ENTITY plusmn "±">
|
||||||
|
<!ENTITY nbsp " ">
|
||||||
|
@ -24,12 +24,12 @@
|
|||||||
</wadl:doc>
|
</wadl:doc>
|
||||||
</param>
|
</param>
|
||||||
<method href="#imageInfo"/>
|
<method href="#imageInfo"/>
|
||||||
<method href="#imageReg"/>
|
<method href="#imageReg"/>
|
||||||
<method href="#imageUnreg"/>
|
<method href="#imageUnreg"/>
|
||||||
<resource id="imageTag" path="tag">
|
<resource id="imageTag" path="tag">
|
||||||
<method href="#addTags"/>
|
<method href="#addTags"/>
|
||||||
</resource>
|
</resource>
|
||||||
<resource id="imageUntag" path="untag">
|
<resource id="imageUntag" path="untag">
|
||||||
<method href="#removeTags"/>
|
<method href="#removeTags"/>
|
||||||
</resource>
|
</resource>
|
||||||
</resource>
|
</resource>
|
||||||
@ -46,7 +46,8 @@
|
|||||||
<para role="shortdesc">Lists all images registered in the image registry.</para>
|
<para role="shortdesc">Lists all images registered in the image registry.</para>
|
||||||
</wadl:doc>
|
</wadl:doc>
|
||||||
<request>
|
<request>
|
||||||
<param name="tags" style="plain" type="xsd:string">
|
<representation mediaType="application/json">
|
||||||
|
<param name="tags" style="plain" type="xsd:string">
|
||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||||
<para>
|
<para>
|
||||||
Lists images only with specific tag. Can be used
|
Lists images only with specific tag. Can be used
|
||||||
@ -54,6 +55,7 @@
|
|||||||
</para>
|
</para>
|
||||||
</wadl:doc>
|
</wadl:doc>
|
||||||
</param>
|
</param>
|
||||||
|
</representation>
|
||||||
</request>
|
</request>
|
||||||
<response status="200">
|
<response status="200">
|
||||||
<representation mediaType="application/json">
|
<representation mediaType="application/json">
|
||||||
|
@ -115,7 +115,7 @@
|
|||||||
xmlns="http://docbook.org/ns/docbook">
|
xmlns="http://docbook.org/ns/docbook">
|
||||||
<para role="shortdesc">Gets data for a specified job
|
<para role="shortdesc">Gets data for a specified job
|
||||||
binary.</para>
|
binary.</para>
|
||||||
<para>The response body shows the job binary raw data and
|
<para>The response body shows the job binary raw data and
|
||||||
the response headers show the data length.</para>
|
the response headers show the data length.</para>
|
||||||
<para>Example response:</para>
|
<para>Example response:</para>
|
||||||
<para><programlisting>HTTP/1.1 200 OK
|
<para><programlisting>HTTP/1.1 200 OK
|
||||||
@ -129,7 +129,8 @@ B = foreach A generate com.hadoopbook.pig.Trim(fruit);
|
|||||||
store B into '$OUTPUT' USING PigStorage();</programlisting></para>
|
store B into '$OUTPUT' USING PigStorage();</programlisting></para>
|
||||||
</wadl:doc>
|
</wadl:doc>
|
||||||
<response status="200">
|
<response status="200">
|
||||||
<param name="Content-Length" style="header" type="xsd:string"
|
<representation mediaType="application/json">
|
||||||
|
<param name="Content-Length" style="header" type="xsd:string"
|
||||||
required="true">
|
required="true">
|
||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||||
<para>The length of the returned data in bytes.</para>
|
<para>The length of the returned data in bytes.</para>
|
||||||
@ -137,7 +138,7 @@ store B into '$OUTPUT' USING PigStorage();</programlisting></para>
|
|||||||
</param>
|
</param>
|
||||||
<!-- the following element is present to suppress the output
|
<!-- the following element is present to suppress the output
|
||||||
about this method not returning a body -->
|
about this method not returning a body -->
|
||||||
<representation/>
|
</representation>
|
||||||
</response>
|
</response>
|
||||||
</method>
|
</method>
|
||||||
</application>
|
</application>
|
||||||
|
@ -142,7 +142,8 @@ B = foreach A generate com.hadoopbook.pig.Trim(fruit);
|
|||||||
store B into '$OUTPUT' USING PigStorage(); </programlisting></para>
|
store B into '$OUTPUT' USING PigStorage(); </programlisting></para>
|
||||||
</wadl:doc>
|
</wadl:doc>
|
||||||
<response status="200">
|
<response status="200">
|
||||||
<param name="Content-Length" style="header" type="xsd:string"
|
<representation mediaType="application/json">
|
||||||
|
<param name="Content-Length" style="header" type="xsd:string"
|
||||||
required="true">
|
required="true">
|
||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||||
<para>The length of the returned data in bytes.</para>
|
<para>The length of the returned data in bytes.</para>
|
||||||
@ -150,7 +151,7 @@ store B into '$OUTPUT' USING PigStorage(); </programlisting></para>
|
|||||||
</param>
|
</param>
|
||||||
<!-- the following element is present to suppress the output
|
<!-- the following element is present to suppress the output
|
||||||
about this method not returning a body -->
|
about this method not returning a body -->
|
||||||
<representation/>
|
</representation>
|
||||||
</response>
|
</response>
|
||||||
</method>
|
</method>
|
||||||
</application>
|
</application>
|
||||||
|
@ -16,26 +16,6 @@
|
|||||||
</wadl:doc>
|
</wadl:doc>
|
||||||
</param>
|
</param>
|
||||||
<resource id="job-types" path="job-types">
|
<resource id="job-types" path="job-types">
|
||||||
<param name="plugin" style="template" type="xsd:string">
|
|
||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
|
||||||
<para>Filter results by plugin name.</para>
|
|
||||||
</wadl:doc>
|
|
||||||
</param>
|
|
||||||
<param name="version" style="template" type="xsd:string">
|
|
||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
|
||||||
<para>Filter results by plugin version.</para>
|
|
||||||
</wadl:doc>
|
|
||||||
</param>
|
|
||||||
<param name="type" style="template" type="xsd:string">
|
|
||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
|
||||||
<para>Filter results by job type.</para>
|
|
||||||
</wadl:doc>
|
|
||||||
</param>
|
|
||||||
<param name="hints" style="template" type="xsd:bool">
|
|
||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
|
||||||
<para>Include configuration hints in results.</para>
|
|
||||||
</wadl:doc>
|
|
||||||
</param>
|
|
||||||
<method href="#jobTypesList"/>
|
<method href="#jobTypesList"/>
|
||||||
</resource>
|
</resource>
|
||||||
</resource>
|
</resource>
|
||||||
@ -49,6 +29,30 @@
|
|||||||
xmlns="http://docbook.org/ns/docbook">
|
xmlns="http://docbook.org/ns/docbook">
|
||||||
<para role="shortdesc">Lists job types filtered by specified filter parameters.</para>
|
<para role="shortdesc">Lists job types filtered by specified filter parameters.</para>
|
||||||
</wadl:doc>
|
</wadl:doc>
|
||||||
|
<request>
|
||||||
|
<representation mediaType="application/json">
|
||||||
|
<param name="plugin" style="template" type="xsd:string">
|
||||||
|
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||||
|
<para>Filter results by plugin name.</para>
|
||||||
|
</wadl:doc>
|
||||||
|
</param>
|
||||||
|
<param name="version" style="template" type="xsd:string">
|
||||||
|
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||||
|
<para>Filter results by plugin version.</para>
|
||||||
|
</wadl:doc>
|
||||||
|
</param>
|
||||||
|
<param name="type" style="template" type="xsd:string">
|
||||||
|
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||||
|
<para>Filter results by job type.</para>
|
||||||
|
</wadl:doc>
|
||||||
|
</param>
|
||||||
|
<param name="hints" style="template" type="xsd:bool">
|
||||||
|
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||||
|
<para>Include configuration hints in results.</para>
|
||||||
|
</wadl:doc>
|
||||||
|
</param>
|
||||||
|
</representation>
|
||||||
|
</request>
|
||||||
<response status="200">
|
<response status="200">
|
||||||
<representation mediaType="application/json">
|
<representation mediaType="application/json">
|
||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||||
|
@ -7,16 +7,12 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- xmllint -noent node-group-template.wadl -->
|
<!-- xmllint -noent node-group-template.wadl -->
|
||||||
<!--*******************************************************-->
|
<!--*******************************************************-->
|
||||||
<!DOCTYPE application [
|
|
||||||
<!ENTITY % common_project SYSTEM "../../../../common_project.ent">
|
|
||||||
%common_project;
|
|
||||||
]>
|
|
||||||
<application xmlns="http://wadl.dev.java.net/2009/02"
|
<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:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
|
||||||
xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
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">
|
||||||
<resources base="https://servers.api.openstack.com"
|
<resources base="https://servers.api.openstack.com"
|
||||||
xml:id="node-group-templates-v1.1">
|
xml:id="node-group-templates-v1.1">
|
||||||
<resource id="v1.1" path="//v1.1">
|
<resource id="v1.1" path="//v1.1">
|
||||||
@ -55,7 +51,8 @@
|
|||||||
</wadl:doc>
|
</wadl:doc>
|
||||||
<response status="200">
|
<response status="200">
|
||||||
<representation mediaType="application/json">
|
<representation mediaType="application/json">
|
||||||
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook">
|
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||||
|
xml:lang="EN">
|
||||||
<xsdxt:code
|
<xsdxt:code
|
||||||
href="../samples/node-group-templates/node-group-templates-list.json"
|
href="../samples/node-group-templates/node-group-templates-list.json"
|
||||||
/>
|
/>
|
||||||
@ -70,7 +67,8 @@
|
|||||||
</wadl:doc>
|
</wadl:doc>
|
||||||
<response status="200">
|
<response status="200">
|
||||||
<representation mediaType="application/json">
|
<representation mediaType="application/json">
|
||||||
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook">
|
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||||
|
xml:lang="EN">
|
||||||
<xsdxt:code
|
<xsdxt:code
|
||||||
href="../samples/node-group-templates/node-group-templates-get.json"
|
href="../samples/node-group-templates/node-group-templates-get.json"
|
||||||
/>
|
/>
|
||||||
@ -86,7 +84,7 @@
|
|||||||
<request>
|
<request>
|
||||||
<representation mediaType="application/json">
|
<representation mediaType="application/json">
|
||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||||
xml:lang="EN" title="Create node group template: JSON request">
|
xml:lang="EN">
|
||||||
<xsdxt:code
|
<xsdxt:code
|
||||||
href="../samples/node-group-templates/node-group-templates-create-req.json"
|
href="../samples/node-group-templates/node-group-templates-create-req.json"
|
||||||
/>
|
/>
|
||||||
@ -95,7 +93,8 @@
|
|||||||
</request>
|
</request>
|
||||||
<response status="202">
|
<response status="202">
|
||||||
<representation mediaType="application/json">
|
<representation mediaType="application/json">
|
||||||
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook">
|
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||||
|
xml:lang="EN">
|
||||||
<xsdxt:code
|
<xsdxt:code
|
||||||
href="../samples/node-group-templates/node-group-templates-create-resp.json"
|
href="../samples/node-group-templates/node-group-templates-create-resp.json"
|
||||||
/>
|
/>
|
||||||
@ -118,7 +117,7 @@
|
|||||||
<request>
|
<request>
|
||||||
<representation mediaType="application/json">
|
<representation mediaType="application/json">
|
||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||||
xml:lang="EN" title="Update node group template: JSON request">
|
xml:lang="EN">
|
||||||
<xsdxt:code
|
<xsdxt:code
|
||||||
href="../samples/node-group-templates/node-group-templates-update-req.json"
|
href="../samples/node-group-templates/node-group-templates-update-req.json"
|
||||||
/>
|
/>
|
||||||
@ -127,7 +126,8 @@
|
|||||||
</request>
|
</request>
|
||||||
<response status="202">
|
<response status="202">
|
||||||
<representation mediaType="application/json">
|
<representation mediaType="application/json">
|
||||||
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook">
|
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||||
|
xml:lang="EN">
|
||||||
<xsdxt:code
|
<xsdxt:code
|
||||||
href="../samples/node-group-templates/node-group-templates-update-resp.json"
|
href="../samples/node-group-templates/node-group-templates-update-resp.json"
|
||||||
/>
|
/>
|
||||||
|
193
www/index.html
193
www/index.html
@ -836,104 +836,101 @@
|
|||||||
</p>
|
</p>
|
||||||
<div class="span-24" id="api-docs">
|
<div class="span-24" id="api-docs">
|
||||||
<div class="span-8 last">
|
<div class="span-8 last">
|
||||||
<dl>
|
<dl>
|
||||||
<dt>
|
<dt>
|
||||||
References
|
References
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<a href="http://developer.openstack.org/api-ref-blockstorage-v2.html">
|
<a href="http://developer.openstack.org/api-ref-blockstorage-v2.html">
|
||||||
Block Storage API v2
|
Block Storage API v2 (CURRENT)
|
||||||
</a>
|
</a>
|
||||||
</dd>
|
</dd>
|
||||||
<dd>
|
<dd>
|
||||||
<a href="http://developer.openstack.org/api-ref-blockstorage-v1.html">
|
<a href="http://developer.openstack.org/api-ref-blockstorage-v1.html">
|
||||||
Block Storage API v1
|
Block Storage API v1 (SUPPORTED)
|
||||||
</a>
|
</a>
|
||||||
</dd>
|
</dd>
|
||||||
<dd>
|
<dd>
|
||||||
<a href="http://developer.openstack.org/api-ref-compute-v2.1.html">
|
<a href="http://developer.openstack.org/api-ref-compute-v2.1.html">
|
||||||
Compute API v2.1
|
Compute API v2.1 (CURRENT)
|
||||||
</a>
|
</a>
|
||||||
</dd>
|
</dd>
|
||||||
<dd>
|
<dd>
|
||||||
<a href="http://developer.openstack.org/api-ref-compute-v2.html">
|
<a href="http://developer.openstack.org/api-ref-compute-v2.html">
|
||||||
Compute API v2
|
Compute API v2 (SUPPORTED)
|
||||||
</a>
|
</a>
|
||||||
</dd>
|
</dd>
|
||||||
<dd>
|
<dd>
|
||||||
<a href="http://developer.openstack.org/api-ref-compute-v2-ext.html">
|
<a href="http://developer.openstack.org/api-ref-compute-v2-ext.html">
|
||||||
Compute API v2 extensions
|
Compute API v2 extensions (SUPPORTED)
|
||||||
</a>
|
</a>
|
||||||
</dd>
|
</dd>
|
||||||
<dd><a href="http://developer.openstack.org/api-ref-data-processing-v1.1.html">
|
<dd><a href="http://developer.openstack.org/api-ref-data-processing-v1.1.html">
|
||||||
Data Processing API v1.1
|
Data Processing API v1.1 (CURRENT)
|
||||||
</a>
|
</a>
|
||||||
<dd>
|
<dd>
|
||||||
<a href="http://developer.openstack.org/api-ref-databases-v1.html">
|
<a href="http://developer.openstack.org/api-ref-database-v1.html">
|
||||||
Database Service API v1.0
|
Database Service API v1.0 (CURRENT)
|
||||||
</a>
|
</a>
|
||||||
</dd>
|
</dd>
|
||||||
<dd>
|
<dd>
|
||||||
<a href="http://developer.openstack.org/api-ref-identity-v3.html">
|
<a href="http://developer.openstack.org/api-ref-identity-v3.html">
|
||||||
Identity Service API v3
|
Identity API v3 (CURRENT)
|
||||||
</a>
|
</a>
|
||||||
</dd>
|
</dd>
|
||||||
<dd>
|
<dd>
|
||||||
<a href="http://developer.openstack.org/api-ref-identity-v3-ext.html">
|
<a href="http://developer.openstack.org/api-ref-identity-v3-ext.html">
|
||||||
Identity Service API v3 extensions
|
Identity API v3 extensions (CURRENT)
|
||||||
</a>
|
</a>
|
||||||
</dd>
|
</dd>
|
||||||
<dd>
|
<dd>
|
||||||
<a href="http://developer.openstack.org/api-ref-identity-v2.html">
|
<a href="http://developer.openstack.org/api-ref-identity-v2.html">
|
||||||
Identity Service API v2.0
|
Identity API v2.0 (SUPPORTED)
|
||||||
</a>
|
</a>
|
||||||
</dd>
|
</dd>
|
||||||
<dd>
|
<dd>
|
||||||
<a href="http://developer.openstack.org/api-ref-identity-admin-v2.html">
|
<a href="http://developer.openstack.org/api-ref-identity-admin-v2.html">
|
||||||
Identity Admin API v2.0
|
Identity Admin API v2.0 (SUPPORTED)
|
||||||
</a>
|
</dd>
|
||||||
</dd>
|
<dd>
|
||||||
<dd>
|
<a href="http://developer.openstack.org/api-ref-identity-v2-ext.html">
|
||||||
<a href="http://developer.openstack.org/api-ref-identity-v2-ext.html">
|
Identity API v2.0 extensions (SUPPORTED)
|
||||||
Identity Service API v2.0 extensions
|
</dd>
|
||||||
</a>
|
<dd>
|
||||||
</dd>
|
<a href="http://developer.openstack.org/api-ref-image-v2.html">
|
||||||
<dd>
|
Image Service API v2 (CURRENT)
|
||||||
<a href="http://developer.openstack.org/api-ref-image-v2.html">
|
</a>
|
||||||
Image Service API v2
|
</dd>
|
||||||
</a>
|
<dd>
|
||||||
</dd>
|
<a href="http://developer.openstack.org/api-ref-image-v1.html">
|
||||||
<dd>
|
Image Service API v1 (SUPPORTED)
|
||||||
<a href="http://developer.openstack.org/api-ref-image-v1.html">
|
</a>
|
||||||
Image Service API v1
|
</dd>
|
||||||
</a>
|
<dd>
|
||||||
</dd>
|
<a href="http://developer.openstack.org/api-ref-networking-v2.html">
|
||||||
<dd>
|
Networking API v2.0 (CURRENT)
|
||||||
<a href="http://developer.openstack.org/api-ref-networking-v2.html">
|
</a>
|
||||||
Networking API v2.0
|
</dd>
|
||||||
</a>
|
<dd>
|
||||||
</dd>
|
<a href="http://developer.openstack.org/api-ref-networking-v2-ext.html">
|
||||||
<dd>
|
Networking API v2.0 extensions (CURRENT)
|
||||||
<a href="http://developer.openstack.org/api-ref-networking-v2-ext.html">
|
</dd>
|
||||||
Networking API v2.0 extensions
|
<dd>
|
||||||
</a>
|
<a href="http://developer.openstack.org/api-ref-objectstorage-v1.html">
|
||||||
</dd>
|
Object Storage API v1 (SUPPORTED)
|
||||||
<dd>
|
</a>
|
||||||
<a href="http://developer.openstack.org/api-ref-objectstorage-v1.html">
|
</dd>
|
||||||
Object Storage API v1
|
<dd>
|
||||||
</a>
|
<a href="http://developer.openstack.org/api-ref-orchestration-v1.html">
|
||||||
</dd>
|
Orchestration API v1 (CURRENT)
|
||||||
<dd>
|
</a>
|
||||||
<a href="http://developer.openstack.org/api-ref-orchestration-v1.html">
|
</dd>
|
||||||
Orchestration API v1
|
<dd>
|
||||||
</a>
|
<a href="http://developer.openstack.org/api-ref-telemetry-v2.html">
|
||||||
</dd>
|
Telemetry API v2 (CURRENT)
|
||||||
<dd>
|
</a>
|
||||||
<a href="http://developer.openstack.org/api-ref-telemetry-v2.html">
|
</dd>
|
||||||
Telemetry API v2
|
</dl>
|
||||||
</a>
|
|
||||||
</dd>
|
|
||||||
</dl>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user