Skip to content

Commit 6364e1d

Browse files
committed
fixed to use the correct parameters
1 parent dfd9d52 commit 6364e1d

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Change Log
2+
## 0.4.1
3+
- Fixed `ipam_post_available_ips` to use correct parameters
24
## 0.4.0
35
- Added support for virtualization enpoints
46
- GET: clusters, cluster groups, cluster types, virtual machine interfaces, virtual machines

actions/ipam_post_available_ips.yaml

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,32 @@ parameters:
2121
default: 0
2222
description: Offset result set by X objects. Used for pagination.
2323
status:
24-
type: string
25-
description: Status of the newly assigned IP address
24+
type: integer
25+
description: ID of the Status of the newly assigned IP address
2626
description:
2727
type: string
2828
description: Description of the newly assigned IP address
29-
is_pool:
30-
type: boolean
31-
description: IP address is a pool
32-
vlan:
29+
nat_inside:
3330
type: integer
34-
description: VLAN that this IP address belongs to
35-
site:
31+
description: ID of the NAT IP Address
32+
custom_fields:
33+
type: object
34+
description: IP Address custom fields object
35+
role:
3636
type: integer
37-
description: Site that this IP address belongs to
38-
prefix:
37+
description: ID of the role
38+
address:
3939
type: string
40-
description: Prefix that this IP address belongs to
40+
description: The address value for this IP
4141
role:
4242
type: integer
43-
description: IP address role
43+
description: ID of the IP address role
4444
vrf:
4545
type: integer
46-
description: VRF the IP address is a member of
46+
description: ID of the VRF the IP address is a member of
4747
tenant:
4848
type: integer
49-
description: Tenant the IP address belongs to
49+
description: ID of the Tenant the IP address belongs to
50+
interface:
51+
type: integer
52+
description: ID of the interface to assign this IP to

pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ keywords:
66
- networking
77
- ipam
88
- dcim
9-
version: 0.4.0
9+
version: 0.4.1
1010
author: John Anderson, Jefferson White
1111

0 commit comments

Comments
 (0)