-
Notifications
You must be signed in to change notification settings - Fork 0
/
Environment UID Finder.postman_collection.json
357 lines (357 loc) · 9.15 KB
/
Environment UID Finder.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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
{
"info": {
"_postman_id": "328ef565-4cbd-4894-b47a-a09b59681134",
"name": "Environment UID Finder",
"description": "This collection lets you retrieve the UID of the Postman environment that is currently active in your Postman IDE and store it in this environment.",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Get current environment UID - Successful request",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
""
],
"type": "text/javascript"
}
},
{
"listen": "test",
"script": {
"exec": [
"pm.test(\"Status code is 200\", function () {\r",
" pm.response.to.have.status(200);\r",
"});\r",
"\r",
"pm.test(\"There is at least one environment\", function () {\r",
" pm.expect(pm.response.json().environments.length).greaterThan(0);\r",
"});\r",
"\r",
"\r",
"let environmentUid = getCurrentEnvironmentUid(pm.response.json().environments);\r",
"pm.environment.set(\"postmanEnvironmentUid\", environmentUid);\r",
"\r",
"\r",
"function getCurrentEnvironmentUid(environments) {\r",
" currentEnvironment = environments.find(environment => pm.environment.id.includes(environment.id));\r",
" return currentEnvironment.uid;\r",
"}"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "GET",
"header": [
{
"key": "X-Api-Key",
"value": "{{postmanApiKey}}",
"type": "text"
}
],
"url": {
"raw": "https://api.getpostman.com/environments",
"protocol": "https",
"host": [
"api",
"getpostman",
"com"
],
"path": [
"environments"
]
},
"description": "Retrieves the UID of your current Postman environment.\r\n\r\nTo do this, it sends a GET request to the Postman API.\r\n\r\nYou can find more information about the Postman API [here](https://www.postman.com/postman/workspace/postman-public-workspace/documentation/12959542-c8142d51-e97c-46b6-bd77-52bb66712c9a#6517e0d6-3bc3-3da5-ab57-7a578a8504ce).\r\n\r\n## Input variables\r\n- **postmanApiKey**: You need an api key from _Postman API_ for this request to succeed. You can find more information in the Postman API documentation, which is linked in the description of this request. **Mandatory**."
},
"response": [
{
"name": "Get current environment UID",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "X-Api-Key",
"value": "{{postmanApiKey}}",
"type": "text"
}
],
"url": {
"raw": "https://api.getpostman.com/environments",
"protocol": "https",
"host": [
"api",
"getpostman",
"com"
],
"path": [
"environments"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Access-Control-Allow-Origin",
"value": "*"
},
{
"key": "Content-Encoding",
"value": "gzip"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Date",
"value": "Sun, 24 Jan 2021 08:43:14 GMT"
},
{
"key": "ETag",
"value": "W/\"2f1-BEtAzWbx/nK8qapsbdkmJNIQN+E\""
},
{
"key": "Server",
"value": "nginx"
},
{
"key": "Vary",
"value": "Accept-Encoding"
},
{
"key": "x-frame-options",
"value": "SAMEORIGIN"
},
{
"key": "X-RateLimit-Limit",
"value": "60"
},
{
"key": "X-RateLimit-Remaining",
"value": "59"
},
{
"key": "X-RateLimit-Reset",
"value": "1611477854"
},
{
"key": "x-srv-span",
"value": "v=1;s=982dce62b328a108"
},
{
"key": "x-srv-trace",
"value": "v=1;t=ab77753f644f6866"
},
{
"key": "Content-Length",
"value": "308"
},
{
"key": "Connection",
"value": "keep-alive"
}
],
"cookie": [],
"body": "{\n \"environments\": [\n {\n \"id\": \"99999999-9999-9999-9999-999999999999\",\n \"name\": \"Learning Assistant - Test\",\n \"owner\": \"9999999\",\n \"uid\": \"9999999-99999999-9999-9999-9999-999999999999\"\n }\n ]\n}"
}
]
},
{
"name": "Persist environment UID",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
"pm.environment.set(\"postmanEnvironment\", JSON.stringify(getCurrentEnvironment()));\r",
"\r",
"function getCurrentEnvironment() {\r",
" return {\"environment\": pm.environment.toJSON()};\r",
"}\r",
""
],
"type": "text/javascript"
}
},
{
"listen": "test",
"script": {
"exec": [
"pm.test(\"Status code is 200\", function () {\r",
" pm.response.to.have.status(200);\r",
"});\r",
"\r",
"pm.test(\"Environment UID is properly saved in current environment\", function () {\r",
" pm.expect(pm.response.json().environment.uid).to.eql(pm.environment.get(\"postmanEnvironmentUid\"));\r",
"});"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "PUT",
"header": [
{
"key": "X-Api-Key",
"value": "{{postmanApiKey}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{{postmanEnvironment}}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://api.getpostman.com/environments/{{postmanEnvironmentUid}}",
"protocol": "https",
"host": [
"api",
"getpostman",
"com"
],
"path": [
"environments",
"{{postmanEnvironmentUid}}"
]
},
"description": "Persist the environment UID acquired previously so that it is included in the active Postman environment each time it is retrieved by the Postman API.\r\n\r\nTo accomplish this, it sends a PUT request to the Postman API.\r\n\r\nYou can find more information about the Postman API [here](https://www.postman.com/postman/workspace/postman-public-workspace/documentation/12959542-c8142d51-e97c-46b6-bd77-52bb66712c9a#6517e0d6-3bc3-3da5-ab57-7a578a8504ce).\r\n\r\n## Input variables\r\n- **postmanApiKey**: You need an api key from _Postman API_ for this request to succeed. You can find more information in the Postman API documentation, which is linked in the description of this request. **Mandatory**."
},
"response": [
{
"name": "Persist environment UID - Successful request",
"originalRequest": {
"method": "PUT",
"header": [
{
"key": "X-Api-Key",
"value": "{{postmanApiKey}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{{postmanEnvironment}}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://api.getpostman.com/environments/{{postmanEnvironmentUid}}",
"protocol": "https",
"host": [
"api",
"getpostman",
"com"
],
"path": [
"environments",
"{{postmanEnvironmentUid}}"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Access-Control-Allow-Origin",
"value": "*"
},
{
"key": "Content-Encoding",
"value": "gzip"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Date",
"value": "Sun, 24 Jan 2021 08:45:22 GMT"
},
{
"key": "ETag",
"value": "W/\"95-r90R8DaTC6xHSK/FlJMpmhut5p0\""
},
{
"key": "Server",
"value": "nginx"
},
{
"key": "Vary",
"value": "Accept-Encoding"
},
{
"key": "x-frame-options",
"value": "SAMEORIGIN"
},
{
"key": "X-RateLimit-Limit",
"value": "60"
},
{
"key": "X-RateLimit-Remaining",
"value": "59"
},
{
"key": "X-RateLimit-Reset",
"value": "1611477981"
},
{
"key": "x-srv-span",
"value": "v=1;s=bec0b5cfba7d8e19"
},
{
"key": "x-srv-trace",
"value": "v=1;t=3538b6382d690b9f"
},
{
"key": "Content-Length",
"value": "125"
},
{
"key": "Connection",
"value": "keep-alive"
}
],
"cookie": [],
"body": "{\n \"environment\": {\n \"id\": \"99999999-9999-9999-9999-999999999999\",\n \"name\": \"Learning Assistant - Test\",\n \"uid\": \"9999999-99999999-9999-9999-9999-999999999999\"\n }\n}"
}
]
}
],
"event": [
{
"listen": "prerequest",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
}
]
}