-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpost.core.data_sources.yaml
56 lines (56 loc) · 1.21 KB
/
post.core.data_sources.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
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 4.0
description: "Post a list of data source objects."
enabled: true
entry_point: run.py
name: post.core.data_sources
parameters:
endpoint_uri:
default: "/core/data-sources/"
immutable: true
type: string
http_verb:
default: post
immutable: true
type: string
get_detail_route_eligible:
default: true
immutable: true
type: boolean
name:
required: false
type: string
description: "Name"
type:
required: false
type: string
description: "Type"
source_url:
required: false
type: string
description: "URL"
enabled:
required: false
type: boolean
description: "Enabled"
description:
required: false
type: string
description: "Description"
comments:
required: false
type: string
description: "Comments"
parameters:
required: false
type: object
description: "Parameters"
ignore_rules:
required: false
type: string
description: "Patterns (one per line) matching files to ignore when syncing"
custom_fields:
required: false
type: object
description: "Custom fields"
runner_type: python-script