files.com 1.2.170 → 1.2.172

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 (211) hide show
  1. package/_VERSION +1 -1
  2. package/docs/models/ActionNotificationExportResult.md +17 -0
  3. package/docs/models/ApiKey.md +21 -0
  4. package/docs/models/ApiRequestLog.md +14 -0
  5. package/docs/models/App.md +15 -0
  6. package/docs/models/As2IncomingMessage.md +21 -0
  7. package/docs/models/As2OutgoingMessage.md +21 -0
  8. package/docs/models/As2Partner.md +9 -0
  9. package/docs/models/As2Station.md +9 -0
  10. package/docs/models/Automation.md +18 -0
  11. package/docs/models/AutomationLog.md +14 -0
  12. package/docs/models/AutomationRun.md +17 -0
  13. package/docs/models/BandwidthSnapshot.md +18 -0
  14. package/docs/models/Behavior.md +15 -0
  15. package/docs/models/Bundle.md +22 -0
  16. package/docs/models/BundleAction.md +18 -0
  17. package/docs/models/BundleDownload.md +23 -0
  18. package/docs/models/BundleNotification.md +14 -0
  19. package/docs/models/BundleRecipient.md +17 -0
  20. package/docs/models/BundleRegistration.md +15 -0
  21. package/docs/models/Clickwrap.md +9 -0
  22. package/docs/models/DnsRecord.md +9 -0
  23. package/docs/models/EmailIncomingMessage.md +19 -0
  24. package/docs/models/EmailLog.md +14 -0
  25. package/docs/models/ExavaultApiRequestLog.md +14 -0
  26. package/docs/models/Export.md +27 -1
  27. package/docs/models/ExternalEvent.md +19 -0
  28. package/docs/models/FileMigrationLog.md +14 -0
  29. package/docs/models/FormFieldSet.md +15 -0
  30. package/docs/models/FtpActionLog.md +14 -0
  31. package/docs/models/GpgKey.md +16 -0
  32. package/docs/models/Group.md +19 -0
  33. package/docs/models/GroupUser.md +17 -0
  34. package/docs/models/History.md +85 -0
  35. package/docs/models/HistoryExportResult.md +17 -0
  36. package/docs/models/InboxRecipient.md +17 -0
  37. package/docs/models/InboxRegistration.md +15 -0
  38. package/docs/models/InboxUpload.md +19 -1
  39. package/docs/models/Invoice.md +9 -0
  40. package/docs/models/IpAddress.md +36 -0
  41. package/docs/models/Message.md +17 -0
  42. package/docs/models/MessageComment.md +17 -0
  43. package/docs/models/MessageCommentReaction.md +17 -0
  44. package/docs/models/MessageReaction.md +17 -0
  45. package/docs/models/Notification.md +20 -0
  46. package/docs/models/OutboundConnectionLog.md +14 -0
  47. package/docs/models/Payment.md +9 -0
  48. package/docs/models/Permission.md +21 -0
  49. package/docs/models/Priority.md +13 -0
  50. package/docs/models/Project.md +9 -0
  51. package/docs/models/PublicHostingRequestLog.md +14 -0
  52. package/docs/models/PublicKey.md +15 -0
  53. package/docs/models/RemoteBandwidthSnapshot.md +18 -0
  54. package/docs/models/RemoteServer.md +15 -0
  55. package/docs/models/Request.md +17 -0
  56. package/docs/models/SettingsChange.md +14 -0
  57. package/docs/models/SftpActionLog.md +14 -0
  58. package/docs/models/SftpHostKey.md +9 -0
  59. package/docs/models/ShareGroup.md +15 -0
  60. package/docs/models/SiemHttpDestination.md +9 -0
  61. package/docs/models/Snapshot.md +9 -0
  62. package/docs/models/SsoStrategy.md +9 -0
  63. package/docs/models/SyncLog.md +14 -0
  64. package/docs/models/UsageDailySnapshot.md +18 -0
  65. package/docs/models/UsageSnapshot.md +9 -0
  66. package/docs/models/User.md +24 -0
  67. package/docs/models/UserCipherUse.md +15 -0
  68. package/docs/models/UserRequest.md +9 -0
  69. package/docs/models/UserSftpClientUse.md +15 -0
  70. package/docs/models/WebDavActionLog.md +14 -0
  71. package/lib/Files.js +1 -1
  72. package/lib/models/ActionNotificationExportResult.js +44 -0
  73. package/lib/models/ApiKey.js +57 -20
  74. package/lib/models/ApiRequestLog.js +26 -0
  75. package/lib/models/App.js +27 -0
  76. package/lib/models/As2IncomingMessage.js +37 -0
  77. package/lib/models/As2OutgoingMessage.js +37 -0
  78. package/lib/models/As2Partner.js +21 -0
  79. package/lib/models/As2Station.js +21 -0
  80. package/lib/models/Automation.js +30 -0
  81. package/lib/models/AutomationLog.js +26 -0
  82. package/lib/models/AutomationRun.js +39 -0
  83. package/lib/models/BandwidthSnapshot.js +30 -0
  84. package/lib/models/Behavior.js +27 -0
  85. package/lib/models/Bundle.js +38 -0
  86. package/lib/models/BundleAction.js +30 -0
  87. package/lib/models/BundleDownload.js +44 -0
  88. package/lib/models/BundleNotification.js +26 -0
  89. package/lib/models/BundleRecipient.js +39 -0
  90. package/lib/models/BundleRegistration.js +31 -0
  91. package/lib/models/Clickwrap.js +21 -0
  92. package/lib/models/DnsRecord.js +21 -0
  93. package/lib/models/EmailIncomingMessage.js +31 -0
  94. package/lib/models/EmailLog.js +26 -0
  95. package/lib/models/ExavaultApiRequestLog.js +26 -0
  96. package/lib/models/Export.js +143 -34
  97. package/lib/models/ExternalEvent.js +31 -0
  98. package/lib/models/FileMigrationLog.js +26 -0
  99. package/lib/models/FormFieldSet.js +31 -0
  100. package/lib/models/FtpActionLog.js +26 -0
  101. package/lib/models/GpgKey.js +32 -0
  102. package/lib/models/Group.js +35 -0
  103. package/lib/models/GroupUser.js +38 -0
  104. package/lib/models/History.js +307 -0
  105. package/lib/models/HistoryExportResult.js +44 -0
  106. package/lib/models/InboxRecipient.js +39 -0
  107. package/lib/models/InboxRegistration.js +31 -0
  108. package/lib/models/InboxUpload.js +31 -1
  109. package/lib/models/Invoice.js +21 -0
  110. package/lib/models/IpAddress.js +84 -0
  111. package/lib/models/Message.js +44 -0
  112. package/lib/models/MessageComment.js +44 -0
  113. package/lib/models/MessageCommentReaction.js +44 -0
  114. package/lib/models/MessageReaction.js +44 -0
  115. package/lib/models/Notification.js +42 -0
  116. package/lib/models/OutboundConnectionLog.js +26 -0
  117. package/lib/models/Payment.js +21 -0
  118. package/lib/models/Permission.js +49 -0
  119. package/lib/models/Priority.js +49 -0
  120. package/lib/models/Project.js +21 -0
  121. package/lib/models/PublicHostingRequestLog.js +26 -0
  122. package/lib/models/PublicKey.js +31 -0
  123. package/lib/models/RemoteBandwidthSnapshot.js +30 -0
  124. package/lib/models/RemoteServer.js +27 -0
  125. package/lib/models/Request.js +33 -0
  126. package/lib/models/SettingsChange.js +26 -0
  127. package/lib/models/SftpActionLog.js +26 -0
  128. package/lib/models/SftpHostKey.js +21 -0
  129. package/lib/models/ShareGroup.js +31 -0
  130. package/lib/models/SiemHttpDestination.js +46 -25
  131. package/lib/models/Snapshot.js +21 -0
  132. package/lib/models/SsoStrategy.js +21 -0
  133. package/lib/models/SyncLog.js +26 -0
  134. package/lib/models/UsageDailySnapshot.js +30 -0
  135. package/lib/models/UsageSnapshot.js +21 -0
  136. package/lib/models/User.js +46 -0
  137. package/lib/models/UserCipherUse.js +31 -0
  138. package/lib/models/UserRequest.js +21 -0
  139. package/lib/models/UserSftpClientUse.js +31 -0
  140. package/lib/models/WebDavActionLog.js +26 -0
  141. package/package.json +1 -1
  142. package/src/Files.js +1 -1
  143. package/src/models/ActionNotificationExportResult.js +22 -0
  144. package/src/models/ApiKey.js +19 -0
  145. package/src/models/ApiRequestLog.js +10 -0
  146. package/src/models/App.js +11 -0
  147. package/src/models/As2IncomingMessage.js +19 -0
  148. package/src/models/As2OutgoingMessage.js +19 -0
  149. package/src/models/As2Partner.js +7 -0
  150. package/src/models/As2Station.js +7 -0
  151. package/src/models/Automation.js +14 -0
  152. package/src/models/AutomationLog.js +10 -0
  153. package/src/models/AutomationRun.js +19 -0
  154. package/src/models/BandwidthSnapshot.js +14 -0
  155. package/src/models/Behavior.js +11 -0
  156. package/src/models/Bundle.js +20 -0
  157. package/src/models/BundleAction.js +14 -0
  158. package/src/models/BundleDownload.js +24 -0
  159. package/src/models/BundleNotification.js +10 -0
  160. package/src/models/BundleRecipient.js +19 -0
  161. package/src/models/BundleRegistration.js +13 -0
  162. package/src/models/Clickwrap.js +7 -0
  163. package/src/models/DnsRecord.js +7 -0
  164. package/src/models/EmailIncomingMessage.js +15 -0
  165. package/src/models/EmailLog.js +10 -0
  166. package/src/models/ExavaultApiRequestLog.js +10 -0
  167. package/src/models/Export.js +83 -0
  168. package/src/models/ExternalEvent.js +15 -0
  169. package/src/models/FileMigrationLog.js +10 -0
  170. package/src/models/FormFieldSet.js +13 -0
  171. package/src/models/FtpActionLog.js +10 -0
  172. package/src/models/GpgKey.js +14 -0
  173. package/src/models/Group.js +17 -0
  174. package/src/models/GroupUser.js +18 -0
  175. package/src/models/History.js +167 -0
  176. package/src/models/HistoryExportResult.js +22 -0
  177. package/src/models/InboxRecipient.js +19 -0
  178. package/src/models/InboxRegistration.js +13 -0
  179. package/src/models/InboxUpload.js +15 -1
  180. package/src/models/Invoice.js +7 -0
  181. package/src/models/IpAddress.js +28 -0
  182. package/src/models/Message.js +22 -0
  183. package/src/models/MessageComment.js +22 -0
  184. package/src/models/MessageCommentReaction.js +22 -0
  185. package/src/models/MessageReaction.js +22 -0
  186. package/src/models/Notification.js +22 -0
  187. package/src/models/OutboundConnectionLog.js +10 -0
  188. package/src/models/Payment.js +7 -0
  189. package/src/models/Permission.js +27 -0
  190. package/src/models/Priority.js +23 -0
  191. package/src/models/Project.js +7 -0
  192. package/src/models/PublicHostingRequestLog.js +10 -0
  193. package/src/models/PublicKey.js +13 -0
  194. package/src/models/RemoteBandwidthSnapshot.js +14 -0
  195. package/src/models/RemoteServer.js +11 -0
  196. package/src/models/Request.js +15 -0
  197. package/src/models/SettingsChange.js +10 -0
  198. package/src/models/SftpActionLog.js +10 -0
  199. package/src/models/SftpHostKey.js +7 -0
  200. package/src/models/ShareGroup.js +13 -0
  201. package/src/models/SiemHttpDestination.js +7 -0
  202. package/src/models/Snapshot.js +7 -0
  203. package/src/models/SsoStrategy.js +7 -0
  204. package/src/models/SyncLog.js +10 -0
  205. package/src/models/UsageDailySnapshot.js +14 -0
  206. package/src/models/UsageSnapshot.js +7 -0
  207. package/src/models/User.js +26 -0
  208. package/src/models/UserCipherUse.js +13 -0
  209. package/src/models/UserRequest.js +7 -0
  210. package/src/models/UserSftpClientUse.js +13 -0
  211. package/src/models/WebDavActionLog.js +10 -0
@@ -412,6 +412,37 @@ _PublicKey = PublicKey;
412
412
  }
413
413
  }, _callee6);
414
414
  })));
415
+ // Parameters:
416
+ // user_id - int64 - User ID. Provide a value of `0` to operate the current session's user.
417
+ (0, _defineProperty2.default)(PublicKey, "createExport", /*#__PURE__*/(0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee7() {
418
+ var params,
419
+ options,
420
+ response,
421
+ Export,
422
+ _args7 = arguments;
423
+ return _regenerator.default.wrap(function _callee7$(_context7) {
424
+ while (1) switch (_context7.prev = _context7.next) {
425
+ case 0:
426
+ params = _args7.length > 0 && _args7[0] !== undefined ? _args7[0] : {};
427
+ options = _args7.length > 1 && _args7[1] !== undefined ? _args7[1] : {};
428
+ if (!(params.user_id && !(0, _utils.isInt)(params.user_id))) {
429
+ _context7.next = 4;
430
+ break;
431
+ }
432
+ throw new errors.InvalidParameterError("Bad parameter: user_id must be of type Int, received ".concat((0, _utils.getType)(params.user_id)));
433
+ case 4:
434
+ _context7.next = 6;
435
+ return _Api.default.sendRequest('/public_keys/create_export', 'POST', params, options);
436
+ case 6:
437
+ response = _context7.sent;
438
+ Export = require('./Export.js').default;
439
+ return _context7.abrupt("return", new Export(response === null || response === void 0 ? void 0 : response.data, options));
440
+ case 9:
441
+ case "end":
442
+ return _context7.stop();
443
+ }
444
+ }, _callee7);
445
+ })));
415
446
  var _default = exports.default = PublicKey;
416
447
  module.exports = PublicKey;
417
448
  module.exports.default = PublicKey;
@@ -117,6 +117,36 @@ _RemoteBandwidthSnapshot = RemoteBandwidthSnapshot;
117
117
  var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
118
118
  return _RemoteBandwidthSnapshot.list(params, options);
119
119
  });
120
+ // Parameters:
121
+ // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `logged_at`.
122
+ // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `logged_at`.
123
+ // filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `logged_at`.
124
+ // filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `logged_at`.
125
+ // filter_lt - object - If set, return records where the specified field is less than the supplied value. Valid fields are `logged_at`.
126
+ // filter_lteq - object - If set, return records where the specified field is less than or equal the supplied value. Valid fields are `logged_at`.
127
+ (0, _defineProperty2.default)(RemoteBandwidthSnapshot, "createExport", /*#__PURE__*/(0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee2() {
128
+ var params,
129
+ options,
130
+ response,
131
+ Export,
132
+ _args2 = arguments;
133
+ return _regenerator.default.wrap(function _callee2$(_context2) {
134
+ while (1) switch (_context2.prev = _context2.next) {
135
+ case 0:
136
+ params = _args2.length > 0 && _args2[0] !== undefined ? _args2[0] : {};
137
+ options = _args2.length > 1 && _args2[1] !== undefined ? _args2[1] : {};
138
+ _context2.next = 4;
139
+ return _Api.default.sendRequest('/remote_bandwidth_snapshots/create_export', 'POST', params, options);
140
+ case 4:
141
+ response = _context2.sent;
142
+ Export = require('./Export.js').default;
143
+ return _context2.abrupt("return", new Export(response === null || response === void 0 ? void 0 : response.data, options));
144
+ case 7:
145
+ case "end":
146
+ return _context2.stop();
147
+ }
148
+ }, _callee2);
149
+ })));
120
150
  var _default = exports.default = RemoteBandwidthSnapshot;
121
151
  module.exports = RemoteBandwidthSnapshot;
122
152
  module.exports.default = RemoteBandwidthSnapshot;
@@ -1859,6 +1859,33 @@ _RemoteServer = RemoteServer;
1859
1859
  }
1860
1860
  }, _callee8);
1861
1861
  })));
1862
+ // Parameters:
1863
+ // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `name`, `server_type`, `backblaze_b2_bucket`, `google_cloud_storage_bucket`, `wasabi_bucket`, `s3_bucket`, `rackspace_container`, `azure_blob_storage_container`, `azure_files_storage_share_name`, `s3_compatible_bucket`, `filebase_bucket`, `cloudflare_bucket` or `linode_bucket`.
1864
+ // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `name`, `server_type`, `backblaze_b2_bucket`, `google_cloud_storage_bucket`, `wasabi_bucket`, `s3_bucket`, `rackspace_container`, `azure_blob_storage_container`, `azure_files_storage_share_name`, `s3_compatible_bucket`, `filebase_bucket`, `cloudflare_bucket` or `linode_bucket`. Valid field combinations are `[ name, server_type ]`, `[ name, backblaze_b2_bucket ]`, `[ name, google_cloud_storage_bucket ]`, `[ name, wasabi_bucket ]`, `[ name, s3_bucket ]`, `[ name, rackspace_container ]`, `[ name, azure_blob_storage_container ]`, `[ name, azure_files_storage_share_name ]`, `[ name, s3_compatible_bucket ]`, `[ name, filebase_bucket ]`, `[ name, cloudflare_bucket ]` or `[ name, linode_bucket ]`.
1865
+ // filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `name`, `backblaze_b2_bucket`, `google_cloud_storage_bucket`, `wasabi_bucket`, `s3_bucket`, `rackspace_container`, `azure_blob_storage_container`, `azure_files_storage_share_name`, `s3_compatible_bucket`, `filebase_bucket`, `cloudflare_bucket` or `linode_bucket`. Valid field combinations are `[ name, backblaze_b2_bucket ]`, `[ name, google_cloud_storage_bucket ]`, `[ name, wasabi_bucket ]`, `[ name, s3_bucket ]`, `[ name, rackspace_container ]`, `[ name, azure_blob_storage_container ]`, `[ name, azure_files_storage_share_name ]`, `[ name, s3_compatible_bucket ]`, `[ name, filebase_bucket ]`, `[ name, cloudflare_bucket ]` or `[ name, linode_bucket ]`.
1866
+ (0, _defineProperty2.default)(RemoteServer, "createExport", /*#__PURE__*/(0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee9() {
1867
+ var params,
1868
+ options,
1869
+ response,
1870
+ Export,
1871
+ _args9 = arguments;
1872
+ return _regenerator.default.wrap(function _callee9$(_context9) {
1873
+ while (1) switch (_context9.prev = _context9.next) {
1874
+ case 0:
1875
+ params = _args9.length > 0 && _args9[0] !== undefined ? _args9[0] : {};
1876
+ options = _args9.length > 1 && _args9[1] !== undefined ? _args9[1] : {};
1877
+ _context9.next = 4;
1878
+ return _Api.default.sendRequest('/remote_servers/create_export', 'POST', params, options);
1879
+ case 4:
1880
+ response = _context9.sent;
1881
+ Export = require('./Export.js').default;
1882
+ return _context9.abrupt("return", new Export(response === null || response === void 0 ? void 0 : response.data, options));
1883
+ case 7:
1884
+ case "end":
1885
+ return _context9.stop();
1886
+ }
1887
+ }, _callee9);
1888
+ })));
1862
1889
  var _default = exports.default = RemoteServer;
1863
1890
  module.exports = RemoteServer;
1864
1891
  module.exports.default = RemoteServer;
@@ -359,6 +359,39 @@ _Request = Request;
359
359
  }
360
360
  }, _callee5);
361
361
  })));
362
+ // Parameters:
363
+ // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are .
364
+ // mine - boolean - Only show requests of the current user? (Defaults to true if current user is not a site admin.)
365
+ // path - string - Path to show requests for. If omitted, shows all paths. Send `/` to represent the root directory.
366
+ (0, _defineProperty2.default)(Request, "createExport", /*#__PURE__*/(0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee6() {
367
+ var params,
368
+ options,
369
+ response,
370
+ Export,
371
+ _args6 = arguments;
372
+ return _regenerator.default.wrap(function _callee6$(_context6) {
373
+ while (1) switch (_context6.prev = _context6.next) {
374
+ case 0:
375
+ params = _args6.length > 0 && _args6[0] !== undefined ? _args6[0] : {};
376
+ options = _args6.length > 1 && _args6[1] !== undefined ? _args6[1] : {};
377
+ if (!(params.path && !(0, _utils.isString)(params.path))) {
378
+ _context6.next = 4;
379
+ break;
380
+ }
381
+ throw new errors.InvalidParameterError("Bad parameter: path must be of type String, received ".concat((0, _utils.getType)(params.path)));
382
+ case 4:
383
+ _context6.next = 6;
384
+ return _Api.default.sendRequest('/requests/create_export', 'POST', params, options);
385
+ case 6:
386
+ response = _context6.sent;
387
+ Export = require('./Export.js').default;
388
+ return _context6.abrupt("return", new Export(response === null || response === void 0 ? void 0 : response.data, options));
389
+ case 9:
390
+ case "end":
391
+ return _context6.stop();
392
+ }
393
+ }, _callee6);
394
+ })));
362
395
  var _default = exports.default = Request;
363
396
  module.exports = Request;
364
397
  module.exports.default = Request;
@@ -121,6 +121,32 @@ _SettingsChange = SettingsChange;
121
121
  var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
122
122
  return _SettingsChange.list(params, options);
123
123
  });
124
+ // Parameters:
125
+ // sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `created_at`, `api_key_id` or `user_id`.
126
+ // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `api_key_id` and `user_id`.
127
+ (0, _defineProperty2.default)(SettingsChange, "createExport", /*#__PURE__*/(0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee2() {
128
+ var params,
129
+ options,
130
+ response,
131
+ Export,
132
+ _args2 = arguments;
133
+ return _regenerator.default.wrap(function _callee2$(_context2) {
134
+ while (1) switch (_context2.prev = _context2.next) {
135
+ case 0:
136
+ params = _args2.length > 0 && _args2[0] !== undefined ? _args2[0] : {};
137
+ options = _args2.length > 1 && _args2[1] !== undefined ? _args2[1] : {};
138
+ _context2.next = 4;
139
+ return _Api.default.sendRequest('/settings_changes/create_export', 'POST', params, options);
140
+ case 4:
141
+ response = _context2.sent;
142
+ Export = require('./Export.js').default;
143
+ return _context2.abrupt("return", new Export(response === null || response === void 0 ? void 0 : response.data, options));
144
+ case 7:
145
+ case "end":
146
+ return _context2.stop();
147
+ }
148
+ }, _callee2);
149
+ })));
124
150
  var _default = exports.default = SettingsChange;
125
151
  module.exports = SettingsChange;
126
152
  module.exports.default = SettingsChange;
@@ -177,6 +177,32 @@ _SftpActionLog = SftpActionLog;
177
177
  var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
178
178
  return _SftpActionLog.list(params, options);
179
179
  });
180
+ // Parameters:
181
+ // filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `start_date`, `end_date`, `path`, `true_path`, `remote_ip`, `session_uuid`, `success`, `action_type` or `username`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ path ]`, `[ true_path ]`, `[ remote_ip ]`, `[ session_uuid ]`, `[ success ]`, `[ action_type ]`, `[ username ]`, `[ start_date, end_date ]`, `[ start_date, path ]`, `[ start_date, true_path ]`, `[ start_date, remote_ip ]`, `[ start_date, session_uuid ]`, `[ start_date, success ]`, `[ start_date, action_type ]`, `[ start_date, username ]`, `[ end_date, path ]`, `[ end_date, true_path ]`, `[ end_date, remote_ip ]`, `[ end_date, session_uuid ]`, `[ end_date, success ]`, `[ end_date, action_type ]`, `[ end_date, username ]`, `[ path, true_path ]`, `[ path, remote_ip ]`, `[ path, session_uuid ]`, `[ path, success ]`, `[ path, action_type ]`, `[ path, username ]`, `[ true_path, remote_ip ]`, `[ true_path, session_uuid ]`, `[ true_path, success ]`, `[ true_path, action_type ]`, `[ true_path, username ]`, `[ remote_ip, session_uuid ]`, `[ remote_ip, success ]`, `[ remote_ip, action_type ]`, `[ remote_ip, username ]`, `[ session_uuid, success ]`, `[ session_uuid, action_type ]`, `[ session_uuid, username ]`, `[ success, action_type ]`, `[ success, username ]`, `[ action_type, username ]`, `[ start_date, end_date, path ]`, `[ start_date, end_date, true_path ]`, `[ start_date, end_date, remote_ip ]`, `[ start_date, end_date, session_uuid ]`, `[ start_date, end_date, success ]`, `[ start_date, end_date, action_type ]`, `[ start_date, end_date, username ]`, `[ start_date, path, true_path ]`, `[ start_date, path, remote_ip ]`, `[ start_date, path, session_uuid ]`, `[ start_date, path, success ]`, `[ start_date, path, action_type ]`, `[ start_date, path, username ]`, `[ start_date, true_path, remote_ip ]`, `[ start_date, true_path, session_uuid ]`, `[ start_date, true_path, success ]`, `[ start_date, true_path, action_type ]`, `[ start_date, true_path, username ]`, `[ start_date, remote_ip, session_uuid ]`, `[ start_date, remote_ip, success ]`, `[ start_date, remote_ip, action_type ]`, `[ start_date, remote_ip, username ]`, `[ start_date, session_uuid, success ]`, `[ start_date, session_uuid, action_type ]`, `[ start_date, session_uuid, username ]`, `[ start_date, success, action_type ]`, `[ start_date, success, username ]`, `[ start_date, action_type, username ]`, `[ end_date, path, true_path ]`, `[ end_date, path, remote_ip ]`, `[ end_date, path, session_uuid ]`, `[ end_date, path, success ]`, `[ end_date, path, action_type ]`, `[ end_date, path, username ]`, `[ end_date, true_path, remote_ip ]`, `[ end_date, true_path, session_uuid ]`, `[ end_date, true_path, success ]`, `[ end_date, true_path, action_type ]`, `[ end_date, true_path, username ]`, `[ end_date, remote_ip, session_uuid ]`, `[ end_date, remote_ip, success ]`, `[ end_date, remote_ip, action_type ]`, `[ end_date, remote_ip, username ]`, `[ end_date, session_uuid, success ]`, `[ end_date, session_uuid, action_type ]`, `[ end_date, session_uuid, username ]`, `[ end_date, success, action_type ]`, `[ end_date, success, username ]`, `[ end_date, action_type, username ]`, `[ path, true_path, remote_ip ]`, `[ path, true_path, session_uuid ]`, `[ path, true_path, success ]`, `[ path, true_path, action_type ]`, `[ path, true_path, username ]`, `[ path, remote_ip, session_uuid ]`, `[ path, remote_ip, success ]`, `[ path, remote_ip, action_type ]`, `[ path, remote_ip, username ]`, `[ path, session_uuid, success ]`, `[ path, session_uuid, action_type ]`, `[ path, session_uuid, username ]`, `[ path, success, action_type ]`, `[ path, success, username ]`, `[ path, action_type, username ]`, `[ true_path, remote_ip, session_uuid ]`, `[ true_path, remote_ip, success ]`, `[ true_path, remote_ip, action_type ]`, `[ true_path, remote_ip, username ]`, `[ true_path, session_uuid, success ]`, `[ true_path, session_uuid, action_type ]`, `[ true_path, session_uuid, username ]`, `[ true_path, success, action_type ]`, `[ true_path, success, username ]`, `[ true_path, action_type, username ]`, `[ remote_ip, session_uuid, success ]`, `[ remote_ip, session_uuid, action_type ]`, `[ remote_ip, session_uuid, username ]`, `[ remote_ip, success, action_type ]`, `[ remote_ip, success, username ]`, `[ remote_ip, action_type, username ]`, `[ session_uuid, success, action_type ]`, `[ session_uuid, success, username ]`, `[ session_uuid, action_type, username ]`, `[ success, action_type, username ]`, `[ start_date, end_date, path, true_path ]`, `[ start_date, end_date, path, remote_ip ]`, `[ start_date, end_date, path, session_uuid ]`, `[ start_date, end_date, path, success ]`, `[ start_date, end_date, path, action_type ]`, `[ start_date, end_date, path, username ]`, `[ start_date, end_date, true_path, remote_ip ]`, `[ start_date, end_date, true_path, session_uuid ]`, `[ start_date, end_date, true_path, success ]`, `[ start_date, end_date, true_path, action_type ]`, `[ start_date, end_date, true_path, username ]`, `[ start_date, end_date, remote_ip, session_uuid ]`, `[ start_date, end_date, remote_ip, success ]`, `[ start_date, end_date, remote_ip, action_type ]`, `[ start_date, end_date, remote_ip, username ]`, `[ start_date, end_date, session_uuid, success ]`, `[ start_date, end_date, session_uuid, action_type ]`, `[ start_date, end_date, session_uuid, username ]`, `[ start_date, end_date, success, action_type ]`, `[ start_date, end_date, success, username ]`, `[ start_date, end_date, action_type, username ]`, `[ start_date, path, true_path, remote_ip ]`, `[ start_date, path, true_path, session_uuid ]`, `[ start_date, path, true_path, success ]`, `[ start_date, path, true_path, action_type ]`, `[ start_date, path, true_path, username ]`, `[ start_date, path, remote_ip, session_uuid ]`, `[ start_date, path, remote_ip, success ]`, `[ start_date, path, remote_ip, action_type ]`, `[ start_date, path, remote_ip, username ]`, `[ start_date, path, session_uuid, success ]`, `[ start_date, path, session_uuid, action_type ]`, `[ start_date, path, session_uuid, username ]`, `[ start_date, path, success, action_type ]`, `[ start_date, path, success, username ]`, `[ start_date, path, action_type, username ]`, `[ start_date, true_path, remote_ip, session_uuid ]`, `[ start_date, true_path, remote_ip, success ]`, `[ start_date, true_path, remote_ip, action_type ]`, `[ start_date, true_path, remote_ip, username ]`, `[ start_date, true_path, session_uuid, success ]`, `[ start_date, true_path, session_uuid, action_type ]`, `[ start_date, true_path, session_uuid, username ]`, `[ start_date, true_path, success, action_type ]`, `[ start_date, true_path, success, username ]`, `[ start_date, true_path, action_type, username ]`, `[ start_date, remote_ip, session_uuid, success ]`, `[ start_date, remote_ip, session_uuid, action_type ]`, `[ start_date, remote_ip, session_uuid, username ]`, `[ start_date, remote_ip, success, action_type ]`, `[ start_date, remote_ip, success, username ]`, `[ start_date, remote_ip, action_type, username ]`, `[ start_date, session_uuid, success, action_type ]`, `[ start_date, session_uuid, success, username ]`, `[ start_date, session_uuid, action_type, username ]`, `[ start_date, success, action_type, username ]`, `[ end_date, path, true_path, remote_ip ]`, `[ end_date, path, true_path, session_uuid ]`, `[ end_date, path, true_path, success ]`, `[ end_date, path, true_path, action_type ]`, `[ end_date, path, true_path, username ]`, `[ end_date, path, remote_ip, session_uuid ]`, `[ end_date, path, remote_ip, success ]`, `[ end_date, path, remote_ip, action_type ]`, `[ end_date, path, remote_ip, username ]`, `[ end_date, path, session_uuid, success ]`, `[ end_date, path, session_uuid, action_type ]`, `[ end_date, path, session_uuid, username ]`, `[ end_date, path, success, action_type ]`, `[ end_date, path, success, username ]`, `[ end_date, path, action_type, username ]`, `[ end_date, true_path, remote_ip, session_uuid ]`, `[ end_date, true_path, remote_ip, success ]`, `[ end_date, true_path, remote_ip, action_type ]`, `[ end_date, true_path, remote_ip, username ]`, `[ end_date, true_path, session_uuid, success ]`, `[ end_date, true_path, session_uuid, action_type ]`, `[ end_date, true_path, session_uuid, username ]`, `[ end_date, true_path, success, action_type ]`, `[ end_date, true_path, success, username ]`, `[ end_date, true_path, action_type, username ]`, `[ end_date, remote_ip, session_uuid, success ]`, `[ end_date, remote_ip, session_uuid, action_type ]`, `[ end_date, remote_ip, session_uuid, username ]`, `[ end_date, remote_ip, success, action_type ]`, `[ end_date, remote_ip, success, username ]`, `[ end_date, remote_ip, action_type, username ]`, `[ end_date, session_uuid, success, action_type ]`, `[ end_date, session_uuid, success, username ]`, `[ end_date, session_uuid, action_type, username ]`, `[ end_date, success, action_type, username ]`, `[ path, true_path, remote_ip, session_uuid ]`, `[ path, true_path, remote_ip, success ]`, `[ path, true_path, remote_ip, action_type ]`, `[ path, true_path, remote_ip, username ]`, `[ path, true_path, session_uuid, success ]`, `[ path, true_path, session_uuid, action_type ]`, `[ path, true_path, session_uuid, username ]`, `[ path, true_path, success, action_type ]`, `[ path, true_path, success, username ]`, `[ path, true_path, action_type, username ]`, `[ path, remote_ip, session_uuid, success ]`, `[ path, remote_ip, session_uuid, action_type ]`, `[ path, remote_ip, session_uuid, username ]`, `[ path, remote_ip, success, action_type ]`, `[ path, remote_ip, success, username ]`, `[ path, remote_ip, action_type, username ]`, `[ path, session_uuid, success, action_type ]`, `[ path, session_uuid, success, username ]`, `[ path, session_uuid, action_type, username ]`, `[ path, success, action_type, username ]`, `[ true_path, remote_ip, session_uuid, success ]`, `[ true_path, remote_ip, session_uuid, action_type ]`, `[ true_path, remote_ip, session_uuid, username ]`, `[ true_path, remote_ip, success, action_type ]`, `[ true_path, remote_ip, success, username ]`, `[ true_path, remote_ip, action_type, username ]`, `[ true_path, session_uuid, success, action_type ]`, `[ true_path, session_uuid, success, username ]`, `[ true_path, session_uuid, action_type, username ]`, `[ true_path, success, action_type, username ]`, `[ remote_ip, session_uuid, success, action_type ]`, `[ remote_ip, session_uuid, success, username ]`, `[ remote_ip, session_uuid, action_type, username ]`, `[ remote_ip, success, action_type, username ]`, `[ session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip ]`, `[ start_date, end_date, path, true_path, session_uuid ]`, `[ start_date, end_date, path, true_path, success ]`, `[ start_date, end_date, path, true_path, action_type ]`, `[ start_date, end_date, path, true_path, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid ]`, `[ start_date, end_date, path, remote_ip, success ]`, `[ start_date, end_date, path, remote_ip, action_type ]`, `[ start_date, end_date, path, remote_ip, username ]`, `[ start_date, end_date, path, session_uuid, success ]`, `[ start_date, end_date, path, session_uuid, action_type ]`, `[ start_date, end_date, path, session_uuid, username ]`, `[ start_date, end_date, path, success, action_type ]`, `[ start_date, end_date, path, success, username ]`, `[ start_date, end_date, path, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid ]`, `[ start_date, end_date, true_path, remote_ip, success ]`, `[ start_date, end_date, true_path, remote_ip, action_type ]`, `[ start_date, end_date, true_path, remote_ip, username ]`, `[ start_date, end_date, true_path, session_uuid, success ]`, `[ start_date, end_date, true_path, session_uuid, action_type ]`, `[ start_date, end_date, true_path, session_uuid, username ]`, `[ start_date, end_date, true_path, success, action_type ]`, `[ start_date, end_date, true_path, success, username ]`, `[ start_date, end_date, true_path, action_type, username ]`, `[ start_date, end_date, remote_ip, session_uuid, success ]`, `[ start_date, end_date, remote_ip, session_uuid, action_type ]`, `[ start_date, end_date, remote_ip, session_uuid, username ]`, `[ start_date, end_date, remote_ip, success, action_type ]`, `[ start_date, end_date, remote_ip, success, username ]`, `[ start_date, end_date, remote_ip, action_type, username ]`, `[ start_date, end_date, session_uuid, success, action_type ]`, `[ start_date, end_date, session_uuid, success, username ]`, `[ start_date, end_date, session_uuid, action_type, username ]`, `[ start_date, end_date, success, action_type, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid ]`, `[ start_date, path, true_path, remote_ip, success ]`, `[ start_date, path, true_path, remote_ip, action_type ]`, `[ start_date, path, true_path, remote_ip, username ]`, `[ start_date, path, true_path, session_uuid, success ]`, `[ start_date, path, true_path, session_uuid, action_type ]`, `[ start_date, path, true_path, session_uuid, username ]`, `[ start_date, path, true_path, success, action_type ]`, `[ start_date, path, true_path, success, username ]`, `[ start_date, path, true_path, action_type, username ]`, `[ start_date, path, remote_ip, session_uuid, success ]`, `[ start_date, path, remote_ip, session_uuid, action_type ]`, `[ start_date, path, remote_ip, session_uuid, username ]`, `[ start_date, path, remote_ip, success, action_type ]`, `[ start_date, path, remote_ip, success, username ]`, `[ start_date, path, remote_ip, action_type, username ]`, `[ start_date, path, session_uuid, success, action_type ]`, `[ start_date, path, session_uuid, success, username ]`, `[ start_date, path, session_uuid, action_type, username ]`, `[ start_date, path, success, action_type, username ]`, `[ start_date, true_path, remote_ip, session_uuid, success ]`, `[ start_date, true_path, remote_ip, session_uuid, action_type ]`, `[ start_date, true_path, remote_ip, session_uuid, username ]`, `[ start_date, true_path, remote_ip, success, action_type ]`, `[ start_date, true_path, remote_ip, success, username ]`, `[ start_date, true_path, remote_ip, action_type, username ]`, `[ start_date, true_path, session_uuid, success, action_type ]`, `[ start_date, true_path, session_uuid, success, username ]`, `[ start_date, true_path, session_uuid, action_type, username ]`, `[ start_date, true_path, success, action_type, username ]`, `[ start_date, remote_ip, session_uuid, success, action_type ]`, `[ start_date, remote_ip, session_uuid, success, username ]`, `[ start_date, remote_ip, session_uuid, action_type, username ]`, `[ start_date, remote_ip, success, action_type, username ]`, `[ start_date, session_uuid, success, action_type, username ]`, `[ end_date, path, true_path, remote_ip, session_uuid ]`, `[ end_date, path, true_path, remote_ip, success ]`, `[ end_date, path, true_path, remote_ip, action_type ]`, `[ end_date, path, true_path, remote_ip, username ]`, `[ end_date, path, true_path, session_uuid, success ]`, `[ end_date, path, true_path, session_uuid, action_type ]`, `[ end_date, path, true_path, session_uuid, username ]`, `[ end_date, path, true_path, success, action_type ]`, `[ end_date, path, true_path, success, username ]`, `[ end_date, path, true_path, action_type, username ]`, `[ end_date, path, remote_ip, session_uuid, success ]`, `[ end_date, path, remote_ip, session_uuid, action_type ]`, `[ end_date, path, remote_ip, session_uuid, username ]`, `[ end_date, path, remote_ip, success, action_type ]`, `[ end_date, path, remote_ip, success, username ]`, `[ end_date, path, remote_ip, action_type, username ]`, `[ end_date, path, session_uuid, success, action_type ]`, `[ end_date, path, session_uuid, success, username ]`, `[ end_date, path, session_uuid, action_type, username ]`, `[ end_date, path, success, action_type, username ]`, `[ end_date, true_path, remote_ip, session_uuid, success ]`, `[ end_date, true_path, remote_ip, session_uuid, action_type ]`, `[ end_date, true_path, remote_ip, session_uuid, username ]`, `[ end_date, true_path, remote_ip, success, action_type ]`, `[ end_date, true_path, remote_ip, success, username ]`, `[ end_date, true_path, remote_ip, action_type, username ]`, `[ end_date, true_path, session_uuid, success, action_type ]`, `[ end_date, true_path, session_uuid, success, username ]`, `[ end_date, true_path, session_uuid, action_type, username ]`, `[ end_date, true_path, success, action_type, username ]`, `[ end_date, remote_ip, session_uuid, success, action_type ]`, `[ end_date, remote_ip, session_uuid, success, username ]`, `[ end_date, remote_ip, session_uuid, action_type, username ]`, `[ end_date, remote_ip, success, action_type, username ]`, `[ end_date, session_uuid, success, action_type, username ]`, `[ path, true_path, remote_ip, session_uuid, success ]`, `[ path, true_path, remote_ip, session_uuid, action_type ]`, `[ path, true_path, remote_ip, session_uuid, username ]`, `[ path, true_path, remote_ip, success, action_type ]`, `[ path, true_path, remote_ip, success, username ]`, `[ path, true_path, remote_ip, action_type, username ]`, `[ path, true_path, session_uuid, success, action_type ]`, `[ path, true_path, session_uuid, success, username ]`, `[ path, true_path, session_uuid, action_type, username ]`, `[ path, true_path, success, action_type, username ]`, `[ path, remote_ip, session_uuid, success, action_type ]`, `[ path, remote_ip, session_uuid, success, username ]`, `[ path, remote_ip, session_uuid, action_type, username ]`, `[ path, remote_ip, success, action_type, username ]`, `[ path, session_uuid, success, action_type, username ]`, `[ true_path, remote_ip, session_uuid, success, action_type ]`, `[ true_path, remote_ip, session_uuid, success, username ]`, `[ true_path, remote_ip, session_uuid, action_type, username ]`, `[ true_path, remote_ip, success, action_type, username ]`, `[ true_path, session_uuid, success, action_type, username ]`, `[ remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid ]`, `[ start_date, end_date, path, true_path, remote_ip, success ]`, `[ start_date, end_date, path, true_path, remote_ip, action_type ]`, `[ start_date, end_date, path, true_path, remote_ip, username ]`, `[ start_date, end_date, path, true_path, session_uuid, success ]`, `[ start_date, end_date, path, true_path, session_uuid, action_type ]`, `[ start_date, end_date, path, true_path, session_uuid, username ]`, `[ start_date, end_date, path, true_path, success, action_type ]`, `[ start_date, end_date, path, true_path, success, username ]`, `[ start_date, end_date, path, true_path, action_type, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid, success ]`, `[ start_date, end_date, path, remote_ip, session_uuid, action_type ]`, `[ start_date, end_date, path, remote_ip, session_uuid, username ]`, `[ start_date, end_date, path, remote_ip, success, action_type ]`, `[ start_date, end_date, path, remote_ip, success, username ]`, `[ start_date, end_date, path, remote_ip, action_type, username ]`, `[ start_date, end_date, path, session_uuid, success, action_type ]`, `[ start_date, end_date, path, session_uuid, success, username ]`, `[ start_date, end_date, path, session_uuid, action_type, username ]`, `[ start_date, end_date, path, success, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, success ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, action_type ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, username ]`, `[ start_date, end_date, true_path, remote_ip, success, action_type ]`, `[ start_date, end_date, true_path, remote_ip, success, username ]`, `[ start_date, end_date, true_path, remote_ip, action_type, username ]`, `[ start_date, end_date, true_path, session_uuid, success, action_type ]`, `[ start_date, end_date, true_path, session_uuid, success, username ]`, `[ start_date, end_date, true_path, session_uuid, action_type, username ]`, `[ start_date, end_date, true_path, success, action_type, username ]`, `[ start_date, end_date, remote_ip, session_uuid, success, action_type ]`, `[ start_date, end_date, remote_ip, session_uuid, success, username ]`, `[ start_date, end_date, remote_ip, session_uuid, action_type, username ]`, `[ start_date, end_date, remote_ip, success, action_type, username ]`, `[ start_date, end_date, session_uuid, success, action_type, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid, success ]`, `[ start_date, path, true_path, remote_ip, session_uuid, action_type ]`, `[ start_date, path, true_path, remote_ip, session_uuid, username ]`, `[ start_date, path, true_path, remote_ip, success, action_type ]`, `[ start_date, path, true_path, remote_ip, success, username ]`, `[ start_date, path, true_path, remote_ip, action_type, username ]`, `[ start_date, path, true_path, session_uuid, success, action_type ]`, `[ start_date, path, true_path, session_uuid, success, username ]`, `[ start_date, path, true_path, session_uuid, action_type, username ]`, `[ start_date, path, true_path, success, action_type, username ]`, `[ start_date, path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, path, remote_ip, session_uuid, success, username ]`, `[ start_date, path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, path, remote_ip, success, action_type, username ]`, `[ start_date, path, session_uuid, success, action_type, username ]`, `[ start_date, true_path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, true_path, remote_ip, session_uuid, success, username ]`, `[ start_date, true_path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, true_path, remote_ip, success, action_type, username ]`, `[ start_date, true_path, session_uuid, success, action_type, username ]`, `[ start_date, remote_ip, session_uuid, success, action_type, username ]`, `[ end_date, path, true_path, remote_ip, session_uuid, success ]`, `[ end_date, path, true_path, remote_ip, session_uuid, action_type ]`, `[ end_date, path, true_path, remote_ip, session_uuid, username ]`, `[ end_date, path, true_path, remote_ip, success, action_type ]`, `[ end_date, path, true_path, remote_ip, success, username ]`, `[ end_date, path, true_path, remote_ip, action_type, username ]`, `[ end_date, path, true_path, session_uuid, success, action_type ]`, `[ end_date, path, true_path, session_uuid, success, username ]`, `[ end_date, path, true_path, session_uuid, action_type, username ]`, `[ end_date, path, true_path, success, action_type, username ]`, `[ end_date, path, remote_ip, session_uuid, success, action_type ]`, `[ end_date, path, remote_ip, session_uuid, success, username ]`, `[ end_date, path, remote_ip, session_uuid, action_type, username ]`, `[ end_date, path, remote_ip, success, action_type, username ]`, `[ end_date, path, session_uuid, success, action_type, username ]`, `[ end_date, true_path, remote_ip, session_uuid, success, action_type ]`, `[ end_date, true_path, remote_ip, session_uuid, success, username ]`, `[ end_date, true_path, remote_ip, session_uuid, action_type, username ]`, `[ end_date, true_path, remote_ip, success, action_type, username ]`, `[ end_date, true_path, session_uuid, success, action_type, username ]`, `[ end_date, remote_ip, session_uuid, success, action_type, username ]`, `[ path, true_path, remote_ip, session_uuid, success, action_type ]`, `[ path, true_path, remote_ip, session_uuid, success, username ]`, `[ path, true_path, remote_ip, session_uuid, action_type, username ]`, `[ path, true_path, remote_ip, success, action_type, username ]`, `[ path, true_path, session_uuid, success, action_type, username ]`, `[ path, remote_ip, session_uuid, success, action_type, username ]`, `[ true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, success ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, action_type ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, username ]`, `[ start_date, end_date, path, true_path, remote_ip, success, action_type ]`, `[ start_date, end_date, path, true_path, remote_ip, success, username ]`, `[ start_date, end_date, path, true_path, remote_ip, action_type, username ]`, `[ start_date, end_date, path, true_path, session_uuid, success, action_type ]`, `[ start_date, end_date, path, true_path, session_uuid, success, username ]`, `[ start_date, end_date, path, true_path, session_uuid, action_type, username ]`, `[ start_date, end_date, path, true_path, success, action_type, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, end_date, path, remote_ip, session_uuid, success, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, end_date, path, remote_ip, success, action_type, username ]`, `[ start_date, end_date, path, session_uuid, success, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, success, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, success, action_type, username ]`, `[ start_date, end_date, true_path, session_uuid, success, action_type, username ]`, `[ start_date, end_date, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, path, true_path, remote_ip, session_uuid, success, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, path, true_path, remote_ip, success, action_type, username ]`, `[ start_date, path, true_path, session_uuid, success, action_type, username ]`, `[ start_date, path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ end_date, path, true_path, remote_ip, session_uuid, success, action_type ]`, `[ end_date, path, true_path, remote_ip, session_uuid, success, username ]`, `[ end_date, path, true_path, remote_ip, session_uuid, action_type, username ]`, `[ end_date, path, true_path, remote_ip, success, action_type, username ]`, `[ end_date, path, true_path, session_uuid, success, action_type, username ]`, `[ end_date, path, remote_ip, session_uuid, success, action_type, username ]`, `[ end_date, true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ path, true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, success, username ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip, success, action_type, username ]`, `[ start_date, end_date, path, true_path, session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid, success, action_type, username ]` or `[ end_date, path, true_path, remote_ip, session_uuid, success, action_type, username ]`.
182
+ // filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `path`, `true_path`, `action_type` or `username`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ path ]`, `[ true_path ]`, `[ remote_ip ]`, `[ session_uuid ]`, `[ success ]`, `[ action_type ]`, `[ username ]`, `[ start_date, end_date ]`, `[ start_date, path ]`, `[ start_date, true_path ]`, `[ start_date, remote_ip ]`, `[ start_date, session_uuid ]`, `[ start_date, success ]`, `[ start_date, action_type ]`, `[ start_date, username ]`, `[ end_date, path ]`, `[ end_date, true_path ]`, `[ end_date, remote_ip ]`, `[ end_date, session_uuid ]`, `[ end_date, success ]`, `[ end_date, action_type ]`, `[ end_date, username ]`, `[ path, true_path ]`, `[ path, remote_ip ]`, `[ path, session_uuid ]`, `[ path, success ]`, `[ path, action_type ]`, `[ path, username ]`, `[ true_path, remote_ip ]`, `[ true_path, session_uuid ]`, `[ true_path, success ]`, `[ true_path, action_type ]`, `[ true_path, username ]`, `[ remote_ip, session_uuid ]`, `[ remote_ip, success ]`, `[ remote_ip, action_type ]`, `[ remote_ip, username ]`, `[ session_uuid, success ]`, `[ session_uuid, action_type ]`, `[ session_uuid, username ]`, `[ success, action_type ]`, `[ success, username ]`, `[ action_type, username ]`, `[ start_date, end_date, path ]`, `[ start_date, end_date, true_path ]`, `[ start_date, end_date, remote_ip ]`, `[ start_date, end_date, session_uuid ]`, `[ start_date, end_date, success ]`, `[ start_date, end_date, action_type ]`, `[ start_date, end_date, username ]`, `[ start_date, path, true_path ]`, `[ start_date, path, remote_ip ]`, `[ start_date, path, session_uuid ]`, `[ start_date, path, success ]`, `[ start_date, path, action_type ]`, `[ start_date, path, username ]`, `[ start_date, true_path, remote_ip ]`, `[ start_date, true_path, session_uuid ]`, `[ start_date, true_path, success ]`, `[ start_date, true_path, action_type ]`, `[ start_date, true_path, username ]`, `[ start_date, remote_ip, session_uuid ]`, `[ start_date, remote_ip, success ]`, `[ start_date, remote_ip, action_type ]`, `[ start_date, remote_ip, username ]`, `[ start_date, session_uuid, success ]`, `[ start_date, session_uuid, action_type ]`, `[ start_date, session_uuid, username ]`, `[ start_date, success, action_type ]`, `[ start_date, success, username ]`, `[ start_date, action_type, username ]`, `[ end_date, path, true_path ]`, `[ end_date, path, remote_ip ]`, `[ end_date, path, session_uuid ]`, `[ end_date, path, success ]`, `[ end_date, path, action_type ]`, `[ end_date, path, username ]`, `[ end_date, true_path, remote_ip ]`, `[ end_date, true_path, session_uuid ]`, `[ end_date, true_path, success ]`, `[ end_date, true_path, action_type ]`, `[ end_date, true_path, username ]`, `[ end_date, remote_ip, session_uuid ]`, `[ end_date, remote_ip, success ]`, `[ end_date, remote_ip, action_type ]`, `[ end_date, remote_ip, username ]`, `[ end_date, session_uuid, success ]`, `[ end_date, session_uuid, action_type ]`, `[ end_date, session_uuid, username ]`, `[ end_date, success, action_type ]`, `[ end_date, success, username ]`, `[ end_date, action_type, username ]`, `[ path, true_path, remote_ip ]`, `[ path, true_path, session_uuid ]`, `[ path, true_path, success ]`, `[ path, true_path, action_type ]`, `[ path, true_path, username ]`, `[ path, remote_ip, session_uuid ]`, `[ path, remote_ip, success ]`, `[ path, remote_ip, action_type ]`, `[ path, remote_ip, username ]`, `[ path, session_uuid, success ]`, `[ path, session_uuid, action_type ]`, `[ path, session_uuid, username ]`, `[ path, success, action_type ]`, `[ path, success, username ]`, `[ path, action_type, username ]`, `[ true_path, remote_ip, session_uuid ]`, `[ true_path, remote_ip, success ]`, `[ true_path, remote_ip, action_type ]`, `[ true_path, remote_ip, username ]`, `[ true_path, session_uuid, success ]`, `[ true_path, session_uuid, action_type ]`, `[ true_path, session_uuid, username ]`, `[ true_path, success, action_type ]`, `[ true_path, success, username ]`, `[ true_path, action_type, username ]`, `[ remote_ip, session_uuid, success ]`, `[ remote_ip, session_uuid, action_type ]`, `[ remote_ip, session_uuid, username ]`, `[ remote_ip, success, action_type ]`, `[ remote_ip, success, username ]`, `[ remote_ip, action_type, username ]`, `[ session_uuid, success, action_type ]`, `[ session_uuid, success, username ]`, `[ session_uuid, action_type, username ]`, `[ success, action_type, username ]`, `[ start_date, end_date, path, true_path ]`, `[ start_date, end_date, path, remote_ip ]`, `[ start_date, end_date, path, session_uuid ]`, `[ start_date, end_date, path, success ]`, `[ start_date, end_date, path, action_type ]`, `[ start_date, end_date, path, username ]`, `[ start_date, end_date, true_path, remote_ip ]`, `[ start_date, end_date, true_path, session_uuid ]`, `[ start_date, end_date, true_path, success ]`, `[ start_date, end_date, true_path, action_type ]`, `[ start_date, end_date, true_path, username ]`, `[ start_date, end_date, remote_ip, session_uuid ]`, `[ start_date, end_date, remote_ip, success ]`, `[ start_date, end_date, remote_ip, action_type ]`, `[ start_date, end_date, remote_ip, username ]`, `[ start_date, end_date, session_uuid, success ]`, `[ start_date, end_date, session_uuid, action_type ]`, `[ start_date, end_date, session_uuid, username ]`, `[ start_date, end_date, success, action_type ]`, `[ start_date, end_date, success, username ]`, `[ start_date, end_date, action_type, username ]`, `[ start_date, path, true_path, remote_ip ]`, `[ start_date, path, true_path, session_uuid ]`, `[ start_date, path, true_path, success ]`, `[ start_date, path, true_path, action_type ]`, `[ start_date, path, true_path, username ]`, `[ start_date, path, remote_ip, session_uuid ]`, `[ start_date, path, remote_ip, success ]`, `[ start_date, path, remote_ip, action_type ]`, `[ start_date, path, remote_ip, username ]`, `[ start_date, path, session_uuid, success ]`, `[ start_date, path, session_uuid, action_type ]`, `[ start_date, path, session_uuid, username ]`, `[ start_date, path, success, action_type ]`, `[ start_date, path, success, username ]`, `[ start_date, path, action_type, username ]`, `[ start_date, true_path, remote_ip, session_uuid ]`, `[ start_date, true_path, remote_ip, success ]`, `[ start_date, true_path, remote_ip, action_type ]`, `[ start_date, true_path, remote_ip, username ]`, `[ start_date, true_path, session_uuid, success ]`, `[ start_date, true_path, session_uuid, action_type ]`, `[ start_date, true_path, session_uuid, username ]`, `[ start_date, true_path, success, action_type ]`, `[ start_date, true_path, success, username ]`, `[ start_date, true_path, action_type, username ]`, `[ start_date, remote_ip, session_uuid, success ]`, `[ start_date, remote_ip, session_uuid, action_type ]`, `[ start_date, remote_ip, session_uuid, username ]`, `[ start_date, remote_ip, success, action_type ]`, `[ start_date, remote_ip, success, username ]`, `[ start_date, remote_ip, action_type, username ]`, `[ start_date, session_uuid, success, action_type ]`, `[ start_date, session_uuid, success, username ]`, `[ start_date, session_uuid, action_type, username ]`, `[ start_date, success, action_type, username ]`, `[ end_date, path, true_path, remote_ip ]`, `[ end_date, path, true_path, session_uuid ]`, `[ end_date, path, true_path, success ]`, `[ end_date, path, true_path, action_type ]`, `[ end_date, path, true_path, username ]`, `[ end_date, path, remote_ip, session_uuid ]`, `[ end_date, path, remote_ip, success ]`, `[ end_date, path, remote_ip, action_type ]`, `[ end_date, path, remote_ip, username ]`, `[ end_date, path, session_uuid, success ]`, `[ end_date, path, session_uuid, action_type ]`, `[ end_date, path, session_uuid, username ]`, `[ end_date, path, success, action_type ]`, `[ end_date, path, success, username ]`, `[ end_date, path, action_type, username ]`, `[ end_date, true_path, remote_ip, session_uuid ]`, `[ end_date, true_path, remote_ip, success ]`, `[ end_date, true_path, remote_ip, action_type ]`, `[ end_date, true_path, remote_ip, username ]`, `[ end_date, true_path, session_uuid, success ]`, `[ end_date, true_path, session_uuid, action_type ]`, `[ end_date, true_path, session_uuid, username ]`, `[ end_date, true_path, success, action_type ]`, `[ end_date, true_path, success, username ]`, `[ end_date, true_path, action_type, username ]`, `[ end_date, remote_ip, session_uuid, success ]`, `[ end_date, remote_ip, session_uuid, action_type ]`, `[ end_date, remote_ip, session_uuid, username ]`, `[ end_date, remote_ip, success, action_type ]`, `[ end_date, remote_ip, success, username ]`, `[ end_date, remote_ip, action_type, username ]`, `[ end_date, session_uuid, success, action_type ]`, `[ end_date, session_uuid, success, username ]`, `[ end_date, session_uuid, action_type, username ]`, `[ end_date, success, action_type, username ]`, `[ path, true_path, remote_ip, session_uuid ]`, `[ path, true_path, remote_ip, success ]`, `[ path, true_path, remote_ip, action_type ]`, `[ path, true_path, remote_ip, username ]`, `[ path, true_path, session_uuid, success ]`, `[ path, true_path, session_uuid, action_type ]`, `[ path, true_path, session_uuid, username ]`, `[ path, true_path, success, action_type ]`, `[ path, true_path, success, username ]`, `[ path, true_path, action_type, username ]`, `[ path, remote_ip, session_uuid, success ]`, `[ path, remote_ip, session_uuid, action_type ]`, `[ path, remote_ip, session_uuid, username ]`, `[ path, remote_ip, success, action_type ]`, `[ path, remote_ip, success, username ]`, `[ path, remote_ip, action_type, username ]`, `[ path, session_uuid, success, action_type ]`, `[ path, session_uuid, success, username ]`, `[ path, session_uuid, action_type, username ]`, `[ path, success, action_type, username ]`, `[ true_path, remote_ip, session_uuid, success ]`, `[ true_path, remote_ip, session_uuid, action_type ]`, `[ true_path, remote_ip, session_uuid, username ]`, `[ true_path, remote_ip, success, action_type ]`, `[ true_path, remote_ip, success, username ]`, `[ true_path, remote_ip, action_type, username ]`, `[ true_path, session_uuid, success, action_type ]`, `[ true_path, session_uuid, success, username ]`, `[ true_path, session_uuid, action_type, username ]`, `[ true_path, success, action_type, username ]`, `[ remote_ip, session_uuid, success, action_type ]`, `[ remote_ip, session_uuid, success, username ]`, `[ remote_ip, session_uuid, action_type, username ]`, `[ remote_ip, success, action_type, username ]`, `[ session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip ]`, `[ start_date, end_date, path, true_path, session_uuid ]`, `[ start_date, end_date, path, true_path, success ]`, `[ start_date, end_date, path, true_path, action_type ]`, `[ start_date, end_date, path, true_path, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid ]`, `[ start_date, end_date, path, remote_ip, success ]`, `[ start_date, end_date, path, remote_ip, action_type ]`, `[ start_date, end_date, path, remote_ip, username ]`, `[ start_date, end_date, path, session_uuid, success ]`, `[ start_date, end_date, path, session_uuid, action_type ]`, `[ start_date, end_date, path, session_uuid, username ]`, `[ start_date, end_date, path, success, action_type ]`, `[ start_date, end_date, path, success, username ]`, `[ start_date, end_date, path, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid ]`, `[ start_date, end_date, true_path, remote_ip, success ]`, `[ start_date, end_date, true_path, remote_ip, action_type ]`, `[ start_date, end_date, true_path, remote_ip, username ]`, `[ start_date, end_date, true_path, session_uuid, success ]`, `[ start_date, end_date, true_path, session_uuid, action_type ]`, `[ start_date, end_date, true_path, session_uuid, username ]`, `[ start_date, end_date, true_path, success, action_type ]`, `[ start_date, end_date, true_path, success, username ]`, `[ start_date, end_date, true_path, action_type, username ]`, `[ start_date, end_date, remote_ip, session_uuid, success ]`, `[ start_date, end_date, remote_ip, session_uuid, action_type ]`, `[ start_date, end_date, remote_ip, session_uuid, username ]`, `[ start_date, end_date, remote_ip, success, action_type ]`, `[ start_date, end_date, remote_ip, success, username ]`, `[ start_date, end_date, remote_ip, action_type, username ]`, `[ start_date, end_date, session_uuid, success, action_type ]`, `[ start_date, end_date, session_uuid, success, username ]`, `[ start_date, end_date, session_uuid, action_type, username ]`, `[ start_date, end_date, success, action_type, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid ]`, `[ start_date, path, true_path, remote_ip, success ]`, `[ start_date, path, true_path, remote_ip, action_type ]`, `[ start_date, path, true_path, remote_ip, username ]`, `[ start_date, path, true_path, session_uuid, success ]`, `[ start_date, path, true_path, session_uuid, action_type ]`, `[ start_date, path, true_path, session_uuid, username ]`, `[ start_date, path, true_path, success, action_type ]`, `[ start_date, path, true_path, success, username ]`, `[ start_date, path, true_path, action_type, username ]`, `[ start_date, path, remote_ip, session_uuid, success ]`, `[ start_date, path, remote_ip, session_uuid, action_type ]`, `[ start_date, path, remote_ip, session_uuid, username ]`, `[ start_date, path, remote_ip, success, action_type ]`, `[ start_date, path, remote_ip, success, username ]`, `[ start_date, path, remote_ip, action_type, username ]`, `[ start_date, path, session_uuid, success, action_type ]`, `[ start_date, path, session_uuid, success, username ]`, `[ start_date, path, session_uuid, action_type, username ]`, `[ start_date, path, success, action_type, username ]`, `[ start_date, true_path, remote_ip, session_uuid, success ]`, `[ start_date, true_path, remote_ip, session_uuid, action_type ]`, `[ start_date, true_path, remote_ip, session_uuid, username ]`, `[ start_date, true_path, remote_ip, success, action_type ]`, `[ start_date, true_path, remote_ip, success, username ]`, `[ start_date, true_path, remote_ip, action_type, username ]`, `[ start_date, true_path, session_uuid, success, action_type ]`, `[ start_date, true_path, session_uuid, success, username ]`, `[ start_date, true_path, session_uuid, action_type, username ]`, `[ start_date, true_path, success, action_type, username ]`, `[ start_date, remote_ip, session_uuid, success, action_type ]`, `[ start_date, remote_ip, session_uuid, success, username ]`, `[ start_date, remote_ip, session_uuid, action_type, username ]`, `[ start_date, remote_ip, success, action_type, username ]`, `[ start_date, session_uuid, success, action_type, username ]`, `[ end_date, path, true_path, remote_ip, session_uuid ]`, `[ end_date, path, true_path, remote_ip, success ]`, `[ end_date, path, true_path, remote_ip, action_type ]`, `[ end_date, path, true_path, remote_ip, username ]`, `[ end_date, path, true_path, session_uuid, success ]`, `[ end_date, path, true_path, session_uuid, action_type ]`, `[ end_date, path, true_path, session_uuid, username ]`, `[ end_date, path, true_path, success, action_type ]`, `[ end_date, path, true_path, success, username ]`, `[ end_date, path, true_path, action_type, username ]`, `[ end_date, path, remote_ip, session_uuid, success ]`, `[ end_date, path, remote_ip, session_uuid, action_type ]`, `[ end_date, path, remote_ip, session_uuid, username ]`, `[ end_date, path, remote_ip, success, action_type ]`, `[ end_date, path, remote_ip, success, username ]`, `[ end_date, path, remote_ip, action_type, username ]`, `[ end_date, path, session_uuid, success, action_type ]`, `[ end_date, path, session_uuid, success, username ]`, `[ end_date, path, session_uuid, action_type, username ]`, `[ end_date, path, success, action_type, username ]`, `[ end_date, true_path, remote_ip, session_uuid, success ]`, `[ end_date, true_path, remote_ip, session_uuid, action_type ]`, `[ end_date, true_path, remote_ip, session_uuid, username ]`, `[ end_date, true_path, remote_ip, success, action_type ]`, `[ end_date, true_path, remote_ip, success, username ]`, `[ end_date, true_path, remote_ip, action_type, username ]`, `[ end_date, true_path, session_uuid, success, action_type ]`, `[ end_date, true_path, session_uuid, success, username ]`, `[ end_date, true_path, session_uuid, action_type, username ]`, `[ end_date, true_path, success, action_type, username ]`, `[ end_date, remote_ip, session_uuid, success, action_type ]`, `[ end_date, remote_ip, session_uuid, success, username ]`, `[ end_date, remote_ip, session_uuid, action_type, username ]`, `[ end_date, remote_ip, success, action_type, username ]`, `[ end_date, session_uuid, success, action_type, username ]`, `[ path, true_path, remote_ip, session_uuid, success ]`, `[ path, true_path, remote_ip, session_uuid, action_type ]`, `[ path, true_path, remote_ip, session_uuid, username ]`, `[ path, true_path, remote_ip, success, action_type ]`, `[ path, true_path, remote_ip, success, username ]`, `[ path, true_path, remote_ip, action_type, username ]`, `[ path, true_path, session_uuid, success, action_type ]`, `[ path, true_path, session_uuid, success, username ]`, `[ path, true_path, session_uuid, action_type, username ]`, `[ path, true_path, success, action_type, username ]`, `[ path, remote_ip, session_uuid, success, action_type ]`, `[ path, remote_ip, session_uuid, success, username ]`, `[ path, remote_ip, session_uuid, action_type, username ]`, `[ path, remote_ip, success, action_type, username ]`, `[ path, session_uuid, success, action_type, username ]`, `[ true_path, remote_ip, session_uuid, success, action_type ]`, `[ true_path, remote_ip, session_uuid, success, username ]`, `[ true_path, remote_ip, session_uuid, action_type, username ]`, `[ true_path, remote_ip, success, action_type, username ]`, `[ true_path, session_uuid, success, action_type, username ]`, `[ remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid ]`, `[ start_date, end_date, path, true_path, remote_ip, success ]`, `[ start_date, end_date, path, true_path, remote_ip, action_type ]`, `[ start_date, end_date, path, true_path, remote_ip, username ]`, `[ start_date, end_date, path, true_path, session_uuid, success ]`, `[ start_date, end_date, path, true_path, session_uuid, action_type ]`, `[ start_date, end_date, path, true_path, session_uuid, username ]`, `[ start_date, end_date, path, true_path, success, action_type ]`, `[ start_date, end_date, path, true_path, success, username ]`, `[ start_date, end_date, path, true_path, action_type, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid, success ]`, `[ start_date, end_date, path, remote_ip, session_uuid, action_type ]`, `[ start_date, end_date, path, remote_ip, session_uuid, username ]`, `[ start_date, end_date, path, remote_ip, success, action_type ]`, `[ start_date, end_date, path, remote_ip, success, username ]`, `[ start_date, end_date, path, remote_ip, action_type, username ]`, `[ start_date, end_date, path, session_uuid, success, action_type ]`, `[ start_date, end_date, path, session_uuid, success, username ]`, `[ start_date, end_date, path, session_uuid, action_type, username ]`, `[ start_date, end_date, path, success, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, success ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, action_type ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, username ]`, `[ start_date, end_date, true_path, remote_ip, success, action_type ]`, `[ start_date, end_date, true_path, remote_ip, success, username ]`, `[ start_date, end_date, true_path, remote_ip, action_type, username ]`, `[ start_date, end_date, true_path, session_uuid, success, action_type ]`, `[ start_date, end_date, true_path, session_uuid, success, username ]`, `[ start_date, end_date, true_path, session_uuid, action_type, username ]`, `[ start_date, end_date, true_path, success, action_type, username ]`, `[ start_date, end_date, remote_ip, session_uuid, success, action_type ]`, `[ start_date, end_date, remote_ip, session_uuid, success, username ]`, `[ start_date, end_date, remote_ip, session_uuid, action_type, username ]`, `[ start_date, end_date, remote_ip, success, action_type, username ]`, `[ start_date, end_date, session_uuid, success, action_type, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid, success ]`, `[ start_date, path, true_path, remote_ip, session_uuid, action_type ]`, `[ start_date, path, true_path, remote_ip, session_uuid, username ]`, `[ start_date, path, true_path, remote_ip, success, action_type ]`, `[ start_date, path, true_path, remote_ip, success, username ]`, `[ start_date, path, true_path, remote_ip, action_type, username ]`, `[ start_date, path, true_path, session_uuid, success, action_type ]`, `[ start_date, path, true_path, session_uuid, success, username ]`, `[ start_date, path, true_path, session_uuid, action_type, username ]`, `[ start_date, path, true_path, success, action_type, username ]`, `[ start_date, path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, path, remote_ip, session_uuid, success, username ]`, `[ start_date, path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, path, remote_ip, success, action_type, username ]`, `[ start_date, path, session_uuid, success, action_type, username ]`, `[ start_date, true_path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, true_path, remote_ip, session_uuid, success, username ]`, `[ start_date, true_path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, true_path, remote_ip, success, action_type, username ]`, `[ start_date, true_path, session_uuid, success, action_type, username ]`, `[ start_date, remote_ip, session_uuid, success, action_type, username ]`, `[ end_date, path, true_path, remote_ip, session_uuid, success ]`, `[ end_date, path, true_path, remote_ip, session_uuid, action_type ]`, `[ end_date, path, true_path, remote_ip, session_uuid, username ]`, `[ end_date, path, true_path, remote_ip, success, action_type ]`, `[ end_date, path, true_path, remote_ip, success, username ]`, `[ end_date, path, true_path, remote_ip, action_type, username ]`, `[ end_date, path, true_path, session_uuid, success, action_type ]`, `[ end_date, path, true_path, session_uuid, success, username ]`, `[ end_date, path, true_path, session_uuid, action_type, username ]`, `[ end_date, path, true_path, success, action_type, username ]`, `[ end_date, path, remote_ip, session_uuid, success, action_type ]`, `[ end_date, path, remote_ip, session_uuid, success, username ]`, `[ end_date, path, remote_ip, session_uuid, action_type, username ]`, `[ end_date, path, remote_ip, success, action_type, username ]`, `[ end_date, path, session_uuid, success, action_type, username ]`, `[ end_date, true_path, remote_ip, session_uuid, success, action_type ]`, `[ end_date, true_path, remote_ip, session_uuid, success, username ]`, `[ end_date, true_path, remote_ip, session_uuid, action_type, username ]`, `[ end_date, true_path, remote_ip, success, action_type, username ]`, `[ end_date, true_path, session_uuid, success, action_type, username ]`, `[ end_date, remote_ip, session_uuid, success, action_type, username ]`, `[ path, true_path, remote_ip, session_uuid, success, action_type ]`, `[ path, true_path, remote_ip, session_uuid, success, username ]`, `[ path, true_path, remote_ip, session_uuid, action_type, username ]`, `[ path, true_path, remote_ip, success, action_type, username ]`, `[ path, true_path, session_uuid, success, action_type, username ]`, `[ path, remote_ip, session_uuid, success, action_type, username ]`, `[ true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, success ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, action_type ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, username ]`, `[ start_date, end_date, path, true_path, remote_ip, success, action_type ]`, `[ start_date, end_date, path, true_path, remote_ip, success, username ]`, `[ start_date, end_date, path, true_path, remote_ip, action_type, username ]`, `[ start_date, end_date, path, true_path, session_uuid, success, action_type ]`, `[ start_date, end_date, path, true_path, session_uuid, success, username ]`, `[ start_date, end_date, path, true_path, session_uuid, action_type, username ]`, `[ start_date, end_date, path, true_path, success, action_type, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, end_date, path, remote_ip, session_uuid, success, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, end_date, path, remote_ip, success, action_type, username ]`, `[ start_date, end_date, path, session_uuid, success, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, success, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, success, action_type, username ]`, `[ start_date, end_date, true_path, session_uuid, success, action_type, username ]`, `[ start_date, end_date, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, path, true_path, remote_ip, session_uuid, success, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, path, true_path, remote_ip, success, action_type, username ]`, `[ start_date, path, true_path, session_uuid, success, action_type, username ]`, `[ start_date, path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ end_date, path, true_path, remote_ip, session_uuid, success, action_type ]`, `[ end_date, path, true_path, remote_ip, session_uuid, success, username ]`, `[ end_date, path, true_path, remote_ip, session_uuid, action_type, username ]`, `[ end_date, path, true_path, remote_ip, success, action_type, username ]`, `[ end_date, path, true_path, session_uuid, success, action_type, username ]`, `[ end_date, path, remote_ip, session_uuid, success, action_type, username ]`, `[ end_date, true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ path, true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, success, action_type ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, success, username ]`, `[ start_date, end_date, path, true_path, remote_ip, session_uuid, action_type, username ]`, `[ start_date, end_date, path, true_path, remote_ip, success, action_type, username ]`, `[ start_date, end_date, path, true_path, session_uuid, success, action_type, username ]`, `[ start_date, end_date, path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, end_date, true_path, remote_ip, session_uuid, success, action_type, username ]`, `[ start_date, path, true_path, remote_ip, session_uuid, success, action_type, username ]` or `[ end_date, path, true_path, remote_ip, session_uuid, success, action_type, username ]`.
183
+ (0, _defineProperty2.default)(SftpActionLog, "createExport", /*#__PURE__*/(0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee2() {
184
+ var params,
185
+ options,
186
+ response,
187
+ Export,
188
+ _args2 = arguments;
189
+ return _regenerator.default.wrap(function _callee2$(_context2) {
190
+ while (1) switch (_context2.prev = _context2.next) {
191
+ case 0:
192
+ params = _args2.length > 0 && _args2[0] !== undefined ? _args2[0] : {};
193
+ options = _args2.length > 1 && _args2[1] !== undefined ? _args2[1] : {};
194
+ _context2.next = 4;
195
+ return _Api.default.sendRequest('/sftp_action_logs/create_export', 'POST', params, options);
196
+ case 4:
197
+ response = _context2.sent;
198
+ Export = require('./Export.js').default;
199
+ return _context2.abrupt("return", new Export(response === null || response === void 0 ? void 0 : response.data, options));
200
+ case 7:
201
+ case "end":
202
+ return _context2.stop();
203
+ }
204
+ }, _callee2);
205
+ })));
180
206
  var _default = exports.default = SftpActionLog;
181
207
  module.exports = SftpActionLog;
182
208
  module.exports.default = SftpActionLog;
@@ -361,6 +361,27 @@ _SftpHostKey = SftpHostKey;
361
361
  }
362
362
  }, _callee6);
363
363
  })));
364
+ (0, _defineProperty2.default)(SftpHostKey, "createExport", /*#__PURE__*/(0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee7() {
365
+ var options,
366
+ response,
367
+ Export,
368
+ _args7 = arguments;
369
+ return _regenerator.default.wrap(function _callee7$(_context7) {
370
+ while (1) switch (_context7.prev = _context7.next) {
371
+ case 0:
372
+ options = _args7.length > 0 && _args7[0] !== undefined ? _args7[0] : {};
373
+ _context7.next = 3;
374
+ return _Api.default.sendRequest('/sftp_host_keys/create_export', 'POST', {}, options);
375
+ case 3:
376
+ response = _context7.sent;
377
+ Export = require('./Export.js').default;
378
+ return _context7.abrupt("return", new Export(response === null || response === void 0 ? void 0 : response.data, options));
379
+ case 6:
380
+ case "end":
381
+ return _context7.stop();
382
+ }
383
+ }, _callee7);
384
+ })));
364
385
  var _default = exports.default = SftpHostKey;
365
386
  module.exports = SftpHostKey;
366
387
  module.exports.default = SftpHostKey;
@@ -401,6 +401,37 @@ _ShareGroup = ShareGroup;
401
401
  }
402
402
  }, _callee6);
403
403
  })));
404
+ // Parameters:
405
+ // user_id - int64 - User ID. Provide a value of `0` to operate the current session's user.
406
+ (0, _defineProperty2.default)(ShareGroup, "createExport", /*#__PURE__*/(0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee7() {
407
+ var params,
408
+ options,
409
+ response,
410
+ Export,
411
+ _args7 = arguments;
412
+ return _regenerator.default.wrap(function _callee7$(_context7) {
413
+ while (1) switch (_context7.prev = _context7.next) {
414
+ case 0:
415
+ params = _args7.length > 0 && _args7[0] !== undefined ? _args7[0] : {};
416
+ options = _args7.length > 1 && _args7[1] !== undefined ? _args7[1] : {};
417
+ if (!(params.user_id && !(0, _utils.isInt)(params.user_id))) {
418
+ _context7.next = 4;
419
+ break;
420
+ }
421
+ throw new errors.InvalidParameterError("Bad parameter: user_id must be of type Int, received ".concat((0, _utils.getType)(params.user_id)));
422
+ case 4:
423
+ _context7.next = 6;
424
+ return _Api.default.sendRequest('/share_groups/create_export', 'POST', params, options);
425
+ case 6:
426
+ response = _context7.sent;
427
+ Export = require('./Export.js').default;
428
+ return _context7.abrupt("return", new Export(response === null || response === void 0 ? void 0 : response.data, options));
429
+ case 9:
430
+ case "end":
431
+ return _context7.stop();
432
+ }
433
+ }, _callee7);
434
+ })));
404
435
  var _default = exports.default = ShareGroup;
405
436
  module.exports = ShareGroup;
406
437
  module.exports.default = ShareGroup;
@@ -915,6 +915,27 @@ _SiemHttpDestination = SiemHttpDestination;
915
915
  }
916
916
  }, _callee6);
917
917
  })));
918
+ (0, _defineProperty2.default)(SiemHttpDestination, "createExport", /*#__PURE__*/(0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee7() {
919
+ var options,
920
+ response,
921
+ Export,
922
+ _args7 = arguments;
923
+ return _regenerator.default.wrap(function _callee7$(_context7) {
924
+ while (1) switch (_context7.prev = _context7.next) {
925
+ case 0:
926
+ options = _args7.length > 0 && _args7[0] !== undefined ? _args7[0] : {};
927
+ _context7.next = 3;
928
+ return _Api.default.sendRequest('/siem_http_destinations/create_export', 'POST', {}, options);
929
+ case 3:
930
+ response = _context7.sent;
931
+ Export = require('./Export.js').default;
932
+ return _context7.abrupt("return", new Export(response === null || response === void 0 ? void 0 : response.data, options));
933
+ case 6:
934
+ case "end":
935
+ return _context7.stop();
936
+ }
937
+ }, _callee7);
938
+ })));
918
939
  // Parameters:
919
940
  // siem_http_destination_id - int64 - SIEM HTTP Destination ID
920
941
  // destination_type - string - Destination Type
@@ -944,118 +965,118 @@ _SiemHttpDestination = SiemHttpDestination;
944
965
  // public_hosting_request_send_enabled - boolean - Whether or not sending is enabled for public_hosting_request logs.
945
966
  // email_send_enabled - boolean - Whether or not sending is enabled for email logs.
946
967
  // exavault_api_request_send_enabled - boolean - Whether or not sending is enabled for exavault_api_request logs.
947
- (0, _defineProperty2.default)(SiemHttpDestination, "sendTestEntry", /*#__PURE__*/(0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee7() {
968
+ (0, _defineProperty2.default)(SiemHttpDestination, "sendTestEntry", /*#__PURE__*/(0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee8() {
948
969
  var params,
949
970
  options,
950
- _args7 = arguments;
951
- return _regenerator.default.wrap(function _callee7$(_context7) {
952
- while (1) switch (_context7.prev = _context7.next) {
971
+ _args8 = arguments;
972
+ return _regenerator.default.wrap(function _callee8$(_context8) {
973
+ while (1) switch (_context8.prev = _context8.next) {
953
974
  case 0:
954
- params = _args7.length > 0 && _args7[0] !== undefined ? _args7[0] : {};
955
- options = _args7.length > 1 && _args7[1] !== undefined ? _args7[1] : {};
975
+ params = _args8.length > 0 && _args8[0] !== undefined ? _args8[0] : {};
976
+ options = _args8.length > 1 && _args8[1] !== undefined ? _args8[1] : {};
956
977
  if (!(params.siem_http_destination_id && !(0, _utils.isInt)(params.siem_http_destination_id))) {
957
- _context7.next = 4;
978
+ _context8.next = 4;
958
979
  break;
959
980
  }
960
981
  throw new errors.InvalidParameterError("Bad parameter: siem_http_destination_id must be of type Int, received ".concat((0, _utils.getType)(params.siem_http_destination_id)));
961
982
  case 4:
962
983
  if (!(params.destination_type && !(0, _utils.isString)(params.destination_type))) {
963
- _context7.next = 6;
984
+ _context8.next = 6;
964
985
  break;
965
986
  }
966
987
  throw new errors.InvalidParameterError("Bad parameter: destination_type must be of type String, received ".concat((0, _utils.getType)(params.destination_type)));
967
988
  case 6:
968
989
  if (!(params.destination_url && !(0, _utils.isString)(params.destination_url))) {
969
- _context7.next = 8;
990
+ _context8.next = 8;
970
991
  break;
971
992
  }
972
993
  throw new errors.InvalidParameterError("Bad parameter: destination_url must be of type String, received ".concat((0, _utils.getType)(params.destination_url)));
973
994
  case 8:
974
995
  if (!(params.name && !(0, _utils.isString)(params.name))) {
975
- _context7.next = 10;
996
+ _context8.next = 10;
976
997
  break;
977
998
  }
978
999
  throw new errors.InvalidParameterError("Bad parameter: name must be of type String, received ".concat((0, _utils.getType)(params.name)));
979
1000
  case 10:
980
1001
  if (!(params.generic_payload_type && !(0, _utils.isString)(params.generic_payload_type))) {
981
- _context7.next = 12;
1002
+ _context8.next = 12;
982
1003
  break;
983
1004
  }
984
1005
  throw new errors.InvalidParameterError("Bad parameter: generic_payload_type must be of type String, received ".concat((0, _utils.getType)(params.generic_payload_type)));
985
1006
  case 12:
986
1007
  if (!(params.splunk_token && !(0, _utils.isString)(params.splunk_token))) {
987
- _context7.next = 14;
1008
+ _context8.next = 14;
988
1009
  break;
989
1010
  }
990
1011
  throw new errors.InvalidParameterError("Bad parameter: splunk_token must be of type String, received ".concat((0, _utils.getType)(params.splunk_token)));
991
1012
  case 14:
992
1013
  if (!(params.azure_dcr_immutable_id && !(0, _utils.isString)(params.azure_dcr_immutable_id))) {
993
- _context7.next = 16;
1014
+ _context8.next = 16;
994
1015
  break;
995
1016
  }
996
1017
  throw new errors.InvalidParameterError("Bad parameter: azure_dcr_immutable_id must be of type String, received ".concat((0, _utils.getType)(params.azure_dcr_immutable_id)));
997
1018
  case 16:
998
1019
  if (!(params.azure_stream_name && !(0, _utils.isString)(params.azure_stream_name))) {
999
- _context7.next = 18;
1020
+ _context8.next = 18;
1000
1021
  break;
1001
1022
  }
1002
1023
  throw new errors.InvalidParameterError("Bad parameter: azure_stream_name must be of type String, received ".concat((0, _utils.getType)(params.azure_stream_name)));
1003
1024
  case 18:
1004
1025
  if (!(params.azure_oauth_client_credentials_tenant_id && !(0, _utils.isString)(params.azure_oauth_client_credentials_tenant_id))) {
1005
- _context7.next = 20;
1026
+ _context8.next = 20;
1006
1027
  break;
1007
1028
  }
1008
1029
  throw new errors.InvalidParameterError("Bad parameter: azure_oauth_client_credentials_tenant_id must be of type String, received ".concat((0, _utils.getType)(params.azure_oauth_client_credentials_tenant_id)));
1009
1030
  case 20:
1010
1031
  if (!(params.azure_oauth_client_credentials_client_id && !(0, _utils.isString)(params.azure_oauth_client_credentials_client_id))) {
1011
- _context7.next = 22;
1032
+ _context8.next = 22;
1012
1033
  break;
1013
1034
  }
1014
1035
  throw new errors.InvalidParameterError("Bad parameter: azure_oauth_client_credentials_client_id must be of type String, received ".concat((0, _utils.getType)(params.azure_oauth_client_credentials_client_id)));
1015
1036
  case 22:
1016
1037
  if (!(params.azure_oauth_client_credentials_client_secret && !(0, _utils.isString)(params.azure_oauth_client_credentials_client_secret))) {
1017
- _context7.next = 24;
1038
+ _context8.next = 24;
1018
1039
  break;
1019
1040
  }
1020
1041
  throw new errors.InvalidParameterError("Bad parameter: azure_oauth_client_credentials_client_secret must be of type String, received ".concat((0, _utils.getType)(params.azure_oauth_client_credentials_client_secret)));
1021
1042
  case 24:
1022
1043
  if (!(params.qradar_username && !(0, _utils.isString)(params.qradar_username))) {
1023
- _context7.next = 26;
1044
+ _context8.next = 26;
1024
1045
  break;
1025
1046
  }
1026
1047
  throw new errors.InvalidParameterError("Bad parameter: qradar_username must be of type String, received ".concat((0, _utils.getType)(params.qradar_username)));
1027
1048
  case 26:
1028
1049
  if (!(params.qradar_password && !(0, _utils.isString)(params.qradar_password))) {
1029
- _context7.next = 28;
1050
+ _context8.next = 28;
1030
1051
  break;
1031
1052
  }
1032
1053
  throw new errors.InvalidParameterError("Bad parameter: qradar_password must be of type String, received ".concat((0, _utils.getType)(params.qradar_password)));
1033
1054
  case 28:
1034
1055
  if (!(params.solar_winds_token && !(0, _utils.isString)(params.solar_winds_token))) {
1035
- _context7.next = 30;
1056
+ _context8.next = 30;
1036
1057
  break;
1037
1058
  }
1038
1059
  throw new errors.InvalidParameterError("Bad parameter: solar_winds_token must be of type String, received ".concat((0, _utils.getType)(params.solar_winds_token)));
1039
1060
  case 30:
1040
1061
  if (!(params.new_relic_api_key && !(0, _utils.isString)(params.new_relic_api_key))) {
1041
- _context7.next = 32;
1062
+ _context8.next = 32;
1042
1063
  break;
1043
1064
  }
1044
1065
  throw new errors.InvalidParameterError("Bad parameter: new_relic_api_key must be of type String, received ".concat((0, _utils.getType)(params.new_relic_api_key)));
1045
1066
  case 32:
1046
1067
  if (!(params.datadog_api_key && !(0, _utils.isString)(params.datadog_api_key))) {
1047
- _context7.next = 34;
1068
+ _context8.next = 34;
1048
1069
  break;
1049
1070
  }
1050
1071
  throw new errors.InvalidParameterError("Bad parameter: datadog_api_key must be of type String, received ".concat((0, _utils.getType)(params.datadog_api_key)));
1051
1072
  case 34:
1052
- _context7.next = 36;
1073
+ _context8.next = 36;
1053
1074
  return _Api.default.sendRequest('/siem_http_destinations/send_test_entry', 'POST', params, options);
1054
1075
  case 36:
1055
1076
  case "end":
1056
- return _context7.stop();
1077
+ return _context8.stop();
1057
1078
  }
1058
- }, _callee7);
1079
+ }, _callee8);
1059
1080
  })));
1060
1081
  var _default = exports.default = SiemHttpDestination;
1061
1082
  module.exports = SiemHttpDestination;
@@ -438,6 +438,27 @@ _Snapshot = Snapshot;
438
438
  }
439
439
  }, _callee7);
440
440
  })));
441
+ (0, _defineProperty2.default)(Snapshot, "createExport", /*#__PURE__*/(0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee8() {
442
+ var options,
443
+ response,
444
+ Export,
445
+ _args8 = arguments;
446
+ return _regenerator.default.wrap(function _callee8$(_context8) {
447
+ while (1) switch (_context8.prev = _context8.next) {
448
+ case 0:
449
+ options = _args8.length > 0 && _args8[0] !== undefined ? _args8[0] : {};
450
+ _context8.next = 3;
451
+ return _Api.default.sendRequest('/snapshots/create_export', 'POST', {}, options);
452
+ case 3:
453
+ response = _context8.sent;
454
+ Export = require('./Export.js').default;
455
+ return _context8.abrupt("return", new Export(response === null || response === void 0 ? void 0 : response.data, options));
456
+ case 6:
457
+ case "end":
458
+ return _context8.stop();
459
+ }
460
+ }, _callee8);
461
+ })));
441
462
  var _default = exports.default = Snapshot;
442
463
  module.exports = Snapshot;
443
464
  module.exports.default = Snapshot;