Merge "Add reserved param for v2.4"
This commit is contained in:
commit
29e2c41092
@ -41,6 +41,7 @@ Response
|
||||
- cidr: cidr
|
||||
- host: fixed_ip_host
|
||||
- hostname: fixed_ip_hostname
|
||||
- reserved: reserved_fixedip
|
||||
|
||||
|
||||
**Example Show Fixed Ip Details: JSON response**
|
||||
|
@ -3543,6 +3543,13 @@ reserved:
|
||||
in: body
|
||||
required: true
|
||||
type: integer
|
||||
reserved_fixedip:
|
||||
description: |
|
||||
True if the fixed ip is reserved, otherwise False.
|
||||
in: body
|
||||
required: true
|
||||
type: boolean
|
||||
min_version: 2.4
|
||||
resetNetwork:
|
||||
description: |
|
||||
The action.
|
||||
|
Loading…
x
Reference in New Issue
Block a user