Skip to content

Commit 2481548

Browse files
saperguspergus
andauthored
Added label to power port module (#1202)
* Added label to power port module * Added label to power port module --------- Co-authored-by: Per-Ola Gustafsson <[email protected]>
1 parent 6560f05 commit 2481548

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plugins/modules/netbox_power_port.py

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
- The name of the power port
4242
required: true
4343
type: str
44+
label:
45+
description:
46+
- The label of the power port
47+
required: false
48+
type: str
4449
type:
4550
description:
4651
- The type of the power port
@@ -244,6 +249,7 @@ def main():
244249
options=dict(
245250
device=dict(required=True, type="raw"),
246251
name=dict(required=True, type="str"),
252+
label=dict(required=False, type="str"),
247253
type=dict(
248254
required=False,
249255
choices=[

0 commit comments

Comments
 (0)