API for the network abstraction APIs.
Bases: django.views.generic.base.View
API for a single floating IP address.
Associate or disassociate a floating IP address.
Parameters: |
|
---|
Allocate a new floating IP address.
Parameters: | pool_id – The ID of the floating IP address pool in which to allocate the new address. |
---|---|
Returns: | JSON representation of the new floating IP address |
Bases: django.views.generic.base.View
API for floating IP pools.
Get a list of floating IP pools.
The listing result is an object with property “items”. Each item is an extension.
Bases: django.views.generic.base.View
API for floating IP addresses.
Get a list of floating IP addresses.
The listing result is an object with property “items”. Each item is an extension.
Bases: django.views.generic.base.View
API for Network Abstraction
Handles differences between Nova and Neutron.
Get a list of security groups.
The listing result is an object with property “items”. Each item is a security group.
Example GET: http://localhost/api/network/securitygroups