-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathput.extras.journal_entries.yaml
55 lines (55 loc) · 1.23 KB
/
put.extras.journal_entries.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
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 4.0
description: "Put a journal entry object."
enabled: true
entry_point: run.py
name: put.extras.journal_entries
parameters:
endpoint_uri:
default: "/extras/journal-entries/{{ id }}/"
immutable: true
type: string
http_verb:
default: put
immutable: true
type: string
get_detail_route_eligible:
default: true
immutable: true
type: boolean
assigned_object_type:
required: false
type: string
description: "Assigned object type"
assigned_object_id:
required: false
type: integer
description: "Assigned object id"
created_by:
required: false
type: integer
description: "Created by"
kind:
required: false
type: string
description: "* `info` - Info
* `success` - Success
* `warning` - Warning
* `danger` - Danger"
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