netconn-api/v2.0/ch_neutron_api_operations.xml
Diane Fleming ef4cbd46b6 Updated source os-subnets.wadl to correct code sample errors
Fixed these issues in source WADL:

Update subnet's content is for "create subnet"
create subnet's contents is for list subnet
List subnet's contents is for show subnet

Closes-Bug: #1292359

Change-Id: Icf38c79bf32877d0f3f3cb119d31fea2e0b1d61e
author: diane fleming
2014-03-16 15:53:22 -05:00

47 lines
2.3 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
href="http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/netconn-api/src/os-networks.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</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
href="http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/netconn-api/src/os-subnets.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="ports">
<title>Ports</title>
<para>List, show information for, create, update, and delete
ports.</para>
<wadl:resources
href="http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/netconn-api/src/os-ports.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
</chapter>