-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpatch.dcim.virtual_device_contexts.yaml
70 lines (70 loc) · 1.5 KB
/
patch.dcim.virtual_device_contexts.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
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 4.0
description: "Patch a virtual device context object."
enabled: true
entry_point: run.py
name: patch.dcim.virtual_device_contexts
parameters:
endpoint_uri:
default: "/dcim/virtual-device-contexts/{{ id }}/"
immutable: true
type: string
http_verb:
default: patch
immutable: true
type: string
get_detail_route_eligible:
default: true
immutable: true
type: boolean
name:
required: false
type: string
description: "Name"
device:
required: false
type: object
description: "Device"
identifier:
required: false
type: integer
description: "Identifier"
tenant:
required: false
type: object
description: "Tenant"
primary_ip4:
required: false
type: object
description: "Primary ip4"
primary_ip6:
required: false
type: object
description: "Primary ip6"
status:
required: false
type: string
description: "* `active` - Active
* `planned` - Planned
* `offline` - Offline"
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 patch."
runner_type: python-script