From 8c18f17c79e4aa9836f57b8732ee90b7d2b8a570 Mon Sep 17 00:00:00 2001 From: Tommy Sauer Date: Tue, 27 May 2014 20:06:17 +0200 Subject: [PATCH] added generic information Change-Id: I8fe7ce9ecd476ae32d21b0fb1bb86ef51218839a --- v2/src/os-compute-devguide.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/v2/src/os-compute-devguide.xml b/v2/src/os-compute-devguide.xml index 9b8b790..ac2647f 100755 --- a/v2/src/os-compute-devguide.xml +++ b/v2/src/os-compute-devguide.xml @@ -1895,6 +1895,40 @@ Host: servers.api.openstack.org/v2/
Networks + Using the network API you can create, update, delete and + show networks, ports and subnets. A few examples are given below. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Get all networks
MethodURIDescription
GET/v2.0/networksReturns an array of all networks
GET/v2.0/networks/{network_id}Return network with given id
POST/v2.0/networksCreates new network
DELETE/v2.0/networks/{network_id}Delete network with given id
You can specify the following attributes for a network.