@itentialopensource/adapter-slack 2.5.2 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/.eslintignore +1 -0
  2. package/AUTH.md +39 -0
  3. package/BROKER.md +199 -0
  4. package/CALLS.md +169 -0
  5. package/CHANGELOG.md +53 -50
  6. package/CODE_OF_CONDUCT.md +12 -17
  7. package/CONTRIBUTING.md +88 -74
  8. package/ENHANCE.md +69 -0
  9. package/PROPERTIES.md +641 -0
  10. package/README.md +228 -420
  11. package/SUMMARY.md +9 -0
  12. package/SYSTEMINFO.md +11 -0
  13. package/TROUBLESHOOT.md +47 -0
  14. package/adapter.js +1417 -37
  15. package/adapterBase.js +1270 -238
  16. package/entities/.generic/action.json +214 -0
  17. package/entities/.generic/schema.json +28 -0
  18. package/entities/Files/action.json +1 -1
  19. package/error.json +12 -0
  20. package/package.json +40 -20
  21. package/pronghorn.json +642 -74
  22. package/propertiesDecorators.json +14 -0
  23. package/propertiesSchema.json +472 -4
  24. package/refs?service=git-upload-pack +0 -0
  25. package/report/adapterInfo.json +10 -0
  26. package/report/updateReport1615828031315.json +95 -0
  27. package/report/updateReport1653493672906.json +120 -0
  28. package/sampleProperties.json +103 -6
  29. package/storage/metrics.json +2228 -0
  30. package/test/integration/adapterTestBasicGet.js +85 -0
  31. package/test/integration/adapterTestConnectivity.js +93 -0
  32. package/test/integration/adapterTestIntegration.js +33 -103
  33. package/test/unit/adapterBaseTestUnit.js +949 -0
  34. package/test/unit/adapterTestUnit.js +644 -111
  35. package/utils/adapterInfo.js +206 -0
  36. package/utils/addAuth.js +94 -0
  37. package/utils/basicGet.js +50 -0
  38. package/utils/checkMigrate.js +63 -0
  39. package/utils/entitiesToDB.js +179 -0
  40. package/utils/findPath.js +74 -0
  41. package/utils/modify.js +154 -0
  42. package/utils/packModificationScript.js +1 -1
  43. package/utils/patches2bundledDeps.js +90 -0
  44. package/utils/pre-commit.sh +3 -0
  45. package/utils/removeHooks.js +20 -0
  46. package/utils/tbScript.js +184 -0
  47. package/utils/tbUtils.js +469 -0
  48. package/utils/testRunner.js +16 -16
  49. package/utils/troubleshootingAdapter.js +190 -0
  50. package/img/adapter.png +0 -0
@@ -0,0 +1,2228 @@
1
+ {
2
+ "table": [
3
+ {
4
+ "num_called": 6,
5
+ "numRetries": 0,
6
+ "numRedirects": 0,
7
+ "throttleCount": 0,
8
+ "timeouts": 0,
9
+ "tot_queue_time": 0,
10
+ "tot_rnd_trip": 0,
11
+ "tot_library": 24,
12
+ "tot_overall": 0,
13
+ "results.200": 6,
14
+ "time_units": "ms",
15
+ "entity": ".system",
16
+ "action": "healthcheck",
17
+ "isThrottling": false
18
+ },
19
+ {
20
+ "num_called": 3,
21
+ "numRetries": 0,
22
+ "numRedirects": 0,
23
+ "throttleCount": 0,
24
+ "timeouts": 0,
25
+ "tot_queue_time": 0,
26
+ "tot_rnd_trip": 0,
27
+ "tot_library": 6,
28
+ "tot_overall": 0,
29
+ "results.200": 3,
30
+ "time_units": "ms",
31
+ "entity": "Api",
32
+ "action": "getApitest",
33
+ "isThrottling": false
34
+ },
35
+ {
36
+ "num_called": 3,
37
+ "numRetries": 0,
38
+ "numRedirects": 0,
39
+ "throttleCount": 0,
40
+ "timeouts": 0,
41
+ "tot_queue_time": 0,
42
+ "tot_rnd_trip": 0,
43
+ "tot_library": 3,
44
+ "tot_overall": 0,
45
+ "results.200": 3,
46
+ "time_units": "ms",
47
+ "entity": "Auth",
48
+ "action": "getAuthtest",
49
+ "isThrottling": false
50
+ },
51
+ {
52
+ "num_called": 3,
53
+ "numRetries": 0,
54
+ "numRedirects": 0,
55
+ "throttleCount": 0,
56
+ "timeouts": 0,
57
+ "tot_queue_time": 0,
58
+ "tot_rnd_trip": 0,
59
+ "tot_library": 9,
60
+ "tot_overall": 0,
61
+ "results.200": 3,
62
+ "time_units": "ms",
63
+ "entity": "Channels",
64
+ "action": "postChannelscreate",
65
+ "isThrottling": false
66
+ },
67
+ {
68
+ "num_called": 3,
69
+ "numRetries": 0,
70
+ "numRedirects": 0,
71
+ "throttleCount": 0,
72
+ "timeouts": 0,
73
+ "tot_queue_time": 0,
74
+ "tot_rnd_trip": 0,
75
+ "tot_library": 7,
76
+ "tot_overall": 0,
77
+ "results.200": 3,
78
+ "time_units": "ms",
79
+ "entity": "Channels",
80
+ "action": "getChannelslist",
81
+ "isThrottling": false
82
+ },
83
+ {
84
+ "num_called": 3,
85
+ "numRetries": 0,
86
+ "numRedirects": 0,
87
+ "throttleCount": 0,
88
+ "timeouts": 0,
89
+ "tot_queue_time": 0,
90
+ "tot_rnd_trip": 0,
91
+ "tot_library": 6,
92
+ "tot_overall": 0,
93
+ "results.200": 3,
94
+ "time_units": "ms",
95
+ "entity": "Channels",
96
+ "action": "getChannelsinfo",
97
+ "isThrottling": false
98
+ },
99
+ {
100
+ "num_called": 3,
101
+ "numRetries": 0,
102
+ "numRedirects": 0,
103
+ "throttleCount": 0,
104
+ "timeouts": 0,
105
+ "tot_queue_time": 0,
106
+ "tot_rnd_trip": 0,
107
+ "tot_library": 6,
108
+ "tot_overall": 0,
109
+ "results.200": 3,
110
+ "time_units": "ms",
111
+ "entity": "Channels",
112
+ "action": "postChannelsrename",
113
+ "isThrottling": false
114
+ },
115
+ {
116
+ "num_called": 3,
117
+ "numRetries": 0,
118
+ "numRedirects": 0,
119
+ "throttleCount": 0,
120
+ "timeouts": 0,
121
+ "tot_queue_time": 0,
122
+ "tot_rnd_trip": 0,
123
+ "tot_library": 6,
124
+ "tot_overall": 0,
125
+ "results.200": 3,
126
+ "time_units": "ms",
127
+ "entity": "Channels",
128
+ "action": "postChannelssetPurpose",
129
+ "isThrottling": false
130
+ },
131
+ {
132
+ "num_called": 3,
133
+ "numRetries": 0,
134
+ "numRedirects": 0,
135
+ "throttleCount": 0,
136
+ "timeouts": 0,
137
+ "tot_queue_time": 0,
138
+ "tot_rnd_trip": 0,
139
+ "tot_library": 6,
140
+ "tot_overall": 0,
141
+ "results.200": 3,
142
+ "time_units": "ms",
143
+ "entity": "Channels",
144
+ "action": "postChannelssetTopic",
145
+ "isThrottling": false
146
+ },
147
+ {
148
+ "num_called": 3,
149
+ "numRetries": 0,
150
+ "numRedirects": 0,
151
+ "throttleCount": 0,
152
+ "timeouts": 0,
153
+ "tot_queue_time": 0,
154
+ "tot_rnd_trip": 0,
155
+ "tot_library": 6,
156
+ "tot_overall": 0,
157
+ "results.200": 3,
158
+ "time_units": "ms",
159
+ "entity": "Channels",
160
+ "action": "postChannelsjoin",
161
+ "isThrottling": false
162
+ },
163
+ {
164
+ "num_called": 3,
165
+ "numRetries": 0,
166
+ "numRedirects": 0,
167
+ "throttleCount": 0,
168
+ "timeouts": 0,
169
+ "tot_queue_time": 0,
170
+ "tot_rnd_trip": 0,
171
+ "tot_library": 6,
172
+ "tot_overall": 0,
173
+ "results.200": 3,
174
+ "time_units": "ms",
175
+ "entity": "Channels",
176
+ "action": "postChannelsinvite",
177
+ "isThrottling": false
178
+ },
179
+ {
180
+ "num_called": 3,
181
+ "numRetries": 0,
182
+ "numRedirects": 0,
183
+ "throttleCount": 0,
184
+ "timeouts": 0,
185
+ "tot_queue_time": 0,
186
+ "tot_rnd_trip": 0,
187
+ "tot_library": 6,
188
+ "tot_overall": 0,
189
+ "results.200": 3,
190
+ "time_units": "ms",
191
+ "entity": "Channels",
192
+ "action": "postChannelskick",
193
+ "isThrottling": false
194
+ },
195
+ {
196
+ "num_called": 3,
197
+ "numRetries": 0,
198
+ "numRedirects": 0,
199
+ "throttleCount": 0,
200
+ "timeouts": 0,
201
+ "tot_queue_time": 0,
202
+ "tot_rnd_trip": 0,
203
+ "tot_library": 9,
204
+ "tot_overall": 0,
205
+ "results.200": 3,
206
+ "time_units": "ms",
207
+ "entity": "Channels",
208
+ "action": "postChannelsarchive",
209
+ "isThrottling": false
210
+ },
211
+ {
212
+ "num_called": 3,
213
+ "numRetries": 0,
214
+ "numRedirects": 0,
215
+ "throttleCount": 0,
216
+ "timeouts": 0,
217
+ "tot_queue_time": 0,
218
+ "tot_rnd_trip": 0,
219
+ "tot_library": 5,
220
+ "tot_overall": 0,
221
+ "results.200": 3,
222
+ "time_units": "ms",
223
+ "entity": "Chat",
224
+ "action": "postChatpostMessage",
225
+ "isThrottling": false
226
+ },
227
+ {
228
+ "num_called": 3,
229
+ "numRetries": 0,
230
+ "numRedirects": 0,
231
+ "throttleCount": 0,
232
+ "timeouts": 0,
233
+ "tot_queue_time": 0,
234
+ "tot_rnd_trip": 0,
235
+ "tot_library": 4,
236
+ "tot_overall": 0,
237
+ "results.200": 3,
238
+ "time_units": "ms",
239
+ "entity": "Chat",
240
+ "action": "postChatupdate",
241
+ "isThrottling": false
242
+ },
243
+ {
244
+ "num_called": 3,
245
+ "numRetries": 0,
246
+ "numRedirects": 0,
247
+ "throttleCount": 0,
248
+ "timeouts": 0,
249
+ "tot_queue_time": 0,
250
+ "tot_rnd_trip": 0,
251
+ "tot_library": 3,
252
+ "tot_overall": 0,
253
+ "results.200": 3,
254
+ "time_units": "ms",
255
+ "entity": "Chat",
256
+ "action": "postChatdelete",
257
+ "isThrottling": false
258
+ },
259
+ {
260
+ "num_called": 3,
261
+ "numRetries": 0,
262
+ "numRedirects": 0,
263
+ "throttleCount": 0,
264
+ "timeouts": 0,
265
+ "tot_queue_time": 0,
266
+ "tot_rnd_trip": 0,
267
+ "tot_library": 6,
268
+ "tot_overall": 0,
269
+ "results.200": 3,
270
+ "time_units": "ms",
271
+ "entity": "Users",
272
+ "action": "getUsersinfo",
273
+ "isThrottling": false
274
+ },
275
+ {
276
+ "num_called": 3,
277
+ "numRetries": 0,
278
+ "numRedirects": 0,
279
+ "throttleCount": 0,
280
+ "timeouts": 0,
281
+ "tot_queue_time": 0,
282
+ "tot_rnd_trip": 0,
283
+ "tot_library": 6,
284
+ "tot_overall": 0,
285
+ "results.200": 3,
286
+ "time_units": "ms",
287
+ "entity": "Users",
288
+ "action": "getUserslist",
289
+ "isThrottling": false
290
+ },
291
+ {
292
+ "num_called": 3,
293
+ "numRetries": 0,
294
+ "numRedirects": 0,
295
+ "throttleCount": 0,
296
+ "timeouts": 0,
297
+ "tot_queue_time": 0,
298
+ "tot_rnd_trip": 0,
299
+ "tot_library": 3,
300
+ "tot_overall": 0,
301
+ "results.200": 3,
302
+ "time_units": "ms",
303
+ "entity": "Im",
304
+ "action": "postImopen",
305
+ "isThrottling": false
306
+ },
307
+ {
308
+ "num_called": 3,
309
+ "numRetries": 0,
310
+ "numRedirects": 0,
311
+ "throttleCount": 0,
312
+ "timeouts": 0,
313
+ "tot_queue_time": 0,
314
+ "tot_rnd_trip": 0,
315
+ "tot_library": 3,
316
+ "tot_overall": 0,
317
+ "results.200": 3,
318
+ "time_units": "ms",
319
+ "entity": "Im",
320
+ "action": "getImlist",
321
+ "isThrottling": false
322
+ },
323
+ {
324
+ "num_called": 3,
325
+ "numRetries": 0,
326
+ "numRedirects": 0,
327
+ "throttleCount": 0,
328
+ "timeouts": 0,
329
+ "tot_queue_time": 0,
330
+ "tot_rnd_trip": 0,
331
+ "tot_library": 3,
332
+ "tot_overall": 0,
333
+ "results.200": 3,
334
+ "time_units": "ms",
335
+ "entity": "Im",
336
+ "action": "postImclose",
337
+ "isThrottling": false
338
+ },
339
+ {
340
+ "num_called": 3,
341
+ "numRetries": 0,
342
+ "numRedirects": 0,
343
+ "throttleCount": 0,
344
+ "timeouts": 0,
345
+ "tot_queue_time": 0,
346
+ "tot_rnd_trip": 0,
347
+ "tot_library": 7,
348
+ "tot_overall": 0,
349
+ "results.200": 3,
350
+ "time_units": "ms",
351
+ "entity": "Conversations",
352
+ "action": "postConversationscreate",
353
+ "isThrottling": false
354
+ },
355
+ {
356
+ "num_called": 3,
357
+ "numRetries": 0,
358
+ "numRedirects": 0,
359
+ "throttleCount": 0,
360
+ "timeouts": 0,
361
+ "tot_queue_time": 0,
362
+ "tot_rnd_trip": 0,
363
+ "tot_library": 6,
364
+ "tot_overall": 0,
365
+ "results.200": 3,
366
+ "time_units": "ms",
367
+ "entity": "Conversations",
368
+ "action": "getConversationsinfo",
369
+ "isThrottling": false
370
+ },
371
+ {
372
+ "num_called": 3,
373
+ "numRetries": 0,
374
+ "numRedirects": 0,
375
+ "throttleCount": 0,
376
+ "timeouts": 0,
377
+ "tot_queue_time": 0,
378
+ "tot_rnd_trip": 0,
379
+ "tot_library": 6,
380
+ "tot_overall": 0,
381
+ "results.200": 3,
382
+ "time_units": "ms",
383
+ "entity": "Conversations",
384
+ "action": "postConversationsinvite",
385
+ "isThrottling": false
386
+ },
387
+ {
388
+ "num_called": 3,
389
+ "numRetries": 0,
390
+ "numRedirects": 0,
391
+ "throttleCount": 0,
392
+ "timeouts": 0,
393
+ "tot_queue_time": 0,
394
+ "tot_rnd_trip": 0,
395
+ "tot_library": 6,
396
+ "tot_overall": 0,
397
+ "results.200": 3,
398
+ "time_units": "ms",
399
+ "entity": "Conversations",
400
+ "action": "getConversationsmembers",
401
+ "isThrottling": false
402
+ },
403
+ {
404
+ "num_called": 3,
405
+ "numRetries": 0,
406
+ "numRedirects": 0,
407
+ "throttleCount": 0,
408
+ "timeouts": 0,
409
+ "tot_queue_time": 0,
410
+ "tot_rnd_trip": 0,
411
+ "tot_library": 6,
412
+ "tot_overall": 0,
413
+ "results.200": 3,
414
+ "time_units": "ms",
415
+ "entity": "Conversations",
416
+ "action": "postConversationskick",
417
+ "isThrottling": false
418
+ },
419
+ {
420
+ "num_called": 3,
421
+ "numRetries": 0,
422
+ "numRedirects": 0,
423
+ "throttleCount": 0,
424
+ "timeouts": 0,
425
+ "tot_queue_time": 0,
426
+ "tot_rnd_trip": 0,
427
+ "tot_library": 6,
428
+ "tot_overall": 0,
429
+ "results.200": 3,
430
+ "time_units": "ms",
431
+ "entity": "Conversations",
432
+ "action": "getConversationslist",
433
+ "isThrottling": false
434
+ },
435
+ {
436
+ "num_called": 3,
437
+ "numRetries": 0,
438
+ "numRedirects": 0,
439
+ "throttleCount": 0,
440
+ "timeouts": 0,
441
+ "tot_queue_time": 0,
442
+ "tot_rnd_trip": 0,
443
+ "tot_library": 6,
444
+ "tot_overall": 0,
445
+ "results.200": 3,
446
+ "time_units": "ms",
447
+ "entity": "Conversations",
448
+ "action": "postConversationssetPurpose",
449
+ "isThrottling": false
450
+ },
451
+ {
452
+ "num_called": 3,
453
+ "numRetries": 0,
454
+ "numRedirects": 0,
455
+ "throttleCount": 0,
456
+ "timeouts": 0,
457
+ "tot_queue_time": 0,
458
+ "tot_rnd_trip": 0,
459
+ "tot_library": 6,
460
+ "tot_overall": 0,
461
+ "results.200": 3,
462
+ "time_units": "ms",
463
+ "entity": "Conversations",
464
+ "action": "postConversationssetTopic",
465
+ "isThrottling": false
466
+ },
467
+ {
468
+ "num_called": 3,
469
+ "numRetries": 0,
470
+ "numRedirects": 0,
471
+ "throttleCount": 0,
472
+ "timeouts": 0,
473
+ "tot_queue_time": 0,
474
+ "tot_rnd_trip": 0,
475
+ "tot_library": 7,
476
+ "tot_overall": 0,
477
+ "results.200": 3,
478
+ "time_units": "ms",
479
+ "entity": "Conversations",
480
+ "action": "postConversationsarchive",
481
+ "isThrottling": false
482
+ },
483
+ {
484
+ "num_called": 3,
485
+ "numRetries": 0,
486
+ "numRedirects": 0,
487
+ "throttleCount": 0,
488
+ "timeouts": 0,
489
+ "tot_queue_time": 0,
490
+ "tot_rnd_trip": 0,
491
+ "tot_library": 3,
492
+ "tot_overall": 0,
493
+ "results.200": 3,
494
+ "time_units": "ms",
495
+ "entity": "Appspermissions",
496
+ "action": "getAppspermissionsinfo",
497
+ "isThrottling": false
498
+ },
499
+ {
500
+ "num_called": 3,
501
+ "numRetries": 0,
502
+ "numRedirects": 0,
503
+ "throttleCount": 0,
504
+ "timeouts": 0,
505
+ "tot_queue_time": 0,
506
+ "tot_rnd_trip": 0,
507
+ "tot_library": 3,
508
+ "tot_overall": 0,
509
+ "results.200": 3,
510
+ "time_units": "ms",
511
+ "entity": "Appspermissions",
512
+ "action": "getAppspermissionsrequest",
513
+ "isThrottling": false
514
+ },
515
+ {
516
+ "num_called": 3,
517
+ "numRetries": 0,
518
+ "numRedirects": 0,
519
+ "throttleCount": 0,
520
+ "timeouts": 0,
521
+ "tot_queue_time": 0,
522
+ "tot_rnd_trip": 0,
523
+ "tot_library": 3,
524
+ "tot_overall": 0,
525
+ "results.200": 3,
526
+ "time_units": "ms",
527
+ "entity": "Appspermissionsresources",
528
+ "action": "getAppspermissionsresourceslist",
529
+ "isThrottling": false
530
+ },
531
+ {
532
+ "num_called": 3,
533
+ "numRetries": 0,
534
+ "numRedirects": 0,
535
+ "throttleCount": 0,
536
+ "timeouts": 0,
537
+ "tot_queue_time": 0,
538
+ "tot_rnd_trip": 0,
539
+ "tot_library": 3,
540
+ "tot_overall": 0,
541
+ "results.200": 3,
542
+ "time_units": "ms",
543
+ "entity": "Appspermissionsscopes",
544
+ "action": "getAppspermissionsscopeslist",
545
+ "isThrottling": false
546
+ },
547
+ {
548
+ "num_called": 3,
549
+ "numRetries": 0,
550
+ "numRedirects": 0,
551
+ "throttleCount": 0,
552
+ "timeouts": 0,
553
+ "tot_queue_time": 0,
554
+ "tot_rnd_trip": 0,
555
+ "tot_library": 3,
556
+ "tot_overall": 0,
557
+ "results.200": 3,
558
+ "time_units": "ms",
559
+ "entity": "Auth",
560
+ "action": "getAuthrevoke",
561
+ "isThrottling": false
562
+ },
563
+ {
564
+ "num_called": 3,
565
+ "numRetries": 0,
566
+ "numRedirects": 0,
567
+ "throttleCount": 0,
568
+ "timeouts": 0,
569
+ "tot_queue_time": 0,
570
+ "tot_rnd_trip": 0,
571
+ "tot_library": 3,
572
+ "tot_overall": 0,
573
+ "results.200": 3,
574
+ "time_units": "ms",
575
+ "entity": "Bots",
576
+ "action": "getBotsinfo",
577
+ "isThrottling": false
578
+ },
579
+ {
580
+ "num_called": 3,
581
+ "numRetries": 0,
582
+ "numRedirects": 0,
583
+ "throttleCount": 0,
584
+ "timeouts": 0,
585
+ "tot_queue_time": 0,
586
+ "tot_rnd_trip": 0,
587
+ "tot_library": 7,
588
+ "tot_overall": 0,
589
+ "results.200": 3,
590
+ "time_units": "ms",
591
+ "entity": "Channels",
592
+ "action": "getChannelshistory",
593
+ "isThrottling": false
594
+ },
595
+ {
596
+ "num_called": 3,
597
+ "numRetries": 0,
598
+ "numRedirects": 0,
599
+ "throttleCount": 0,
600
+ "timeouts": 0,
601
+ "tot_queue_time": 0,
602
+ "tot_rnd_trip": 0,
603
+ "tot_library": 6,
604
+ "tot_overall": 0,
605
+ "results.200": 3,
606
+ "time_units": "ms",
607
+ "entity": "Channels",
608
+ "action": "postChannelsleave",
609
+ "isThrottling": false
610
+ },
611
+ {
612
+ "num_called": 3,
613
+ "numRetries": 0,
614
+ "numRedirects": 0,
615
+ "throttleCount": 0,
616
+ "timeouts": 0,
617
+ "tot_queue_time": 0,
618
+ "tot_rnd_trip": 0,
619
+ "tot_library": 6,
620
+ "tot_overall": 0,
621
+ "results.200": 3,
622
+ "time_units": "ms",
623
+ "entity": "Channels",
624
+ "action": "postChannelsmark",
625
+ "isThrottling": false
626
+ },
627
+ {
628
+ "num_called": 3,
629
+ "numRetries": 0,
630
+ "numRedirects": 0,
631
+ "throttleCount": 0,
632
+ "timeouts": 0,
633
+ "tot_queue_time": 0,
634
+ "tot_rnd_trip": 0,
635
+ "tot_library": 6,
636
+ "tot_overall": 0,
637
+ "results.200": 3,
638
+ "time_units": "ms",
639
+ "entity": "Channels",
640
+ "action": "getChannelsreplies",
641
+ "isThrottling": false
642
+ },
643
+ {
644
+ "num_called": 3,
645
+ "numRetries": 0,
646
+ "numRedirects": 0,
647
+ "throttleCount": 0,
648
+ "timeouts": 0,
649
+ "tot_queue_time": 0,
650
+ "tot_rnd_trip": 0,
651
+ "tot_library": 6,
652
+ "tot_overall": 0,
653
+ "results.200": 3,
654
+ "time_units": "ms",
655
+ "entity": "Channels",
656
+ "action": "postChannelsunarchive",
657
+ "isThrottling": false
658
+ },
659
+ {
660
+ "num_called": 3,
661
+ "numRetries": 0,
662
+ "numRedirects": 0,
663
+ "throttleCount": 0,
664
+ "timeouts": 0,
665
+ "tot_queue_time": 0,
666
+ "tot_rnd_trip": 0,
667
+ "tot_library": 3,
668
+ "tot_overall": 0,
669
+ "results.200": 3,
670
+ "time_units": "ms",
671
+ "entity": "Chat",
672
+ "action": "getChatgetPermalink",
673
+ "isThrottling": false
674
+ },
675
+ {
676
+ "num_called": 3,
677
+ "numRetries": 0,
678
+ "numRedirects": 0,
679
+ "throttleCount": 0,
680
+ "timeouts": 0,
681
+ "tot_queue_time": 0,
682
+ "tot_rnd_trip": 0,
683
+ "tot_library": 3,
684
+ "tot_overall": 0,
685
+ "results.200": 3,
686
+ "time_units": "ms",
687
+ "entity": "Chat",
688
+ "action": "postChatmeMessage",
689
+ "isThrottling": false
690
+ },
691
+ {
692
+ "num_called": 3,
693
+ "numRetries": 0,
694
+ "numRedirects": 0,
695
+ "throttleCount": 0,
696
+ "timeouts": 0,
697
+ "tot_queue_time": 0,
698
+ "tot_rnd_trip": 0,
699
+ "tot_library": 6,
700
+ "tot_overall": 0,
701
+ "results.200": 3,
702
+ "time_units": "ms",
703
+ "entity": "Chat",
704
+ "action": "postChatpostEphemeral",
705
+ "isThrottling": false
706
+ },
707
+ {
708
+ "num_called": 3,
709
+ "numRetries": 0,
710
+ "numRedirects": 0,
711
+ "throttleCount": 0,
712
+ "timeouts": 0,
713
+ "tot_queue_time": 0,
714
+ "tot_rnd_trip": 0,
715
+ "tot_library": 4,
716
+ "tot_overall": 0,
717
+ "results.200": 3,
718
+ "time_units": "ms",
719
+ "entity": "Chat",
720
+ "action": "postChatunfurl",
721
+ "isThrottling": false
722
+ },
723
+ {
724
+ "num_called": 3,
725
+ "numRetries": 0,
726
+ "numRedirects": 0,
727
+ "throttleCount": 0,
728
+ "timeouts": 0,
729
+ "tot_queue_time": 0,
730
+ "tot_rnd_trip": 0,
731
+ "tot_library": 6,
732
+ "tot_overall": 0,
733
+ "results.200": 3,
734
+ "time_units": "ms",
735
+ "entity": "Conversations",
736
+ "action": "getConversationshistory",
737
+ "isThrottling": false
738
+ },
739
+ {
740
+ "num_called": 3,
741
+ "numRetries": 0,
742
+ "numRedirects": 0,
743
+ "throttleCount": 0,
744
+ "timeouts": 0,
745
+ "tot_queue_time": 0,
746
+ "tot_rnd_trip": 0,
747
+ "tot_library": 6,
748
+ "tot_overall": 0,
749
+ "results.200": 3,
750
+ "time_units": "ms",
751
+ "entity": "Conversations",
752
+ "action": "postConversationsclose",
753
+ "isThrottling": false
754
+ },
755
+ {
756
+ "num_called": 3,
757
+ "numRetries": 0,
758
+ "numRedirects": 0,
759
+ "throttleCount": 0,
760
+ "timeouts": 0,
761
+ "tot_queue_time": 0,
762
+ "tot_rnd_trip": 0,
763
+ "tot_library": 6,
764
+ "tot_overall": 0,
765
+ "results.200": 3,
766
+ "time_units": "ms",
767
+ "entity": "Conversations",
768
+ "action": "postConversationsjoin",
769
+ "isThrottling": false
770
+ },
771
+ {
772
+ "num_called": 3,
773
+ "numRetries": 0,
774
+ "numRedirects": 0,
775
+ "throttleCount": 0,
776
+ "timeouts": 0,
777
+ "tot_queue_time": 0,
778
+ "tot_rnd_trip": 0,
779
+ "tot_library": 6,
780
+ "tot_overall": 0,
781
+ "results.200": 3,
782
+ "time_units": "ms",
783
+ "entity": "Conversations",
784
+ "action": "postConversationsleave",
785
+ "isThrottling": false
786
+ },
787
+ {
788
+ "num_called": 3,
789
+ "numRetries": 0,
790
+ "numRedirects": 0,
791
+ "throttleCount": 0,
792
+ "timeouts": 0,
793
+ "tot_queue_time": 0,
794
+ "tot_rnd_trip": 0,
795
+ "tot_library": 6,
796
+ "tot_overall": 0,
797
+ "results.200": 3,
798
+ "time_units": "ms",
799
+ "entity": "Conversations",
800
+ "action": "postConversationsopen",
801
+ "isThrottling": false
802
+ },
803
+ {
804
+ "num_called": 3,
805
+ "numRetries": 0,
806
+ "numRedirects": 0,
807
+ "throttleCount": 0,
808
+ "timeouts": 0,
809
+ "tot_queue_time": 0,
810
+ "tot_rnd_trip": 0,
811
+ "tot_library": 6,
812
+ "tot_overall": 0,
813
+ "results.200": 3,
814
+ "time_units": "ms",
815
+ "entity": "Conversations",
816
+ "action": "postConversationsrename",
817
+ "isThrottling": false
818
+ },
819
+ {
820
+ "num_called": 3,
821
+ "numRetries": 0,
822
+ "numRedirects": 0,
823
+ "throttleCount": 0,
824
+ "timeouts": 0,
825
+ "tot_queue_time": 0,
826
+ "tot_rnd_trip": 0,
827
+ "tot_library": 6,
828
+ "tot_overall": 0,
829
+ "results.200": 3,
830
+ "time_units": "ms",
831
+ "entity": "Conversations",
832
+ "action": "getConversationsreplies",
833
+ "isThrottling": false
834
+ },
835
+ {
836
+ "num_called": 3,
837
+ "numRetries": 0,
838
+ "numRedirects": 0,
839
+ "throttleCount": 0,
840
+ "timeouts": 0,
841
+ "tot_queue_time": 0,
842
+ "tot_rnd_trip": 0,
843
+ "tot_library": 6,
844
+ "tot_overall": 0,
845
+ "results.200": 3,
846
+ "time_units": "ms",
847
+ "entity": "Conversations",
848
+ "action": "postConversationsunarchive",
849
+ "isThrottling": false
850
+ },
851
+ {
852
+ "num_called": 3,
853
+ "numRetries": 0,
854
+ "numRedirects": 0,
855
+ "throttleCount": 0,
856
+ "timeouts": 0,
857
+ "tot_queue_time": 0,
858
+ "tot_rnd_trip": 0,
859
+ "tot_library": 6,
860
+ "tot_overall": 0,
861
+ "results.200": 3,
862
+ "time_units": "ms",
863
+ "entity": "Dialog",
864
+ "action": "getDialogopen",
865
+ "isThrottling": false
866
+ },
867
+ {
868
+ "num_called": 3,
869
+ "numRetries": 0,
870
+ "numRedirects": 0,
871
+ "throttleCount": 0,
872
+ "timeouts": 0,
873
+ "tot_queue_time": 0,
874
+ "tot_rnd_trip": 0,
875
+ "tot_library": 3,
876
+ "tot_overall": 0,
877
+ "results.200": 3,
878
+ "time_units": "ms",
879
+ "entity": "Dnd",
880
+ "action": "postDndendDnd",
881
+ "isThrottling": false
882
+ },
883
+ {
884
+ "num_called": 3,
885
+ "numRetries": 0,
886
+ "numRedirects": 0,
887
+ "throttleCount": 0,
888
+ "timeouts": 0,
889
+ "tot_queue_time": 0,
890
+ "tot_rnd_trip": 0,
891
+ "tot_library": 3,
892
+ "tot_overall": 0,
893
+ "results.200": 3,
894
+ "time_units": "ms",
895
+ "entity": "Dnd",
896
+ "action": "postDndendSnooze",
897
+ "isThrottling": false
898
+ },
899
+ {
900
+ "num_called": 3,
901
+ "numRetries": 0,
902
+ "numRedirects": 0,
903
+ "throttleCount": 0,
904
+ "timeouts": 0,
905
+ "tot_queue_time": 0,
906
+ "tot_rnd_trip": 0,
907
+ "tot_library": 6,
908
+ "tot_overall": 0,
909
+ "results.200": 3,
910
+ "time_units": "ms",
911
+ "entity": "Dnd",
912
+ "action": "getDndinfo",
913
+ "isThrottling": false
914
+ },
915
+ {
916
+ "num_called": 3,
917
+ "numRetries": 0,
918
+ "numRedirects": 0,
919
+ "throttleCount": 0,
920
+ "timeouts": 0,
921
+ "tot_queue_time": 0,
922
+ "tot_rnd_trip": 0,
923
+ "tot_library": 3,
924
+ "tot_overall": 0,
925
+ "results.200": 3,
926
+ "time_units": "ms",
927
+ "entity": "Dnd",
928
+ "action": "postDndsetSnooze",
929
+ "isThrottling": false
930
+ },
931
+ {
932
+ "num_called": 3,
933
+ "numRetries": 0,
934
+ "numRedirects": 0,
935
+ "throttleCount": 0,
936
+ "timeouts": 0,
937
+ "tot_queue_time": 0,
938
+ "tot_rnd_trip": 0,
939
+ "tot_library": 4,
940
+ "tot_overall": 0,
941
+ "results.200": 3,
942
+ "time_units": "ms",
943
+ "entity": "Dnd",
944
+ "action": "getDndteamInfo",
945
+ "isThrottling": false
946
+ },
947
+ {
948
+ "num_called": 3,
949
+ "numRetries": 0,
950
+ "numRedirects": 0,
951
+ "throttleCount": 0,
952
+ "timeouts": 0,
953
+ "tot_queue_time": 0,
954
+ "tot_rnd_trip": 0,
955
+ "tot_library": 3,
956
+ "tot_overall": 0,
957
+ "results.200": 3,
958
+ "time_units": "ms",
959
+ "entity": "Emoji",
960
+ "action": "getEmojilist",
961
+ "isThrottling": false
962
+ },
963
+ {
964
+ "num_called": 3,
965
+ "numRetries": 0,
966
+ "numRedirects": 0,
967
+ "throttleCount": 0,
968
+ "timeouts": 0,
969
+ "tot_queue_time": 0,
970
+ "tot_rnd_trip": 0,
971
+ "tot_library": 3,
972
+ "tot_overall": 0,
973
+ "results.200": 3,
974
+ "time_units": "ms",
975
+ "entity": "Filescomments",
976
+ "action": "postFilescommentsadd",
977
+ "isThrottling": false
978
+ },
979
+ {
980
+ "num_called": 3,
981
+ "numRetries": 0,
982
+ "numRedirects": 0,
983
+ "throttleCount": 0,
984
+ "timeouts": 0,
985
+ "tot_queue_time": 0,
986
+ "tot_rnd_trip": 0,
987
+ "tot_library": 3,
988
+ "tot_overall": 0,
989
+ "results.200": 3,
990
+ "time_units": "ms",
991
+ "entity": "Filescomments",
992
+ "action": "postFilescommentsdelete",
993
+ "isThrottling": false
994
+ },
995
+ {
996
+ "num_called": 3,
997
+ "numRetries": 0,
998
+ "numRedirects": 0,
999
+ "throttleCount": 0,
1000
+ "timeouts": 0,
1001
+ "tot_queue_time": 0,
1002
+ "tot_rnd_trip": 0,
1003
+ "tot_library": 3,
1004
+ "tot_overall": 0,
1005
+ "results.200": 3,
1006
+ "time_units": "ms",
1007
+ "entity": "Filescomments",
1008
+ "action": "postFilescommentsedit",
1009
+ "isThrottling": false
1010
+ },
1011
+ {
1012
+ "num_called": 3,
1013
+ "numRetries": 0,
1014
+ "numRedirects": 0,
1015
+ "throttleCount": 0,
1016
+ "timeouts": 0,
1017
+ "tot_queue_time": 0,
1018
+ "tot_rnd_trip": 0,
1019
+ "tot_library": 3,
1020
+ "tot_overall": 0,
1021
+ "results.200": 3,
1022
+ "time_units": "ms",
1023
+ "entity": "Files",
1024
+ "action": "postFilesdelete",
1025
+ "isThrottling": false
1026
+ },
1027
+ {
1028
+ "num_called": 3,
1029
+ "numRetries": 0,
1030
+ "numRedirects": 0,
1031
+ "throttleCount": 0,
1032
+ "timeouts": 0,
1033
+ "tot_queue_time": 0,
1034
+ "tot_rnd_trip": 0,
1035
+ "tot_library": 3,
1036
+ "tot_overall": 0,
1037
+ "results.200": 3,
1038
+ "time_units": "ms",
1039
+ "entity": "Files",
1040
+ "action": "getFilesinfo",
1041
+ "isThrottling": false
1042
+ },
1043
+ {
1044
+ "num_called": 3,
1045
+ "numRetries": 0,
1046
+ "numRedirects": 0,
1047
+ "throttleCount": 0,
1048
+ "timeouts": 0,
1049
+ "tot_queue_time": 0,
1050
+ "tot_rnd_trip": 0,
1051
+ "tot_library": 3,
1052
+ "tot_overall": 0,
1053
+ "results.200": 3,
1054
+ "time_units": "ms",
1055
+ "entity": "Files",
1056
+ "action": "getFileslist",
1057
+ "isThrottling": false
1058
+ },
1059
+ {
1060
+ "num_called": 3,
1061
+ "numRetries": 0,
1062
+ "numRedirects": 0,
1063
+ "throttleCount": 0,
1064
+ "timeouts": 0,
1065
+ "tot_queue_time": 0,
1066
+ "tot_rnd_trip": 0,
1067
+ "tot_library": 4,
1068
+ "tot_overall": 0,
1069
+ "results.200": 3,
1070
+ "time_units": "ms",
1071
+ "entity": "Files",
1072
+ "action": "postFilesrevokePublicURL",
1073
+ "isThrottling": false
1074
+ },
1075
+ {
1076
+ "num_called": 3,
1077
+ "numRetries": 0,
1078
+ "numRedirects": 0,
1079
+ "throttleCount": 0,
1080
+ "timeouts": 0,
1081
+ "tot_queue_time": 0,
1082
+ "tot_rnd_trip": 0,
1083
+ "tot_library": 3,
1084
+ "tot_overall": 0,
1085
+ "results.200": 3,
1086
+ "time_units": "ms",
1087
+ "entity": "Files",
1088
+ "action": "postFilessharedPublicURL",
1089
+ "isThrottling": false
1090
+ },
1091
+ {
1092
+ "num_called": 3,
1093
+ "numRetries": 0,
1094
+ "numRedirects": 0,
1095
+ "throttleCount": 0,
1096
+ "timeouts": 0,
1097
+ "tot_queue_time": 0,
1098
+ "tot_rnd_trip": 0,
1099
+ "tot_library": 3,
1100
+ "tot_overall": 0,
1101
+ "results.200": 3,
1102
+ "time_units": "ms",
1103
+ "entity": "Files",
1104
+ "action": "postFilesupload",
1105
+ "isThrottling": false
1106
+ },
1107
+ {
1108
+ "num_called": 3,
1109
+ "numRetries": 0,
1110
+ "numRedirects": 0,
1111
+ "throttleCount": 0,
1112
+ "timeouts": 0,
1113
+ "tot_queue_time": 0,
1114
+ "tot_rnd_trip": 0,
1115
+ "tot_library": 6,
1116
+ "tot_overall": 0,
1117
+ "results.200": 3,
1118
+ "time_units": "ms",
1119
+ "entity": "Groups",
1120
+ "action": "postGroupsarchive",
1121
+ "isThrottling": false
1122
+ },
1123
+ {
1124
+ "num_called": 3,
1125
+ "numRetries": 0,
1126
+ "numRedirects": 0,
1127
+ "throttleCount": 0,
1128
+ "timeouts": 0,
1129
+ "tot_queue_time": 0,
1130
+ "tot_rnd_trip": 0,
1131
+ "tot_library": 5,
1132
+ "tot_overall": 0,
1133
+ "results.200": 3,
1134
+ "time_units": "ms",
1135
+ "entity": "Groups",
1136
+ "action": "postGroupscreate",
1137
+ "isThrottling": false
1138
+ },
1139
+ {
1140
+ "num_called": 3,
1141
+ "numRetries": 0,
1142
+ "numRedirects": 0,
1143
+ "throttleCount": 0,
1144
+ "timeouts": 0,
1145
+ "tot_queue_time": 0,
1146
+ "tot_rnd_trip": 0,
1147
+ "tot_library": 3,
1148
+ "tot_overall": 0,
1149
+ "results.200": 3,
1150
+ "time_units": "ms",
1151
+ "entity": "Groups",
1152
+ "action": "postGroupscreateChild",
1153
+ "isThrottling": false
1154
+ },
1155
+ {
1156
+ "num_called": 3,
1157
+ "numRetries": 0,
1158
+ "numRedirects": 0,
1159
+ "throttleCount": 0,
1160
+ "timeouts": 0,
1161
+ "tot_queue_time": 0,
1162
+ "tot_rnd_trip": 0,
1163
+ "tot_library": 6,
1164
+ "tot_overall": 0,
1165
+ "results.200": 3,
1166
+ "time_units": "ms",
1167
+ "entity": "Groups",
1168
+ "action": "getGroupshistory",
1169
+ "isThrottling": false
1170
+ },
1171
+ {
1172
+ "num_called": 3,
1173
+ "numRetries": 0,
1174
+ "numRedirects": 0,
1175
+ "throttleCount": 0,
1176
+ "timeouts": 0,
1177
+ "tot_queue_time": 0,
1178
+ "tot_rnd_trip": 0,
1179
+ "tot_library": 6,
1180
+ "tot_overall": 0,
1181
+ "results.200": 3,
1182
+ "time_units": "ms",
1183
+ "entity": "Groups",
1184
+ "action": "getGroupsinfo",
1185
+ "isThrottling": false
1186
+ },
1187
+ {
1188
+ "num_called": 3,
1189
+ "numRetries": 0,
1190
+ "numRedirects": 0,
1191
+ "throttleCount": 0,
1192
+ "timeouts": 0,
1193
+ "tot_queue_time": 0,
1194
+ "tot_rnd_trip": 0,
1195
+ "tot_library": 6,
1196
+ "tot_overall": 0,
1197
+ "results.200": 3,
1198
+ "time_units": "ms",
1199
+ "entity": "Groups",
1200
+ "action": "postGroupsinvite",
1201
+ "isThrottling": false
1202
+ },
1203
+ {
1204
+ "num_called": 3,
1205
+ "numRetries": 0,
1206
+ "numRedirects": 0,
1207
+ "throttleCount": 0,
1208
+ "timeouts": 0,
1209
+ "tot_queue_time": 0,
1210
+ "tot_rnd_trip": 0,
1211
+ "tot_library": 6,
1212
+ "tot_overall": 0,
1213
+ "results.200": 3,
1214
+ "time_units": "ms",
1215
+ "entity": "Groups",
1216
+ "action": "postGroupskick",
1217
+ "isThrottling": false
1218
+ },
1219
+ {
1220
+ "num_called": 3,
1221
+ "numRetries": 0,
1222
+ "numRedirects": 0,
1223
+ "throttleCount": 0,
1224
+ "timeouts": 0,
1225
+ "tot_queue_time": 0,
1226
+ "tot_rnd_trip": 0,
1227
+ "tot_library": 6,
1228
+ "tot_overall": 0,
1229
+ "results.200": 3,
1230
+ "time_units": "ms",
1231
+ "entity": "Groups",
1232
+ "action": "postGroupsleave",
1233
+ "isThrottling": false
1234
+ },
1235
+ {
1236
+ "num_called": 3,
1237
+ "numRetries": 0,
1238
+ "numRedirects": 0,
1239
+ "throttleCount": 0,
1240
+ "timeouts": 0,
1241
+ "tot_queue_time": 0,
1242
+ "tot_rnd_trip": 0,
1243
+ "tot_library": 7,
1244
+ "tot_overall": 0,
1245
+ "results.200": 3,
1246
+ "time_units": "ms",
1247
+ "entity": "Groups",
1248
+ "action": "getGroupslist",
1249
+ "isThrottling": false
1250
+ },
1251
+ {
1252
+ "num_called": 3,
1253
+ "numRetries": 0,
1254
+ "numRedirects": 0,
1255
+ "throttleCount": 0,
1256
+ "timeouts": 0,
1257
+ "tot_queue_time": 0,
1258
+ "tot_rnd_trip": 0,
1259
+ "tot_library": 6,
1260
+ "tot_overall": 0,
1261
+ "results.200": 3,
1262
+ "time_units": "ms",
1263
+ "entity": "Groups",
1264
+ "action": "postGroupsmark",
1265
+ "isThrottling": false
1266
+ },
1267
+ {
1268
+ "num_called": 3,
1269
+ "numRetries": 0,
1270
+ "numRedirects": 0,
1271
+ "throttleCount": 0,
1272
+ "timeouts": 0,
1273
+ "tot_queue_time": 0,
1274
+ "tot_rnd_trip": 0,
1275
+ "tot_library": 3,
1276
+ "tot_overall": 0,
1277
+ "results.200": 3,
1278
+ "time_units": "ms",
1279
+ "entity": "Groups",
1280
+ "action": "postGroupsopen",
1281
+ "isThrottling": false
1282
+ },
1283
+ {
1284
+ "num_called": 3,
1285
+ "numRetries": 0,
1286
+ "numRedirects": 0,
1287
+ "throttleCount": 0,
1288
+ "timeouts": 0,
1289
+ "tot_queue_time": 0,
1290
+ "tot_rnd_trip": 0,
1291
+ "tot_library": 5,
1292
+ "tot_overall": 0,
1293
+ "results.200": 3,
1294
+ "time_units": "ms",
1295
+ "entity": "Groups",
1296
+ "action": "postGroupsrename",
1297
+ "isThrottling": false
1298
+ },
1299
+ {
1300
+ "num_called": 3,
1301
+ "numRetries": 0,
1302
+ "numRedirects": 0,
1303
+ "throttleCount": 0,
1304
+ "timeouts": 0,
1305
+ "tot_queue_time": 0,
1306
+ "tot_rnd_trip": 0,
1307
+ "tot_library": 4,
1308
+ "tot_overall": 0,
1309
+ "results.200": 3,
1310
+ "time_units": "ms",
1311
+ "entity": "Groups",
1312
+ "action": "getGroupsreplies",
1313
+ "isThrottling": false
1314
+ },
1315
+ {
1316
+ "num_called": 3,
1317
+ "numRetries": 0,
1318
+ "numRedirects": 0,
1319
+ "throttleCount": 0,
1320
+ "timeouts": 0,
1321
+ "tot_queue_time": 0,
1322
+ "tot_rnd_trip": 0,
1323
+ "tot_library": 6,
1324
+ "tot_overall": 0,
1325
+ "results.200": 3,
1326
+ "time_units": "ms",
1327
+ "entity": "Groups",
1328
+ "action": "postGroupssetPurpose",
1329
+ "isThrottling": false
1330
+ },
1331
+ {
1332
+ "num_called": 3,
1333
+ "numRetries": 0,
1334
+ "numRedirects": 0,
1335
+ "throttleCount": 0,
1336
+ "timeouts": 0,
1337
+ "tot_queue_time": 0,
1338
+ "tot_rnd_trip": 0,
1339
+ "tot_library": 4,
1340
+ "tot_overall": 0,
1341
+ "results.200": 3,
1342
+ "time_units": "ms",
1343
+ "entity": "Groups",
1344
+ "action": "postGroupssetTopic",
1345
+ "isThrottling": false
1346
+ },
1347
+ {
1348
+ "num_called": 3,
1349
+ "numRetries": 0,
1350
+ "numRedirects": 0,
1351
+ "throttleCount": 0,
1352
+ "timeouts": 0,
1353
+ "tot_queue_time": 0,
1354
+ "tot_rnd_trip": 0,
1355
+ "tot_library": 5,
1356
+ "tot_overall": 0,
1357
+ "results.200": 3,
1358
+ "time_units": "ms",
1359
+ "entity": "Groups",
1360
+ "action": "postGroupsunarchive",
1361
+ "isThrottling": false
1362
+ },
1363
+ {
1364
+ "num_called": 3,
1365
+ "numRetries": 0,
1366
+ "numRedirects": 0,
1367
+ "throttleCount": 0,
1368
+ "timeouts": 0,
1369
+ "tot_queue_time": 0,
1370
+ "tot_rnd_trip": 0,
1371
+ "tot_library": 3,
1372
+ "tot_overall": 0,
1373
+ "results.200": 3,
1374
+ "time_units": "ms",
1375
+ "entity": "Im",
1376
+ "action": "getImhistory",
1377
+ "isThrottling": false
1378
+ },
1379
+ {
1380
+ "num_called": 3,
1381
+ "numRetries": 0,
1382
+ "numRedirects": 0,
1383
+ "throttleCount": 0,
1384
+ "timeouts": 0,
1385
+ "tot_queue_time": 0,
1386
+ "tot_rnd_trip": 0,
1387
+ "tot_library": 6,
1388
+ "tot_overall": 0,
1389
+ "results.200": 3,
1390
+ "time_units": "ms",
1391
+ "entity": "Im",
1392
+ "action": "postImmark",
1393
+ "isThrottling": false
1394
+ },
1395
+ {
1396
+ "num_called": 3,
1397
+ "numRetries": 0,
1398
+ "numRedirects": 0,
1399
+ "throttleCount": 0,
1400
+ "timeouts": 0,
1401
+ "tot_queue_time": 0,
1402
+ "tot_rnd_trip": 0,
1403
+ "tot_library": 3,
1404
+ "tot_overall": 0,
1405
+ "results.200": 3,
1406
+ "time_units": "ms",
1407
+ "entity": "Im",
1408
+ "action": "getImreplies",
1409
+ "isThrottling": false
1410
+ },
1411
+ {
1412
+ "num_called": 3,
1413
+ "numRetries": 0,
1414
+ "numRedirects": 0,
1415
+ "throttleCount": 0,
1416
+ "timeouts": 0,
1417
+ "tot_queue_time": 0,
1418
+ "tot_rnd_trip": 0,
1419
+ "tot_library": 3,
1420
+ "tot_overall": 0,
1421
+ "results.200": 3,
1422
+ "time_units": "ms",
1423
+ "entity": "Migration",
1424
+ "action": "getMigrationexchange",
1425
+ "isThrottling": false
1426
+ },
1427
+ {
1428
+ "num_called": 3,
1429
+ "numRetries": 0,
1430
+ "numRedirects": 0,
1431
+ "throttleCount": 0,
1432
+ "timeouts": 0,
1433
+ "tot_queue_time": 0,
1434
+ "tot_rnd_trip": 0,
1435
+ "tot_library": 3,
1436
+ "tot_overall": 0,
1437
+ "results.200": 3,
1438
+ "time_units": "ms",
1439
+ "entity": "Mpim",
1440
+ "action": "postMpimclose",
1441
+ "isThrottling": false
1442
+ },
1443
+ {
1444
+ "num_called": 3,
1445
+ "numRetries": 0,
1446
+ "numRedirects": 0,
1447
+ "throttleCount": 0,
1448
+ "timeouts": 0,
1449
+ "tot_queue_time": 0,
1450
+ "tot_rnd_trip": 0,
1451
+ "tot_library": 3,
1452
+ "tot_overall": 0,
1453
+ "results.200": 3,
1454
+ "time_units": "ms",
1455
+ "entity": "Mpim",
1456
+ "action": "getMpimhistory",
1457
+ "isThrottling": false
1458
+ },
1459
+ {
1460
+ "num_called": 3,
1461
+ "numRetries": 0,
1462
+ "numRedirects": 0,
1463
+ "throttleCount": 0,
1464
+ "timeouts": 0,
1465
+ "tot_queue_time": 0,
1466
+ "tot_rnd_trip": 0,
1467
+ "tot_library": 3,
1468
+ "tot_overall": 0,
1469
+ "results.200": 3,
1470
+ "time_units": "ms",
1471
+ "entity": "Mpim",
1472
+ "action": "getMpimlist",
1473
+ "isThrottling": false
1474
+ },
1475
+ {
1476
+ "num_called": 3,
1477
+ "numRetries": 0,
1478
+ "numRedirects": 0,
1479
+ "throttleCount": 0,
1480
+ "timeouts": 0,
1481
+ "tot_queue_time": 0,
1482
+ "tot_rnd_trip": 0,
1483
+ "tot_library": 3,
1484
+ "tot_overall": 0,
1485
+ "results.200": 3,
1486
+ "time_units": "ms",
1487
+ "entity": "Mpim",
1488
+ "action": "postMpimmark",
1489
+ "isThrottling": false
1490
+ },
1491
+ {
1492
+ "num_called": 3,
1493
+ "numRetries": 0,
1494
+ "numRedirects": 0,
1495
+ "throttleCount": 0,
1496
+ "timeouts": 0,
1497
+ "tot_queue_time": 0,
1498
+ "tot_rnd_trip": 0,
1499
+ "tot_library": 3,
1500
+ "tot_overall": 0,
1501
+ "results.200": 3,
1502
+ "time_units": "ms",
1503
+ "entity": "Mpim",
1504
+ "action": "postMpimopen",
1505
+ "isThrottling": false
1506
+ },
1507
+ {
1508
+ "num_called": 3,
1509
+ "numRetries": 0,
1510
+ "numRedirects": 0,
1511
+ "throttleCount": 0,
1512
+ "timeouts": 0,
1513
+ "tot_queue_time": 0,
1514
+ "tot_rnd_trip": 0,
1515
+ "tot_library": 3,
1516
+ "tot_overall": 0,
1517
+ "results.200": 3,
1518
+ "time_units": "ms",
1519
+ "entity": "Mpim",
1520
+ "action": "getMpimreplies",
1521
+ "isThrottling": false
1522
+ },
1523
+ {
1524
+ "num_called": 3,
1525
+ "numRetries": 0,
1526
+ "numRedirects": 0,
1527
+ "throttleCount": 0,
1528
+ "timeouts": 0,
1529
+ "tot_queue_time": 0,
1530
+ "tot_rnd_trip": 0,
1531
+ "tot_library": 6,
1532
+ "tot_overall": 0,
1533
+ "results.200": 3,
1534
+ "time_units": "ms",
1535
+ "entity": "Oauth",
1536
+ "action": "getOauthaccess",
1537
+ "isThrottling": false
1538
+ },
1539
+ {
1540
+ "num_called": 3,
1541
+ "numRetries": 0,
1542
+ "numRedirects": 0,
1543
+ "throttleCount": 0,
1544
+ "timeouts": 0,
1545
+ "tot_queue_time": 0,
1546
+ "tot_rnd_trip": 0,
1547
+ "tot_library": 3,
1548
+ "tot_overall": 0,
1549
+ "results.200": 3,
1550
+ "time_units": "ms",
1551
+ "entity": "Oauth",
1552
+ "action": "getOauthtoken",
1553
+ "isThrottling": false
1554
+ },
1555
+ {
1556
+ "num_called": 3,
1557
+ "numRetries": 0,
1558
+ "numRedirects": 0,
1559
+ "throttleCount": 0,
1560
+ "timeouts": 0,
1561
+ "tot_queue_time": 0,
1562
+ "tot_rnd_trip": 0,
1563
+ "tot_library": 3,
1564
+ "tot_overall": 0,
1565
+ "results.200": 3,
1566
+ "time_units": "ms",
1567
+ "entity": "Pins",
1568
+ "action": "postPinsadd",
1569
+ "isThrottling": false
1570
+ },
1571
+ {
1572
+ "num_called": 3,
1573
+ "numRetries": 0,
1574
+ "numRedirects": 0,
1575
+ "throttleCount": 0,
1576
+ "timeouts": 0,
1577
+ "tot_queue_time": 0,
1578
+ "tot_rnd_trip": 0,
1579
+ "tot_library": 3,
1580
+ "tot_overall": 0,
1581
+ "results.200": 3,
1582
+ "time_units": "ms",
1583
+ "entity": "Pins",
1584
+ "action": "getPinslist",
1585
+ "isThrottling": false
1586
+ },
1587
+ {
1588
+ "num_called": 3,
1589
+ "numRetries": 0,
1590
+ "numRedirects": 0,
1591
+ "throttleCount": 0,
1592
+ "timeouts": 0,
1593
+ "tot_queue_time": 0,
1594
+ "tot_rnd_trip": 0,
1595
+ "tot_library": 3,
1596
+ "tot_overall": 0,
1597
+ "results.200": 3,
1598
+ "time_units": "ms",
1599
+ "entity": "Pins",
1600
+ "action": "postPinsremove",
1601
+ "isThrottling": false
1602
+ },
1603
+ {
1604
+ "num_called": 3,
1605
+ "numRetries": 0,
1606
+ "numRedirects": 0,
1607
+ "throttleCount": 0,
1608
+ "timeouts": 0,
1609
+ "tot_queue_time": 0,
1610
+ "tot_rnd_trip": 0,
1611
+ "tot_library": 5,
1612
+ "tot_overall": 0,
1613
+ "results.200": 3,
1614
+ "time_units": "ms",
1615
+ "entity": "Reactions",
1616
+ "action": "postReactionsadd",
1617
+ "isThrottling": false
1618
+ },
1619
+ {
1620
+ "num_called": 3,
1621
+ "numRetries": 0,
1622
+ "numRedirects": 0,
1623
+ "throttleCount": 0,
1624
+ "timeouts": 0,
1625
+ "tot_queue_time": 0,
1626
+ "tot_rnd_trip": 0,
1627
+ "tot_library": 3,
1628
+ "tot_overall": 0,
1629
+ "results.200": 3,
1630
+ "time_units": "ms",
1631
+ "entity": "Reactions",
1632
+ "action": "getReactionsget",
1633
+ "isThrottling": false
1634
+ },
1635
+ {
1636
+ "num_called": 3,
1637
+ "numRetries": 0,
1638
+ "numRedirects": 0,
1639
+ "throttleCount": 0,
1640
+ "timeouts": 0,
1641
+ "tot_queue_time": 0,
1642
+ "tot_rnd_trip": 0,
1643
+ "tot_library": 3,
1644
+ "tot_overall": 0,
1645
+ "results.200": 3,
1646
+ "time_units": "ms",
1647
+ "entity": "Reactions",
1648
+ "action": "getReactionslist",
1649
+ "isThrottling": false
1650
+ },
1651
+ {
1652
+ "num_called": 3,
1653
+ "numRetries": 0,
1654
+ "numRedirects": 0,
1655
+ "throttleCount": 0,
1656
+ "timeouts": 0,
1657
+ "tot_queue_time": 0,
1658
+ "tot_rnd_trip": 0,
1659
+ "tot_library": 3,
1660
+ "tot_overall": 0,
1661
+ "results.200": 3,
1662
+ "time_units": "ms",
1663
+ "entity": "Reactions",
1664
+ "action": "postReactionsremove",
1665
+ "isThrottling": false
1666
+ },
1667
+ {
1668
+ "num_called": 3,
1669
+ "numRetries": 0,
1670
+ "numRedirects": 0,
1671
+ "throttleCount": 0,
1672
+ "timeouts": 0,
1673
+ "tot_queue_time": 0,
1674
+ "tot_rnd_trip": 0,
1675
+ "tot_library": 3,
1676
+ "tot_overall": 0,
1677
+ "results.200": 3,
1678
+ "time_units": "ms",
1679
+ "entity": "Reminders",
1680
+ "action": "postRemindersadd",
1681
+ "isThrottling": false
1682
+ },
1683
+ {
1684
+ "num_called": 3,
1685
+ "numRetries": 0,
1686
+ "numRedirects": 0,
1687
+ "throttleCount": 0,
1688
+ "timeouts": 0,
1689
+ "tot_queue_time": 0,
1690
+ "tot_rnd_trip": 0,
1691
+ "tot_library": 3,
1692
+ "tot_overall": 0,
1693
+ "results.200": 3,
1694
+ "time_units": "ms",
1695
+ "entity": "Reminders",
1696
+ "action": "postReminderscomplete",
1697
+ "isThrottling": false
1698
+ },
1699
+ {
1700
+ "num_called": 3,
1701
+ "numRetries": 0,
1702
+ "numRedirects": 0,
1703
+ "throttleCount": 0,
1704
+ "timeouts": 0,
1705
+ "tot_queue_time": 0,
1706
+ "tot_rnd_trip": 0,
1707
+ "tot_library": 3,
1708
+ "tot_overall": 0,
1709
+ "results.200": 3,
1710
+ "time_units": "ms",
1711
+ "entity": "Reminders",
1712
+ "action": "postRemindersdelete",
1713
+ "isThrottling": false
1714
+ },
1715
+ {
1716
+ "num_called": 3,
1717
+ "numRetries": 0,
1718
+ "numRedirects": 0,
1719
+ "throttleCount": 0,
1720
+ "timeouts": 0,
1721
+ "tot_queue_time": 0,
1722
+ "tot_rnd_trip": 0,
1723
+ "tot_library": 3,
1724
+ "tot_overall": 0,
1725
+ "results.200": 3,
1726
+ "time_units": "ms",
1727
+ "entity": "Reminders",
1728
+ "action": "getRemindersinfo",
1729
+ "isThrottling": false
1730
+ },
1731
+ {
1732
+ "num_called": 3,
1733
+ "numRetries": 0,
1734
+ "numRedirects": 0,
1735
+ "throttleCount": 0,
1736
+ "timeouts": 0,
1737
+ "tot_queue_time": 0,
1738
+ "tot_rnd_trip": 0,
1739
+ "tot_library": 3,
1740
+ "tot_overall": 0,
1741
+ "results.200": 3,
1742
+ "time_units": "ms",
1743
+ "entity": "Reminders",
1744
+ "action": "getReminderslist",
1745
+ "isThrottling": false
1746
+ },
1747
+ {
1748
+ "num_called": 3,
1749
+ "numRetries": 0,
1750
+ "numRedirects": 0,
1751
+ "throttleCount": 0,
1752
+ "timeouts": 0,
1753
+ "tot_queue_time": 0,
1754
+ "tot_rnd_trip": 0,
1755
+ "tot_library": 3,
1756
+ "tot_overall": 0,
1757
+ "results.200": 3,
1758
+ "time_units": "ms",
1759
+ "entity": "Rtm",
1760
+ "action": "getRtmconnect",
1761
+ "isThrottling": false
1762
+ },
1763
+ {
1764
+ "num_called": 3,
1765
+ "numRetries": 0,
1766
+ "numRedirects": 0,
1767
+ "throttleCount": 0,
1768
+ "timeouts": 0,
1769
+ "tot_queue_time": 0,
1770
+ "tot_rnd_trip": 0,
1771
+ "tot_library": 3,
1772
+ "tot_overall": 0,
1773
+ "results.200": 3,
1774
+ "time_units": "ms",
1775
+ "entity": "Rtm",
1776
+ "action": "getRtmstart",
1777
+ "isThrottling": false
1778
+ },
1779
+ {
1780
+ "num_called": 3,
1781
+ "numRetries": 0,
1782
+ "numRedirects": 0,
1783
+ "throttleCount": 0,
1784
+ "timeouts": 0,
1785
+ "tot_queue_time": 0,
1786
+ "tot_rnd_trip": 0,
1787
+ "tot_library": 3,
1788
+ "tot_overall": 0,
1789
+ "results.200": 3,
1790
+ "time_units": "ms",
1791
+ "entity": "Search",
1792
+ "action": "getSearchall",
1793
+ "isThrottling": false
1794
+ },
1795
+ {
1796
+ "num_called": 3,
1797
+ "numRetries": 0,
1798
+ "numRedirects": 0,
1799
+ "throttleCount": 0,
1800
+ "timeouts": 0,
1801
+ "tot_queue_time": 0,
1802
+ "tot_rnd_trip": 0,
1803
+ "tot_library": 3,
1804
+ "tot_overall": 0,
1805
+ "results.200": 3,
1806
+ "time_units": "ms",
1807
+ "entity": "Search",
1808
+ "action": "getSearchfiles",
1809
+ "isThrottling": false
1810
+ },
1811
+ {
1812
+ "num_called": 3,
1813
+ "numRetries": 0,
1814
+ "numRedirects": 0,
1815
+ "throttleCount": 0,
1816
+ "timeouts": 0,
1817
+ "tot_queue_time": 0,
1818
+ "tot_rnd_trip": 0,
1819
+ "tot_library": 3,
1820
+ "tot_overall": 0,
1821
+ "results.200": 3,
1822
+ "time_units": "ms",
1823
+ "entity": "Search",
1824
+ "action": "getSearchmessages",
1825
+ "isThrottling": false
1826
+ },
1827
+ {
1828
+ "num_called": 3,
1829
+ "numRetries": 0,
1830
+ "numRedirects": 0,
1831
+ "throttleCount": 0,
1832
+ "timeouts": 0,
1833
+ "tot_queue_time": 0,
1834
+ "tot_rnd_trip": 0,
1835
+ "tot_library": 3,
1836
+ "tot_overall": 0,
1837
+ "results.200": 3,
1838
+ "time_units": "ms",
1839
+ "entity": "Stars",
1840
+ "action": "postStarsadd",
1841
+ "isThrottling": false
1842
+ },
1843
+ {
1844
+ "num_called": 3,
1845
+ "numRetries": 0,
1846
+ "numRedirects": 0,
1847
+ "throttleCount": 0,
1848
+ "timeouts": 0,
1849
+ "tot_queue_time": 0,
1850
+ "tot_rnd_trip": 0,
1851
+ "tot_library": 3,
1852
+ "tot_overall": 0,
1853
+ "results.200": 3,
1854
+ "time_units": "ms",
1855
+ "entity": "Stars",
1856
+ "action": "getStarslist",
1857
+ "isThrottling": false
1858
+ },
1859
+ {
1860
+ "num_called": 3,
1861
+ "numRetries": 0,
1862
+ "numRedirects": 0,
1863
+ "throttleCount": 0,
1864
+ "timeouts": 0,
1865
+ "tot_queue_time": 0,
1866
+ "tot_rnd_trip": 0,
1867
+ "tot_library": 3,
1868
+ "tot_overall": 0,
1869
+ "results.200": 3,
1870
+ "time_units": "ms",
1871
+ "entity": "Stars",
1872
+ "action": "postStarsremove",
1873
+ "isThrottling": false
1874
+ },
1875
+ {
1876
+ "num_called": 3,
1877
+ "numRetries": 0,
1878
+ "numRedirects": 0,
1879
+ "throttleCount": 0,
1880
+ "timeouts": 0,
1881
+ "tot_queue_time": 0,
1882
+ "tot_rnd_trip": 0,
1883
+ "tot_library": 3,
1884
+ "tot_overall": 0,
1885
+ "results.200": 3,
1886
+ "time_units": "ms",
1887
+ "entity": "Team",
1888
+ "action": "getTeamaccessLogs",
1889
+ "isThrottling": false
1890
+ },
1891
+ {
1892
+ "num_called": 3,
1893
+ "numRetries": 0,
1894
+ "numRedirects": 0,
1895
+ "throttleCount": 0,
1896
+ "timeouts": 0,
1897
+ "tot_queue_time": 0,
1898
+ "tot_rnd_trip": 0,
1899
+ "tot_library": 3,
1900
+ "tot_overall": 0,
1901
+ "results.200": 3,
1902
+ "time_units": "ms",
1903
+ "entity": "Team",
1904
+ "action": "getTeambillableInfo",
1905
+ "isThrottling": false
1906
+ },
1907
+ {
1908
+ "num_called": 3,
1909
+ "numRetries": 0,
1910
+ "numRedirects": 0,
1911
+ "throttleCount": 0,
1912
+ "timeouts": 0,
1913
+ "tot_queue_time": 0,
1914
+ "tot_rnd_trip": 0,
1915
+ "tot_library": 3,
1916
+ "tot_overall": 0,
1917
+ "results.200": 3,
1918
+ "time_units": "ms",
1919
+ "entity": "Team",
1920
+ "action": "getTeaminfo",
1921
+ "isThrottling": false
1922
+ },
1923
+ {
1924
+ "num_called": 3,
1925
+ "numRetries": 0,
1926
+ "numRedirects": 0,
1927
+ "throttleCount": 0,
1928
+ "timeouts": 0,
1929
+ "tot_queue_time": 0,
1930
+ "tot_rnd_trip": 0,
1931
+ "tot_library": 3,
1932
+ "tot_overall": 0,
1933
+ "results.200": 3,
1934
+ "time_units": "ms",
1935
+ "entity": "Team",
1936
+ "action": "getTeamintegrationLogs",
1937
+ "isThrottling": false
1938
+ },
1939
+ {
1940
+ "num_called": 3,
1941
+ "numRetries": 0,
1942
+ "numRedirects": 0,
1943
+ "throttleCount": 0,
1944
+ "timeouts": 0,
1945
+ "tot_queue_time": 0,
1946
+ "tot_rnd_trip": 0,
1947
+ "tot_library": 3,
1948
+ "tot_overall": 0,
1949
+ "results.200": 3,
1950
+ "time_units": "ms",
1951
+ "entity": "Teamprofile",
1952
+ "action": "getTeamprofileget",
1953
+ "isThrottling": false
1954
+ },
1955
+ {
1956
+ "num_called": 3,
1957
+ "numRetries": 0,
1958
+ "numRedirects": 0,
1959
+ "throttleCount": 0,
1960
+ "timeouts": 0,
1961
+ "tot_queue_time": 0,
1962
+ "tot_rnd_trip": 0,
1963
+ "tot_library": 3,
1964
+ "tot_overall": 0,
1965
+ "results.200": 3,
1966
+ "time_units": "ms",
1967
+ "entity": "Usergroups",
1968
+ "action": "postUsergroupscreate",
1969
+ "isThrottling": false
1970
+ },
1971
+ {
1972
+ "num_called": 3,
1973
+ "numRetries": 0,
1974
+ "numRedirects": 0,
1975
+ "throttleCount": 0,
1976
+ "timeouts": 0,
1977
+ "tot_queue_time": 0,
1978
+ "tot_rnd_trip": 0,
1979
+ "tot_library": 3,
1980
+ "tot_overall": 0,
1981
+ "results.200": 3,
1982
+ "time_units": "ms",
1983
+ "entity": "Usergroups",
1984
+ "action": "postUsergroupsdisable",
1985
+ "isThrottling": false
1986
+ },
1987
+ {
1988
+ "num_called": 3,
1989
+ "numRetries": 0,
1990
+ "numRedirects": 0,
1991
+ "throttleCount": 0,
1992
+ "timeouts": 0,
1993
+ "tot_queue_time": 0,
1994
+ "tot_rnd_trip": 0,
1995
+ "tot_library": 3,
1996
+ "tot_overall": 0,
1997
+ "results.200": 3,
1998
+ "time_units": "ms",
1999
+ "entity": "Usergroups",
2000
+ "action": "postUsergroupsenable",
2001
+ "isThrottling": false
2002
+ },
2003
+ {
2004
+ "num_called": 3,
2005
+ "numRetries": 0,
2006
+ "numRedirects": 0,
2007
+ "throttleCount": 0,
2008
+ "timeouts": 0,
2009
+ "tot_queue_time": 0,
2010
+ "tot_rnd_trip": 0,
2011
+ "tot_library": 3,
2012
+ "tot_overall": 0,
2013
+ "results.200": 3,
2014
+ "time_units": "ms",
2015
+ "entity": "Usergroups",
2016
+ "action": "getUsergroupslist",
2017
+ "isThrottling": false
2018
+ },
2019
+ {
2020
+ "num_called": 3,
2021
+ "numRetries": 0,
2022
+ "numRedirects": 0,
2023
+ "throttleCount": 0,
2024
+ "timeouts": 0,
2025
+ "tot_queue_time": 0,
2026
+ "tot_rnd_trip": 0,
2027
+ "tot_library": 3,
2028
+ "tot_overall": 0,
2029
+ "results.200": 3,
2030
+ "time_units": "ms",
2031
+ "entity": "Usergroups",
2032
+ "action": "postUsergroupsupdate",
2033
+ "isThrottling": false
2034
+ },
2035
+ {
2036
+ "num_called": 3,
2037
+ "numRetries": 0,
2038
+ "numRedirects": 0,
2039
+ "throttleCount": 0,
2040
+ "timeouts": 0,
2041
+ "tot_queue_time": 0,
2042
+ "tot_rnd_trip": 0,
2043
+ "tot_library": 3,
2044
+ "tot_overall": 0,
2045
+ "results.200": 3,
2046
+ "time_units": "ms",
2047
+ "entity": "Usergroupsusers",
2048
+ "action": "getUsergroupsuserslist",
2049
+ "isThrottling": false
2050
+ },
2051
+ {
2052
+ "num_called": 3,
2053
+ "numRetries": 0,
2054
+ "numRedirects": 0,
2055
+ "throttleCount": 0,
2056
+ "timeouts": 0,
2057
+ "tot_queue_time": 0,
2058
+ "tot_rnd_trip": 0,
2059
+ "tot_library": 3,
2060
+ "tot_overall": 0,
2061
+ "results.200": 3,
2062
+ "time_units": "ms",
2063
+ "entity": "Usergroupsusers",
2064
+ "action": "postUsergroupsusersupdate",
2065
+ "isThrottling": false
2066
+ },
2067
+ {
2068
+ "num_called": 3,
2069
+ "numRetries": 0,
2070
+ "numRedirects": 0,
2071
+ "throttleCount": 0,
2072
+ "timeouts": 0,
2073
+ "tot_queue_time": 0,
2074
+ "tot_rnd_trip": 0,
2075
+ "tot_library": 3,
2076
+ "tot_overall": 0,
2077
+ "results.200": 3,
2078
+ "time_units": "ms",
2079
+ "entity": "Users",
2080
+ "action": "getUsersconversations",
2081
+ "isThrottling": false
2082
+ },
2083
+ {
2084
+ "num_called": 3,
2085
+ "numRetries": 0,
2086
+ "numRedirects": 0,
2087
+ "throttleCount": 0,
2088
+ "timeouts": 0,
2089
+ "tot_queue_time": 0,
2090
+ "tot_rnd_trip": 0,
2091
+ "tot_library": 3,
2092
+ "tot_overall": 0,
2093
+ "results.200": 3,
2094
+ "time_units": "ms",
2095
+ "entity": "Users",
2096
+ "action": "postUsersdeletePhoto",
2097
+ "isThrottling": false
2098
+ },
2099
+ {
2100
+ "num_called": 3,
2101
+ "numRetries": 0,
2102
+ "numRedirects": 0,
2103
+ "throttleCount": 0,
2104
+ "timeouts": 0,
2105
+ "tot_queue_time": 0,
2106
+ "tot_rnd_trip": 0,
2107
+ "tot_library": 3,
2108
+ "tot_overall": 0,
2109
+ "results.200": 3,
2110
+ "time_units": "ms",
2111
+ "entity": "Users",
2112
+ "action": "getUsersgetPresence",
2113
+ "isThrottling": false
2114
+ },
2115
+ {
2116
+ "num_called": 3,
2117
+ "numRetries": 0,
2118
+ "numRedirects": 0,
2119
+ "throttleCount": 0,
2120
+ "timeouts": 0,
2121
+ "tot_queue_time": 0,
2122
+ "tot_rnd_trip": 0,
2123
+ "tot_library": 3,
2124
+ "tot_overall": 0,
2125
+ "results.200": 3,
2126
+ "time_units": "ms",
2127
+ "entity": "Users",
2128
+ "action": "getUsersidentity",
2129
+ "isThrottling": false
2130
+ },
2131
+ {
2132
+ "num_called": 3,
2133
+ "numRetries": 0,
2134
+ "numRedirects": 0,
2135
+ "throttleCount": 0,
2136
+ "timeouts": 0,
2137
+ "tot_queue_time": 0,
2138
+ "tot_rnd_trip": 0,
2139
+ "tot_library": 3,
2140
+ "tot_overall": 0,
2141
+ "results.200": 3,
2142
+ "time_units": "ms",
2143
+ "entity": "Users",
2144
+ "action": "getUserslookupByEmail",
2145
+ "isThrottling": false
2146
+ },
2147
+ {
2148
+ "num_called": 3,
2149
+ "numRetries": 0,
2150
+ "numRedirects": 0,
2151
+ "throttleCount": 0,
2152
+ "timeouts": 0,
2153
+ "tot_queue_time": 0,
2154
+ "tot_rnd_trip": 0,
2155
+ "tot_library": 3,
2156
+ "tot_overall": 0,
2157
+ "results.200": 3,
2158
+ "time_units": "ms",
2159
+ "entity": "Users",
2160
+ "action": "postUserssetActive",
2161
+ "isThrottling": false
2162
+ },
2163
+ {
2164
+ "num_called": 3,
2165
+ "numRetries": 0,
2166
+ "numRedirects": 0,
2167
+ "throttleCount": 0,
2168
+ "timeouts": 0,
2169
+ "tot_queue_time": 0,
2170
+ "tot_rnd_trip": 0,
2171
+ "tot_library": 3,
2172
+ "tot_overall": 0,
2173
+ "results.200": 3,
2174
+ "time_units": "ms",
2175
+ "entity": "Users",
2176
+ "action": "postUserssetPhoto",
2177
+ "isThrottling": false
2178
+ },
2179
+ {
2180
+ "num_called": 3,
2181
+ "numRetries": 0,
2182
+ "numRedirects": 0,
2183
+ "throttleCount": 0,
2184
+ "timeouts": 0,
2185
+ "tot_queue_time": 0,
2186
+ "tot_rnd_trip": 0,
2187
+ "tot_library": 3,
2188
+ "tot_overall": 0,
2189
+ "results.200": 3,
2190
+ "time_units": "ms",
2191
+ "entity": "Users",
2192
+ "action": "postUserssetPresence",
2193
+ "isThrottling": false
2194
+ },
2195
+ {
2196
+ "num_called": 3,
2197
+ "numRetries": 0,
2198
+ "numRedirects": 0,
2199
+ "throttleCount": 0,
2200
+ "timeouts": 0,
2201
+ "tot_queue_time": 0,
2202
+ "tot_rnd_trip": 0,
2203
+ "tot_library": 3,
2204
+ "tot_overall": 0,
2205
+ "results.200": 3,
2206
+ "time_units": "ms",
2207
+ "entity": "Usersprofile",
2208
+ "action": "getUsersprofileget",
2209
+ "isThrottling": false
2210
+ },
2211
+ {
2212
+ "num_called": 3,
2213
+ "numRetries": 0,
2214
+ "numRedirects": 0,
2215
+ "throttleCount": 0,
2216
+ "timeouts": 0,
2217
+ "tot_queue_time": 0,
2218
+ "tot_rnd_trip": 0,
2219
+ "tot_library": 3,
2220
+ "tot_overall": 0,
2221
+ "results.200": 3,
2222
+ "time_units": "ms",
2223
+ "entity": "Usersprofile",
2224
+ "action": "postUsersprofileset",
2225
+ "isThrottling": false
2226
+ }
2227
+ ]
2228
+ }