c5a1e0fb52
remove unneeded files fix formatting spell-check title capitalization Change-Id: I6f98cf14a02d138a87f22b213be82664372a7727 author: diane fleming
58 lines
2.8 KiB
XML
58 lines
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
xmlns:m="http://www.w3.org/1998/Math/MathML"
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
|
|
xmlns:db="http://docbook.org/ns/docbook" version="5.0"
|
|
xml:id="API_Operations" role="api-reference">
|
|
<title>API operations</title>
|
|
<para>Provides virtual networking services among devices that are
|
|
managed by the OpenStack Compute service. The Networking API
|
|
v2.0 combines the API v1.1 functionality with some essential
|
|
Internet Protocol Address Management (IPAM)
|
|
functionality.</para>
|
|
<para>Enables users to associate IP address blocks and other
|
|
network configuration settings with a neutron network. You can
|
|
choose a specific IP address from the block or let neutron
|
|
choose the first available IP address.</para>
|
|
<section xml:id="networks">
|
|
<title>Networks</title>
|
|
<para>List, show information for, create, update, and delete
|
|
networks.</para>
|
|
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
|
href="http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/netconn-api/src/os-networks.wadl"
|
|
/>
|
|
</section>
|
|
<section xml:id="subnets">
|
|
<title>Subnets</title>
|
|
<para>List, show information for, create, update, and delete
|
|
subnet resources.</para>
|
|
<!-- updated os-subnets.wadl to correct errors reported in bug #1292359 -->
|
|
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
|
<wadl:resource
|
|
href="http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/netconn-api/src/os-subnets.wadl#Subnets">
|
|
<wadl:method href="#listSubnets"/>
|
|
<wadl:method href="#createSubnet"/>
|
|
<wadl:method href="#bulkCreateSubnet"/>
|
|
</wadl:resource>
|
|
<wadl:resource
|
|
href="http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/netconn-api/src/os-subnets.wadl#subnet_id">
|
|
<wadl:method href="#showSubnet"/>
|
|
<wadl:method href="#updateSubnet"/>
|
|
<wadl:method href="#removeSubnet"/>
|
|
</wadl:resource>
|
|
</wadl:resources>
|
|
</section>
|
|
<section xml:id="ports">
|
|
<title>Ports</title>
|
|
<para>List, show information for, create, update, and delete
|
|
ports.</para>
|
|
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
|
href="http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/netconn-api/src/os-ports.wadl"
|
|
/>
|
|
</section>
|
|
</chapter>
|