-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAP Packet Capture.postman_collection.json
241 lines (241 loc) · 5.79 KB
/
AP Packet Capture.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
{
"info": {
"_postman_id": "9338b22d-9ae0-40f6-a3cf-baa801220a23",
"name": "GitHub - AP Packet Capture",
"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"
},
"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": "AP start packet capture",
"event": [
{
"listen": "test",
"script": {
"exec": [
""
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"captureInterface\": \"RADIO50\",\r\n \"includedFrameTypes\": [\r\n \"CONTROL\",\r\n \"DATA\"\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{host}}:8443/wsg/api/public/v9_0/aps/B4:79:C8:0D:76:30/apPacketCapture/startFileCapture?serviceTicket={{serviceTicket}}",
"protocol": "https",
"host": [
"{{host}}"
],
"port": "8443",
"path": [
"wsg",
"api",
"public",
"v9_0",
"aps",
"B4:79:C8:0D:76:30",
"apPacketCapture",
"startFileCapture"
],
"query": [
{
"key": "serviceTicket",
"value": "{{serviceTicket}}"
}
]
}
},
"response": []
},
{
"name": "AP stop packet capture",
"event": [
{
"listen": "test",
"script": {
"exec": [
""
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "text"
}
}
},
"url": {
"raw": "https://{{host}}:8443/wsg/api/public/v9_0/aps/B4:79:C8:0D:76:30/apPacketCapture/stop?serviceTicket={{serviceTicket}}",
"protocol": "https",
"host": [
"{{host}}"
],
"port": "8443",
"path": [
"wsg",
"api",
"public",
"v9_0",
"aps",
"B4:79:C8:0D:76:30",
"apPacketCapture",
"stop"
],
"query": [
{
"key": "serviceTicket",
"value": "{{serviceTicket}}"
}
]
}
},
"response": []
},
{
"name": "AP packet capture download",
"event": [
{
"listen": "test",
"script": {
"exec": [
""
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "text"
}
}
},
"url": {
"raw": "https://{{host}}:8443/wsg/api/public/v9_0/aps/B4:79:C8:0D:76:30/apPacketCapture/download?serviceTicket={{serviceTicket}}",
"protocol": "https",
"host": [
"{{host}}"
],
"port": "8443",
"path": [
"wsg",
"api",
"public",
"v9_0",
"aps",
"B4:79:C8:0D:76:30",
"apPacketCapture",
"download"
],
"query": [
{
"key": "serviceTicket",
"value": "{{serviceTicket}}"
}
]
}
},
"response": []
}
],
"variable": [
{
"key": "host",
"value": ""
},
{
"key": "serviceTicket",
"value": ""
},
{
"key": "startTime",
"value": ""
},
{
"key": "endTime",
"value": ""
}
]
}