-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathput.dcim.cables.yaml
105 lines (105 loc) · 2.33 KB
/
put.dcim.cables.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 4.0
description: "Put a cable object."
enabled: true
entry_point: run.py
name: put.dcim.cables
parameters:
endpoint_uri:
default: "/dcim/cables/{{ id }}/"
immutable: true
type: string
http_verb:
default: put
immutable: true
type: string
get_detail_route_eligible:
default: true
immutable: true
type: boolean
type:
required: false
type: string
description: "* `cat3` - CAT3
* `cat5` - CAT5
* `cat5e` - CAT5e
* `cat6` - CAT6
* `cat6a` - CAT6a
* `cat7` - CAT7
* `cat7a` - CAT7a
* `cat8` - CAT8
* `dac-active` - Direct Attach Copper (Active)
* `dac-passive` - Direct Attach Copper (Passive)
* `mrj21-trunk` - MRJ21 Trunk
* `coaxial` - Coaxial
* `mmf` - Multimode Fiber
* `mmf-om1` - Multimode Fiber (OM1)
* `mmf-om2` - Multimode Fiber (OM2)
* `mmf-om3` - Multimode Fiber (OM3)
* `mmf-om4` - Multimode Fiber (OM4)
* `mmf-om5` - Multimode Fiber (OM5)
* `smf` - Singlemode Fiber
* `smf-os1` - Singlemode Fiber (OS1)
* `smf-os2` - Singlemode Fiber (OS2)
* `aoc` - Active Optical Cabling (AOC)
* `power` - Power"
a_terminations:
required: false
type: array
description: "A terminations"
b_terminations:
required: false
type: array
description: "B terminations"
status:
required: false
type: string
description: "* `connected` - Connected
* `planned` - Planned
* `decommissioning` - Decommissioning"
tenant:
required: false
type: object
description: "Tenant"
label:
required: false
type: string
description: "Label"
color:
required: false
type: string
description: "Color"
length:
required: false
type: integer
description: "Length"
length_unit:
required: false
type: string
description: "* `km` - Kilometers
* `m` - Meters
* `cm` - Centimeters
* `mi` - Miles
* `ft` - Feet
* `in` - Inches"
description:
required: false
type: string
description: "Description"
comments:
required: false
type: string
description: "Comments"
tags:
required: false
type: array
description: "Array of tag strings"
custom_fields:
required: false
type: object
description: "Custom fields"
id:
required: true
type: integer
description: "ID of the object to put."
runner_type: python-script