-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml.example
20 lines (20 loc) · 1012 Bytes
/
config.yaml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
get:
# Full Path
- file:///root/templating/data
# Relative Path
- file://./templating/data
- https://<USER:PW>@gondul.tg23.gathering.org/api/read/networks
- https://<USER:PW>@gondul.tg23.gathering.org/api/read/oplog
- https://<USER:PW>@gondul.tg23.gathering.org/api/read/snmp
- https://<USER:PW>@gondul.tg23.gathering.org/api/read/switches-management
- https://<USER:PW>@gondul.tg23.gathering.org/api/public/distro-tree
- https://<USER:PW>@gondul.tg23.gathering.org/api/public/config
- https://<USER:PW>@gondul.tg23.gathering.org/api/public/dhcp
- https://<USER:PW>@gondul.tg23.gathering.org/api/public/dhcp-summary
- https://<USER:PW>@gondul.tg23.gathering.org/api/public/ping
- https://<USER:PW>@gondul.tg23.gathering.org/api/public/switches
- https://<USER:PW>@gondul.tg23.gathering.org/api/public/switch-state
- 'https://netbox.tg23.gathering.org/api/ipam/ip-addresses?exclude=config_context&format=json&limit=0':
headers:
Authorization: 'Token <TOKEN>'