Skip to content

Commit 5f00f68

Browse files
authored
added role to devices (#5)
1 parent 1e935ba commit 5f00f68

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
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.2.1
3+
- Added `role` to dcim_get_devices
24
## 0.2.0
35
- Added action to get available IPs from a prefix
46
- Refactored action.py to allow for POST requests as well as GET

actions/dcim_get_devices.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ parameters:
3636
rack_id:
3737
type: integer
3838
description: ID of the Rack for devices
39+
role:
40+
type: string
41+
description: Role of the devices
3942
role_id:
4043
type: integer
4144
description: ID of the Role for devices

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.2.0
9+
version: 0.2.1
1010
author: John Anderson, Jefferson White
1111

0 commit comments

Comments
 (0)