Correct address, version parameter in ips.inc
'osapi_hide_server_address_states' does not hide the address field in server/ips APIs so address paramater for this API is wrong and this commit fis the same. Also fixing the 'version' parameter. Partially implements blueprint api-ref-in-rst Change-Id: I22d6ab97d14779fe3a32c23a5148b4eb59f1034f
This commit is contained in:

committed by
Ghanshyam Mann

parent
5b207f9a13
commit
b343e96fb4
@@ -34,10 +34,10 @@ Response
|
|||||||
|
|
||||||
.. rest_parameters:: parameters.yaml
|
.. rest_parameters:: parameters.yaml
|
||||||
|
|
||||||
- addresses: addresses
|
- addresses: addresses_obj
|
||||||
- network_label: network_label_body
|
- network_label: network_label_body
|
||||||
- addr: ip_address
|
- addr: ip_address
|
||||||
- version: version
|
- version: version_ip
|
||||||
|
|
||||||
**Example List Ips: JSON response**
|
**Example List Ips: JSON response**
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@ Response
|
|||||||
|
|
||||||
- network_label: network_label_body
|
- network_label: network_label_body
|
||||||
- addr: ip_address
|
- addr: ip_address
|
||||||
- version: version
|
- version: version_ip
|
||||||
|
|
||||||
**Example Show Ip Details: JSON response**
|
**Example Show Ip Details: JSON response**
|
||||||
|
|
||||||
|
@@ -821,6 +821,12 @@ addresses:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: object
|
type: object
|
||||||
|
addresses_obj:
|
||||||
|
description: |
|
||||||
|
The addresses information for the server.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: object
|
||||||
addSecurityGroup:
|
addSecurityGroup:
|
||||||
description: |
|
description: |
|
||||||
The action.
|
The action.
|
||||||
@@ -4348,6 +4354,12 @@ version_id:
|
|||||||
description: >
|
description: >
|
||||||
A common name for the version in question. Informative only, it
|
A common name for the version in question. Informative only, it
|
||||||
has no real semantic meaning.
|
has no real semantic meaning.
|
||||||
|
version_ip:
|
||||||
|
description: |
|
||||||
|
The IP version of the address associated with server.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: integer
|
||||||
version_max:
|
version_max:
|
||||||
type: string
|
type: string
|
||||||
in: body
|
in: body
|
||||||
|
Reference in New Issue
Block a user