· 6 years ago · Mar 25, 2020, 07:42 PM
1{
2 "system": {},
3 "system_url": "http://portal-QA.devcloud.pepperdash.com/templates/0f50640b-bc89-42d5-998f-81d137d3fc98#/template_summary",
4 "template": {
5 "devices": [
6 {
7 "key": "processor",
8 "uid": 0,
9 "type": "cp3n",
10 "name": "CP3N",
11 "group": "processor",
12 "supportedConfigModes": [
13 "compliance",
14 "essentials"
15 ],
16 "supportedSystemTypes": [
17 "hudType",
18 "presType",
19 "vtcType",
20 "custom"
21 ],
22 "supportsCompliance": true,
23 "properties": {}
24 },
25 {
26 "key": "Ssh-1",
27 "uid": 1,
28 "name": "SSH Communication",
29 "group": "comm",
30 "type": "genericComm",
31 "properties": {
32 "control": {
33 "tcpSshProperties": {
34 "address": "SomeHostName",
35 "port": 22,
36 "username": "SomeUserName",
37 "password": "SomePassword",
38 "autoReconnect": true,
39 "autoReconnectIntervalMs": 10000
40 },
41 "method": "ssh"
42 }
43 }
44 },
45 {
46 "key": "Serial-01",
47 "uid": 2,
48 "name": "SerialCom",
49 "group": "comm",
50 "type": "genericComm",
51 "properties": {
52 "control": {
53 "comParams": {
54 "hardwareHandshake": "None",
55 "parity": "None",
56 "protocol": "RS232",
57 "baudRate": 9600,
58 "dataBits": 8,
59 "softwareHandshake": "None",
60 "stopBits": 1
61 },
62 "controlPortNumber": 1,
63 "controlPortDevKey": "processor",
64 "method": "com"
65 }
66 }
67 },
68 {
69 "key": "Ssh-1",
70 "uid": 10,
71 "name": "SSH Communication",
72 "group": "comm",
73 "type": "genericComm",
74 "properties": {
75 "control": {
76 "tcpSshProperties": {
77 "address": "SomeHostName",
78 "port": 22,
79 "username": "SomeUserName",
80 "password": "SomePassword",
81 "autoReconnect": true,
82 "autoReconnectIntervalMs": 10000
83 },
84 "method": "ssh"
85 }
86 }
87 },
88 {
89 "key": "HardwareBridge",
90 "uid": 11,
91 "name": "Hardware Connection Bridge",
92 "group": "api",
93 "type": "eiscApi",
94 "properties": {
95 "control": {
96 "tcpSshProperties": {
97 "address": "127.0.0.2",
98 "port": 0
99 },
100 "ipid": "A1",
101 "method": "ipidTcp"
102 },
103 "devices": [
104 {
105 "deviceKey": "Ssh-1",
106 "joinStart": 1
107 },
108 {
109 "deviceKey": "Serial-1",
110 "joinStart": 2
111 }
112 ]
113 }
114 }
115
116 ],
117 "info": {
118 "comment": "",
119 "lastModifiedDate": "2017-03-06T23:14:40.290Z",
120 "lastUid": 12,
121 "processorType": "CP3N",
122 "requiredControlSofwareVersion": "",
123 "systemType": "MPR"
124 },
125 "rooms": [],
126 "tieLines": []
127 }
128}