-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathput.dcim.module_bay_templates.yaml
44 lines (44 loc) · 1.1 KB
/
put.dcim.module_bay_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
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 4.0
description: "Put a module bay template object."
enabled: true
entry_point: run.py
name: put.dcim.module_bay_templates
parameters:
endpoint_uri:
default: "/dcim/module-bay-templates/{{ id }}/"
immutable: true
type: string
http_verb:
default: put
immutable: true
type: string
get_detail_route_eligible:
default: true
immutable: true
type: boolean
device_type:
required: false
type: object
description: "Device 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"
position:
required: false
type: string
description: "Identifier to reference when renaming installed components"
description:
required: false
type: string
description: "Description"
id:
required: true
type: integer
description: "ID of the object to put."
runner_type: python-script