-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpatch.dcim.console_server_port_templates.yaml
62 lines (62 loc) · 1.5 KB
/
patch.dcim.console_server_port_templates.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
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 4.0
description: "Patch a console server port template object."
enabled: true
entry_point: run.py
name: patch.dcim.console_server_port_templates
parameters:
endpoint_uri:
default: "/dcim/console-server-port-templates/{{ id }}/"
immutable: true
type: string
http_verb:
default: patch
immutable: true
type: string
get_detail_route_eligible:
default: true
immutable: true
type: boolean
device_type:
required: false
type: object
description: "Device type"
module_type:
required: false
type: object
description: "Module type"
name:
required: false
type: string
description: "{module} is accepted as a substitution for the module bay position when attached to a module type."
label:
required: false
type: string
description: "Physical label"
type:
required: false
type: string
description: "* `de-9` - DE-9
* `db-25` - DB-25
* `rj-11` - RJ-11
* `rj-12` - RJ-12
* `rj-45` - RJ-45
* `mini-din-8` - Mini-DIN 8
* `usb-a` - USB Type A
* `usb-b` - USB Type B
* `usb-c` - USB Type C
* `usb-mini-a` - USB Mini A
* `usb-mini-b` - USB Mini B
* `usb-micro-a` - USB Micro A
* `usb-micro-b` - USB Micro B
* `usb-micro-ab` - USB Micro AB
* `other` - Other"
description:
required: false
type: string
description: "Description"
id:
required: true
type: integer
description: "ID of the object to patch."
runner_type: python-script