-
Notifications
You must be signed in to change notification settings - Fork 2
/
SmartZone Essentials.postman_collection.json
280 lines (280 loc) · 6.91 KB
/
SmartZone Essentials.postman_collection.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
{
"info": {
"_postman_id": "13817278-b0c7-42ac-9852-3cbcdcdc1036",
"name": "GitHub - SmartZone Essentials",
"description": "The following instructions assume you have the following components:\n\n* one vSZ-High Scale instance running 5.2.0.0.685 or later;\n* one access point onboarded into the vSZ staging zone;\n \n\nInstructions\n\nEdit the attribute values for the API call \"1. Get service ticket\" under the folder \"System\" to match with your vSZ instance:\n\n* change the IP address in the \"Pre-request Script\"\n* change the credentials in the \"Body\"\n \n\nCheck if if system clock in your vSZ instance matches the clock in your computer. Make the necessary adjustments (sync the NTP server or change the time zone), otherwise the API calls that are time-dependent (ex: \"2. Get wireless application traffic\" under \"Clients and Traffic\") will not return the correct values.\n\nSend the API call \"1. Get service ticket\" to obtain the authentication token.\n\nSend each of the subsequent API calls in the order which they appear.\n\nAfter you execute all calls, clean you vSZ instance by executing all API calls under the \"Delete objects\" folder, in the order which they appear.\n\nYou can see the variable values in the \"Variables\" tab in this page.\n\nFor more information about this collection please contact [[email protected]](https://desktop.postman.com/?desktopVersion=9.16.0&userId=9262131&teamId=923089)",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "9262131"
},
"item": [
{
"name": "Get Service Ticket",
"event": [
{
"listen": "test",
"script": {
"exec": [
"const dateNow = new Date();\r",
"var epoch = dateNow.getTime();\r",
"var jsonData = JSON.parse(responseBody);\r",
"pm.collectionVariables.set(\"serviceTicket\", jsonData.serviceTicket);\r",
"pm.collectionVariables.set(\"startTime\", epoch - 3600000);\r",
"pm.collectionVariables.set(\"endTime\", epoch);"
],
"type": "text/javascript"
}
},
{
"listen": "prerequest",
"script": {
"exec": [
"pm.collectionVariables.set(\"host\", \"a.b.c.d.\");"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"username\": \"admin\",\n \"password\": \"password\"\n}\n\n\t",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{host}}:8443/wsg/api/public/v9_0/serviceTicket",
"protocol": "https",
"host": [
"{{host}}"
],
"port": "8443",
"path": [
"wsg",
"api",
"public",
"v9_0",
"serviceTicket"
]
}
},
"response": []
},
{
"name": "Get Zones",
"event": [
{
"listen": "test",
"script": {
"exec": [
"var jsonData = JSON.parse(responseBody);\r",
"pm.collectionVariables.set(\"zoneID\", jsonData.list[0].id);"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{host}}:8443/wsg/api/public/v9_0/rkszones?serviceTicket={{serviceTicket}}",
"protocol": "https",
"host": [
"{{host}}"
],
"port": "8443",
"path": [
"wsg",
"api",
"public",
"v9_0",
"rkszones"
],
"query": [
{
"key": "serviceTicket",
"value": "{{serviceTicket}}"
}
]
}
},
"response": []
},
{
"name": "3. Sytem Information",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{host}}:8443/wsg/api/public/v9_0/controller?serviceTicket={{serviceTicket}}",
"protocol": "https",
"host": [
"{{host}}"
],
"port": "8443",
"path": [
"wsg",
"api",
"public",
"v9_0",
"controller"
],
"query": [
{
"key": "serviceTicket",
"value": "{{serviceTicket}}"
}
]
},
"description": "Includes hostname, serial number and model number"
},
"response": []
},
{
"name": "8. Get WLANs",
"event": [
{
"listen": "test",
"script": {
"exec": [
"var jsonData = JSON.parse(responseBody);\r",
"pm.collectionVariables.set(\"wlanID\", jsonData.list[0].id);"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{host}}:8443/wsg/api/public/v9_0/rkszones/{{zoneID}}/wlans?serviceTicket={{serviceTicket}}",
"protocol": "https",
"host": [
"{{host}}"
],
"port": "8443",
"path": [
"wsg",
"api",
"public",
"v9_0",
"rkszones",
"{{zoneID}}",
"wlans"
],
"query": [
{
"key": "serviceTicket",
"value": "{{serviceTicket}}"
}
]
}
},
"response": []
},
{
"name": "8. Query WLAN",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://{{host}}:8443/wsg/api/public/v9_0/rkszones/{{zoneID}}/wlans/{{wlanID}}?serviceTicket={{serviceTicket}}",
"protocol": "https",
"host": [
"{{host}}"
],
"port": "8443",
"path": [
"wsg",
"api",
"public",
"v9_0",
"rkszones",
"{{zoneID}}",
"wlans",
"{{wlanID}}"
],
"query": [
{
"key": "serviceTicket",
"value": "{{serviceTicket}}"
}
]
}
},
"response": []
},
{
"name": "9. Create WLAN",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"name\": \"test-ssid\",\r\n \"ssid\": \"test-ssid\",\r\n \"description\": \"test-ssid\",\r\n \"encryption\": {\r\n \"method\": \"WPA2\",\r\n \"algorithm\": \"AES\",\r\n \"passphrase\": \"password\"\r\n },\r\n \"advancedOptions\": {\r\n \"clientFingerprintingEnabled\": true,\r\n \"avcEnabled\": true\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{host}}:8443/wsg/api/public/v9_0/rkszones/{{zoneID}}/wlans?serviceTicket={{serviceTicket}}",
"protocol": "https",
"host": [
"{{host}}"
],
"port": "8443",
"path": [
"wsg",
"api",
"public",
"v9_0",
"rkszones",
"{{zoneID}}",
"wlans"
],
"query": [
{
"key": "serviceTicket",
"value": "{{serviceTicket}}"
}
]
}
},
"response": []
}
],
"variable": [
{
"key": "host",
"value": ""
},
{
"key": "serviceTicket",
"value": ""
},
{
"key": "startTime",
"value": ""
},
{
"key": "endTime",
"value": ""
},
{
"key": "zoneID",
"value": ""
},
{
"key": "wlanID",
"value": ""
}
]
}