Merge "api-ref: fix addFloatingIp action docs"
This commit is contained in:
@@ -806,10 +806,11 @@ addFixedIp:
|
|||||||
type: string
|
type: string
|
||||||
addFloatingIp:
|
addFloatingIp:
|
||||||
description: |
|
description: |
|
||||||
The action.
|
The action. Contains required floating IP ``address`` and optional
|
||||||
|
``fixed_address``.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: object
|
||||||
address:
|
address:
|
||||||
description: |
|
description: |
|
||||||
The floating IP address.
|
The floating IP address.
|
||||||
|
@@ -67,11 +67,10 @@ Request
|
|||||||
- address: address
|
- address: address
|
||||||
- fixed_address: fixed_address
|
- fixed_address: fixed_address
|
||||||
|
|
||||||
.. TODO(gmann) Need to create the sample file for this action.
|
**Example Add (Associate) Floating Ip (addFloatingIp Action): JSON request**
|
||||||
**Example Add (Associate) Floating Ip (addFloatingIp Action): JSON request**
|
|
||||||
|
|
||||||
.. literalinclude:: ../../doc/api_samples/os-floating-ips/floating-ips-create-resp.json
|
.. literalinclude:: ../../doc/api_samples/servers/server-action-addfloatingip.json
|
||||||
:language: javascript
|
:language: javascript
|
||||||
|
|
||||||
Response
|
Response
|
||||||
--------
|
--------
|
||||||
|
Reference in New Issue
Block a user