# Callback (adminus_nms_fetch_devices)
Load devices by their IDs from Adminus NMS
# Config
adminus_nms_fetch_devices:
config:
# Required | Type: string | Default: null
# DSN string with API URL and credentials
#
### Examples
### - https://user:pass@nms.ispalliance.cz/api/
connection: "https://username:password@host"
# Required | Type: array | Default: null
# List of device IDs
input: [6, 36]
# Required | Type: string | Default: null
# Name of variable in which devices data should be stored
output: "myvar"
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18