Merge "Add server-action-removefloatingip.json file and update servers-actions.inc"
This commit is contained in:
@@ -69,7 +69,7 @@ Request
|
|||||||
**Example Add (Associate) Floating Ip (addFloatingIp Action)**
|
**Example Add (Associate) Floating Ip (addFloatingIp Action)**
|
||||||
|
|
||||||
.. literalinclude:: ../../doc/api_samples/servers/server-action-addfloatingip.json
|
.. literalinclude:: ../../doc/api_samples/servers/server-action-addfloatingip.json
|
||||||
:language: javascript
|
:language: javascript
|
||||||
|
|
||||||
Response
|
Response
|
||||||
--------
|
--------
|
||||||
@@ -457,11 +457,10 @@ Request
|
|||||||
- removeFloatingIp: removeFloatingIp
|
- removeFloatingIp: removeFloatingIp
|
||||||
- address: address
|
- address: address
|
||||||
|
|
||||||
.. TODO(sdague) build example for this
|
**Example Remove (Disassociate) Floating Ip (removeFloatingIp Action)**
|
||||||
**Example Remove (Disassociate) Floating Ip (removeFloatingIp Action)**
|
|
||||||
|
|
||||||
.. literalinclude:: ../../doc/api_samples/servers-action/removeFloatingIp-req.json
|
.. literalinclude:: ../../doc/api_samples/servers/server-action-removefloatingip.json
|
||||||
:language: javascript
|
:language: javascript
|
||||||
|
|
||||||
Response
|
Response
|
||||||
--------
|
--------
|
||||||
|
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"removeFloatingIp": {
|
||||||
|
"address": "172.16.10.7"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user