-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.json
52 lines (49 loc) · 1.54 KB
/
template.json
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
{
"host": "STC_Template",
"name": "STC_Template",
"description": "asdasasd",
"proxy": {
"name": "ct_proxy"
},
"templates": [
{
"name": "Huawei VRP SNMP_STC"
}
],
"groups": [
{
"name": "STC"
},
{
"name": "STC/Network"
},
{
"name": "STC/Network/Switches"
},
{
"name": "STC/Network/Switches/Huawei"
}
],
"interfaces": [
{
"type": "SNMP",
"ip": "1.1.1.1",
"port": "161",
"details": {
"community": "{$SNMP_COMMUNITY_STC}"
},
"interface_ref": "if1"
}
],
"tags": [
{
"tag": "Customer",
"value": "STC"
},
{
"tag": "Vendor",
"value": "Huawei"
}
],
"inventory_mode": "AUTOMATIC"
}