@itentialopensource/adapter-algosec_firewall 0.1.4 → 0.2.1

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 (41) hide show
  1. package/CALLS.md +82 -135
  2. package/CHANGELOG.md +16 -0
  3. package/CONTRIBUTING.md +1 -160
  4. package/ENHANCE.md +2 -2
  5. package/README.md +31 -22
  6. package/adapter.js +164 -334
  7. package/adapterBase.js +538 -873
  8. package/changelogs/changelog.md +32 -0
  9. package/metadata.json +49 -0
  10. package/package.json +23 -26
  11. package/pronghorn.json +474 -142
  12. package/propertiesSchema.json +453 -40
  13. package/refs?service=git-upload-pack +0 -0
  14. package/report/adapter-openapi.json +16391 -0
  15. package/report/adapter-openapi.yaml +12373 -0
  16. package/report/adapterInfo.json +8 -8
  17. package/report/updateReport1691508675544.json +120 -0
  18. package/report/updateReport1692203127480.json +120 -0
  19. package/report/updateReport1694467781871.json +120 -0
  20. package/report/updateReport1698422428043.json +120 -0
  21. package/sampleProperties.json +63 -2
  22. package/test/integration/adapterTestBasicGet.js +1 -1
  23. package/test/integration/adapterTestConnectivity.js +91 -42
  24. package/test/integration/adapterTestIntegration.js +130 -2
  25. package/test/unit/adapterBaseTestUnit.js +388 -313
  26. package/test/unit/adapterTestUnit.js +306 -109
  27. package/utils/adapterInfo.js +1 -1
  28. package/utils/addAuth.js +1 -1
  29. package/utils/artifactize.js +1 -1
  30. package/utils/checkMigrate.js +1 -1
  31. package/utils/entitiesToDB.js +1 -0
  32. package/utils/findPath.js +1 -1
  33. package/utils/methodDocumentor.js +71 -23
  34. package/utils/modify.js +13 -15
  35. package/utils/packModificationScript.js +1 -1
  36. package/utils/taskMover.js +309 -0
  37. package/utils/tbScript.js +3 -10
  38. package/utils/tbUtils.js +2 -3
  39. package/utils/testRunner.js +1 -1
  40. package/utils/troubleshootingAdapter.js +1 -3
  41. package/workflows/README.md +0 -3
package/CALLS.md CHANGED
@@ -168,7 +168,7 @@ Specific adapter calls are built based on the API of the Algosec_firewall. The A
168
168
  </tr>
169
169
  <tr>
170
170
  <td style="padding:15px">getDevicesUsingGET1(domain, includeBlueCoat, onlyFireflowSupportedDevices, callback)</td>
171
- <td style="padding:15px">Get a list of devices and policy details, with options to include only FireFlow-supported devices, and to exclude Symantec Blue Coat devices.</td>
171
+ <td style="padding:15px">Get a list of devices and policy details, with options to include only FireFlow-supported devices,</td>
172
172
  <td style="padding:15px">{base_path}/{version}/allowedDevices?{query}</td>
173
173
  <td style="padding:15px">Yes</td>
174
174
  </tr>
@@ -215,26 +215,26 @@ Specific adapter calls are built based on the API of the Algosec_firewall. The A
215
215
  <td style="padding:15px">Yes</td>
216
216
  </tr>
217
217
  <tr>
218
- <td style="padding:15px">findByCanonizedNameContainingUsingGET(appName, deviceName, direction = DESC, domain, entityName, group, isExact, isOnlyApplicationsWithDefaultServices, isUnique, matrix, page, size, sort = id, callback)</td>
218
+ <td style="padding:15px">findByCanonizedNameContainingUsingGET(appName, deviceName, direction = 'DESC', domain, entityName, group, isExact, isOnlyApplicationsWithDefaultServices, isUnique, matrix, page, size, sort = 'id', callback)</td>
219
219
  <td style="padding:15px">Get a list of device applications that match defined parameters.</td>
220
220
  <td style="padding:15px">{base_path}/{version}/applications/findByOriginalNameContaining?{query}</td>
221
221
  <td style="padding:15px">Yes</td>
222
222
  </tr>
223
223
  <tr>
224
224
  <td style="padding:15px">findByOriginalOrCanonizedNameUsingPOST(applicationNames, deviceName, domain, callback)</td>
225
- <td style="padding:15px">Device applications are returned only if the names match the search names exactly.</td>
225
+ <td style="padding:15px">Get a list of device applications that exactly match application names</td>
226
226
  <td style="padding:15px">{base_path}/{version}/applications/findByOriginalOrCanonizedName?{query}</td>
227
227
  <td style="padding:15px">Yes</td>
228
228
  </tr>
229
229
  <tr>
230
230
  <td style="padding:15px">findByOriginalOrCanonizedNameAndDeviceGroupObjectsUsingPOST(applicationNames, deviceName, useDeviceGroupObjects, callback)</td>
231
- <td style="padding:15px">Device applications are returned only if the names match the search names exactly.</td>
231
+ <td style="padding:15px">Get a list of device applications that exactly match application names, with options for groups or</td>
232
232
  <td style="padding:15px">{base_path}/{version}/applications/findByOriginalOrCanonizedNameAndDeviceGroupObjects?{query}</td>
233
233
  <td style="padding:15px">Yes</td>
234
234
  </tr>
235
235
  <tr>
236
236
  <td style="padding:15px">findByOriginalOrCanonizedNameAndDevicesUsingPOST(domain, searchRequest, callback)</td>
237
- <td style="padding:15px">Device applications are returned only if the names match the search names exactly.</td>
237
+ <td style="padding:15px">Get a list of matching device applications for specified devices.</td>
238
238
  <td style="padding:15px">{base_path}/{version}/applications/findByOriginalOrCanonizedNameAndDevices?{query}</td>
239
239
  <td style="padding:15px">Yes</td>
240
240
  </tr>
@@ -246,7 +246,7 @@ Specific adapter calls are built based on the API of the Algosec_firewall. The A
246
246
  </tr>
247
247
  <tr>
248
248
  <td style="padding:15px">findExactMatchContainingAllApplicationsUsingPOST(request, callback)</td>
249
- <td style="padding:15px">Get a list of device applications that contain exactly matched sub-application original or canonized names</td>
249
+ <td style="padding:15px">Get a list of device applications that contain exactly matched sub-application original or canonize</td>
250
250
  <td style="padding:15px">{base_path}/{version}/applications/findExactMatchContainingAllApplications?{query}</td>
251
251
  <td style="padding:15px">Yes</td>
252
252
  </tr>
@@ -276,13 +276,13 @@ Specific adapter calls are built based on the API of the Algosec_firewall. The A
276
276
  </tr>
277
277
  <tr>
278
278
  <td style="padding:15px">getDevicesUsingGET(callback)</td>
279
- <td style="padding:15px">Returns device information of all cloud devices in AFA</td>
279
+ <td style="padding:15px">Get AFA cloud devices information</td>
280
280
  <td style="padding:15px">{base_path}/{version}/cloudDB/device?{query}</td>
281
281
  <td style="padding:15px">Yes</td>
282
282
  </tr>
283
283
  <tr>
284
284
  <td style="padding:15px">getDevicesBySecuritySegmentUsingGET(account, region, securitySegment, callback)</td>
285
- <td style="padding:15px">To get request parameter values for a specific device, use GET /cloudDB/device method from the cloud-db-external-controller.</td>
285
+ <td style="padding:15px">Get a list of devices by security segment, region and account</td>
286
286
  <td style="padding:15px">{base_path}/{version}/cloudDB/getDevicesBySecuritySegment?{query}</td>
287
287
  <td style="padding:15px">Yes</td>
288
288
  </tr>
@@ -294,19 +294,19 @@ Specific adapter calls are built based on the API of the Algosec_firewall. The A
294
294
  </tr>
295
295
  <tr>
296
296
  <td style="padding:15px">getInstancesBySecurityGroupUsingGET(account, region, securitySegment, callback)</td>
297
- <td style="padding:15px">To get request parameter values for a specific cloud instance, use GET /cloudDB/getInstances method from the cloud-db-external-controller.</td>
297
+ <td style="padding:15px">Get a list of cloud instances by security segment, region and account</td>
298
298
  <td style="padding:15px">{base_path}/{version}/cloudDB/getInstancesBySecuritySegment?{query}</td>
299
299
  <td style="padding:15px">Yes</td>
300
300
  </tr>
301
301
  <tr>
302
302
  <td style="padding:15px">getSecuritySegmentCapacityUsingGET(account, brand, region, securitySegment, callback)</td>
303
- <td style="padding:15px">To get request parameter values for a specific cloud instance, use GET /cloudDB/getInstances method from the cloud-db-external-controller.</td>
303
+ <td style="padding:15px">Get the specified security segment's capacity</td>
304
304
  <td style="padding:15px">{base_path}/{version}/cloudDB/getSecuritySegmentCapacity?{query}</td>
305
305
  <td style="padding:15px">Yes</td>
306
306
  </tr>
307
307
  <tr>
308
308
  <td style="padding:15px">getSecuritySegmentCapacityPerDirectionUsingGET(account, brand, region, securitySegment, callback)</td>
309
- <td style="padding:15px">To get request parameter values for a specific cloud instance, use GET /cloudDB/getInstances method from the cloud-db-external-controller.</td>
309
+ <td style="padding:15px">Get the specified security segment's capacity per direction (inbound or outbound)</td>
310
310
  <td style="padding:15px">{base_path}/{version}/cloudDB/getSecuritySegmentCapacityPerDirection?{query}</td>
311
311
  <td style="padding:15px">Yes</td>
312
312
  </tr>
@@ -318,13 +318,13 @@ Specific adapter calls are built based on the API of the Algosec_firewall. The A
318
318
  </tr>
319
319
  <tr>
320
320
  <td style="padding:15px">getSecuritySegmentInstancesAmountUsingGET(account, region, securitySegment, callback)</td>
321
- <td style="padding:15px">To get request parameter values for a specific cloud instance, use GET /cloudDB/getInstances method from the cloud-db-external-controller.</td>
321
+ <td style="padding:15px">Get the number of security segment instances</td>
322
322
  <td style="padding:15px">{base_path}/{version}/cloudDB/getSecuritySegmentInstancesAmount?{query}</td>
323
323
  <td style="padding:15px">Yes</td>
324
324
  </tr>
325
325
  <tr>
326
326
  <td style="padding:15px">getSecuritySegmentRulesNumberUsingGET(account, region, securitySegment, callback)</td>
327
- <td style="padding:15px">To get request parameter values for a specific cloud instance, use GET /cloudDB/getInstances method from the cloud-db-external-controller.</td>
327
+ <td style="padding:15px">Get number of security segment rules</td>
328
328
  <td style="padding:15px">{base_path}/{version}/cloudDB/getSecuritySegmentRulesNumber?{query}</td>
329
329
  <td style="padding:15px">Yes</td>
330
330
  </tr>
@@ -342,8 +342,7 @@ Specific adapter calls are built based on the API of the Algosec_firewall. The A
342
342
  </tr>
343
343
  <tr>
344
344
  <td style="padding:15px">configureProxyServerUsingPOST(proxyParams, callback)</td>
345
- <td style="padding:15px">If you do not know the proxy settings in your organization, contact your local network administrator.
346
- For more information see: [Define a device proxy](https://www.algosec.com/docs/en/asms/latest/asms-help/content/afa-admin/proxy.htm)</td>
345
+ <td style="padding:15px">Configure proxy server</td>
347
346
  <td style="padding:15px">{base_path}/{version}/config/proxy?{query}</td>
348
347
  <td style="padding:15px">Yes</td>
349
348
  </tr>
@@ -367,15 +366,7 @@ For more information see: [Define a device proxy](https://www.algosec.com/docs/e
367
366
  </tr>
368
367
  <tr>
369
368
  <td style="padding:15px">exportChangesToExcelFileUsingGET(deviceName, endTime, startTime, timeZone, callback)</td>
370
- <td style="padding:15px">Export Summary Report Changes To Excel File based on a device name
371
- Use the device-setup-controller API GET /devices method to return the firewall name.
372
-
373
- For a range of dates,specify start and end times.
374
- For a specific date you need to specify the same time for start and end time.
375
- Times are in milliseconds can be taken from https://currentmillis.com/
376
-
377
- By default the maximum number of characters in the exported excel is 155.
378
- You can make maximum number of characters smaller by setting the Max_Char...(description truncated)</td>
369
+ <td style="padding:15px">Export list of device changes to XLS file</td>
379
370
  <td style="padding:15px">{base_path}/{version}/device/exportChanges/xls?{query}</td>
380
371
  <td style="padding:15px">Yes</td>
381
372
  </tr>
@@ -387,13 +378,13 @@ You can make maximum number of characters smaller by setting the Max_Char...(des
387
378
  </tr>
388
379
  <tr>
389
380
  <td style="padding:15px">searchDeviceGroupHierarchyTreeUsingPOST(devices, callback)</td>
390
- <td style="padding:15px">Returns a hierarchy tree of the specified devices. The tree includes parent devices, siblings and all levels of child devices.</td>
381
+ <td style="padding:15px">Get devices hierarchy tree for specified devices</td>
391
382
  <td style="padding:15px">{base_path}/{version}/device/getDeviceGroupHierarchyTree?{query}</td>
392
383
  <td style="padding:15px">Yes</td>
393
384
  </tr>
394
385
  <tr>
395
386
  <td style="padding:15px">getDevicesLastUpdateTimeUsingPOST(devices, callback)</td>
396
- <td style="padding:15px">Time format: UNIX time.Milliseconds from 1.1.1970. See: https://currentmillis.com.</td>
387
+ <td style="padding:15px">Get the update time of the most recently updated device from a list of devices</td>
397
388
  <td style="padding:15px">{base_path}/{version}/device/getLastUpdateTime?{query}</td>
398
389
  <td style="padding:15px">Yes</td>
399
390
  </tr>
@@ -453,7 +444,7 @@ You can make maximum number of characters smaller by setting the Max_Char...(des
453
444
  </tr>
454
445
  <tr>
455
446
  <td style="padding:15px">getDeviceUsingGET(device, callback)</td>
456
- <td style="padding:15px">Get the device details (including the last report ID and the list of the device's children) by device name.</td>
447
+ <td style="padding:15px">Get device details for specified device</td>
457
448
  <td style="padding:15px">{base_path}/{version}/device/{pathv1}?{query}</td>
458
449
  <td style="padding:15px">Yes</td>
459
450
  </tr>
@@ -484,13 +475,13 @@ You can make maximum number of characters smaller by setting the Max_Char...(des
484
475
  <tr>
485
476
  <td style="padding:15px">enableDevicesUsingPUT(treeNames, callback)</td>
486
477
  <td style="padding:15px">Enable monitoring, scheduled analysis, and syslog messaging for defined devices
487
- To get the Device Name from its GUI display name, use the following API: /devices/{deviceName}</td>
478
+ To get the Device N</td>
488
479
  <td style="padding:15px">{base_path}/{version}/device/relocation/enableDevices?{query}</td>
489
480
  <td style="padding:15px">Yes</td>
490
481
  </tr>
491
482
  <tr>
492
483
  <td style="padding:15px">enableDevicesOnRemoteAgentUsingPUT(node, callback)</td>
493
- <td style="padding:15px">Enable monitoring, scheduled analysis, and syslog messaging for all devices managed by a defined Remote Agent</td>
484
+ <td style="padding:15px">Enable monitoring, scheduled analysis, and syslog messaging for all devices managed by a defined Re</td>
494
485
  <td style="padding:15px">{base_path}/{version}/device/relocation/enableDevicesOnRemoteAgent?{query}</td>
495
486
  <td style="padding:15px">Yes</td>
496
487
  </tr>
@@ -502,7 +493,7 @@ To get the Device Name from its GUI display name, use the following API: /device
502
493
  </tr>
503
494
  <tr>
504
495
  <td style="padding:15px">getAllDevicesDetailsUsingGET(callback)</td>
505
- <td style="padding:15px">Lists details of all devices in AFA that the current user has permissions to view.</td>
496
+ <td style="padding:15px">Get all devices details</td>
506
497
  <td style="padding:15px">{base_path}/{version}/devices?{query}</td>
507
498
  <td style="padding:15px">Yes</td>
508
499
  </tr>
@@ -519,20 +510,8 @@ To get the Device Name from its GUI display name, use the following API: /device
519
510
  <td style="padding:15px">Yes</td>
520
511
  </tr>
521
512
  <tr>
522
- <td style="padding:15px">getExampleUsingGET(brandName = aws, requiredOnly, callback)</td>
523
- <td style="padding:15px">Use this method for the Add/Edit device methods of the device-setup-controller.
524
- This method uses brand name codes as follows:
525
-
526
- | Brand | Brand Name code |
527
- |------------------------------------------------|-------------------------|
528
- | Web Services (AWS) EC2 | aws |
529
- | Azure | azure |
530
- | Cisco Application Centric Infrastructure (ACI) | ciscoaci |
531
- | Cisco ASA | pix |
532
- | Cisco Identity Services Engine (ISE) | ciscoise |
533
- | Cisco IOS | ios |
534
- | Cisco Nexus Router | nexus |
535
- | Checkpoint Smart Center | cma ...(description truncated)</td>
513
+ <td style="padding:15px">getExampleUsingGET(brandName = 'aws', requiredOnly, callback)</td>
514
+ <td style="padding:15px">Get template of brand parameters</td>
536
515
  <td style="padding:15px">{base_path}/{version}/devices/examples/{pathv1}?{query}</td>
537
516
  <td style="padding:15px">Yes</td>
538
517
  </tr>
@@ -550,39 +529,31 @@ This method uses brand name codes as follows:
550
529
  </tr>
551
530
  <tr>
552
531
  <td style="padding:15px">getCmaManagedDevicesUsingPOST(cmaConfiguration, callback)</td>
553
- <td style="padding:15px">Use this method for the Add/Edit device methods of the device-setup-controller.</td>
532
+ <td style="padding:15px">Get device info of Check Point CMA managed devices</td>
554
533
  <td style="padding:15px">{base_path}/{version}/devices/managedDevices/cma?{query}</td>
555
534
  <td style="padding:15px">Yes</td>
556
535
  </tr>
557
536
  <tr>
558
537
  <td style="padding:15px">getFortimangerManagedDevicesUsingPOST(fortimanagerData, callback)</td>
559
- <td style="padding:15px">Use this method for the Add/Edit device methods of the device-setup-controller.</td>
538
+ <td style="padding:15px">Get device info of FortiManager managed devices</td>
560
539
  <td style="padding:15px">{base_path}/{version}/devices/managedDevices/fortimanager?{query}</td>
561
540
  <td style="padding:15px">Yes</td>
562
541
  </tr>
563
542
  <tr>
564
543
  <td style="padding:15px">getManagedDevicesUsingPOST(managedDevicesRequest, callback)</td>
565
- <td style="padding:15px">Use this method for the Add/Edit device methods of the device-setup-controller.
566
- This method use brand name codes as follows:
567
-
568
- | Brand | Brand Name code |
569
- |--------------------|-------------------------|
570
- | Palo Alto Panorama | panorama |
571
- | Cisco FirePower | firepower |
572
- | Juniper Space | space_security_director |
573
- | Cisco Meraki | ciscomeraki |</td>
544
+ <td style="padding:15px">Get device info of generic devices</td>
574
545
  <td style="padding:15px">{base_path}/{version}/devices/managedDevices/genericDevices?{query}</td>
575
546
  <td style="padding:15px">Yes</td>
576
547
  </tr>
577
548
  <tr>
578
549
  <td style="padding:15px">getPv1ManagedDevicesUsingPOST(pv1Configuration, callback)</td>
579
- <td style="padding:15px">Use this method for the Add/Edit device methods of the device-setup-controller.</td>
550
+ <td style="padding:15px">Get device info of Check Point Provider 1 managed devices</td>
580
551
  <td style="padding:15px">{base_path}/{version}/devices/managedDevices/pv1?{query}</td>
581
552
  <td style="padding:15px">Yes</td>
582
553
  </tr>
583
554
  <tr>
584
555
  <td style="padding:15px">getCmaManagedDevicesInPv1ModeUsingPOST(pv1Configuration, callback)</td>
585
- <td style="padding:15px">Use this method for the Add/Edit device methods of the device-setup-controller.</td>
556
+ <td style="padding:15px">Get device info of CheckPoint Provider 1's CMA managed devices</td>
586
557
  <td style="padding:15px">{base_path}/{version}/devices/managedDevices/pv1/cma?{query}</td>
587
558
  <td style="padding:15px">Yes</td>
588
559
  </tr>
@@ -624,7 +595,7 @@ This method use brand name codes as follows:
624
595
  </tr>
625
596
  <tr>
626
597
  <td style="padding:15px">getEntityTypeByNameUsingGET(displayNameOnly, domain, entityName, callback)</td>
627
- <td style="padding:15px">Entity type can be one of the following: Device / Group / Matrix / DR Set</td>
598
+ <td style="padding:15px">Get entity type by device entity name</td>
628
599
  <td style="padding:15px">{base_path}/{version}/firewallData/getEntityTypeByName?{query}</td>
629
600
  <td style="padding:15px">Yes</td>
630
601
  </tr>
@@ -654,13 +625,13 @@ This method use brand name codes as follows:
654
625
  </tr>
655
626
  <tr>
656
627
  <td style="padding:15px">getSessionIdUsingGET(callback)</td>
657
- <td style="padding:15px">returns the session path, composed of /afa/session- + (Session ID) + /firewalls/</td>
628
+ <td style="padding:15px">Get session path if it's a valid one.</td>
658
629
  <td style="padding:15px">{base_path}/{version}/issues_center/session_path?{query}</td>
659
630
  <td style="padding:15px">Yes</td>
660
631
  </tr>
661
632
  <tr>
662
633
  <td style="padding:15px">getAllUsingGET1(domain, callback)</td>
663
- <td style="padding:15px">Get details for the current license, including all details shown in the UI's License Information dialog.</td>
634
+ <td style="padding:15px">Get details for the current license, including all details shown in the UI's License Information di</td>
664
635
  <td style="padding:15px">{base_path}/{version}/license?{query}</td>
665
636
  <td style="padding:15px">Yes</td>
666
637
  </tr>
@@ -672,20 +643,20 @@ This method use brand name codes as follows:
672
643
  </tr>
673
644
  <tr>
674
645
  <td style="padding:15px">isLicenseExceededUsingGET(domain, callback)</td>
675
- <td style="padding:15px">Returns 'true' if license usage is exceeded and 'false' if not.</td>
646
+ <td style="padding:15px">Get whether maximum license usage has been exceeded.</td>
676
647
  <td style="padding:15px">{base_path}/{version}/license/isExceeded?{query}</td>
677
648
  <td style="padding:15px">Yes</td>
678
649
  </tr>
679
650
  <tr>
680
651
  <td style="padding:15px">isLicenseGoingToBeExpiredUsingGET(domain, callback)</td>
681
- <td style="padding:15px">Returns 'true' if license expiration date is close, and 'false' if not.</td>
652
+ <td style="padding:15px">Get license validity.</td>
682
653
  <td style="padding:15px">{base_path}/{version}/license/isGoingToBeExpired?{query}</td>
683
654
  <td style="padding:15px">Yes</td>
684
655
  </tr>
685
656
  <tr>
686
657
  <td style="padding:15px">licenseUsageCountUsingGET(domain, callback)</td>
687
658
  <td style="padding:15px">Fetch license usage count for firewall and router, not including public cloud usage.
688
- this include license usage for the default domain only.</td>
659
+ this include l</td>
689
660
  <td style="padding:15px">{base_path}/{version}/license/licenseUsageCount?{query}</td>
690
661
  <td style="padding:15px">Yes</td>
691
662
  </tr>
@@ -750,7 +721,7 @@ this include license usage for the default domain only.</td>
750
721
  <td style="padding:15px">Yes</td>
751
722
  </tr>
752
723
  <tr>
753
- <td style="padding:15px">findByCanonizedNameContainingUsingGET1(deviceName, direction = DESC, domain, ipType = Null, isUnique, objectContainer, page, query, size, sort, callback)</td>
724
+ <td style="padding:15px">findByCanonizedNameContainingUsingGET1(deviceName, direction = 'DESC', domain, ipType = 'Null', isUnique, objectContainer, page, query, size, sort, callback)</td>
754
725
  <td style="padding:15px">Get a list of matching network objects by multiple parameters.</td>
755
726
  <td style="padding:15px">{base_path}/{version}/networkObject/search/findByOriginalNameContaining?{query}</td>
756
727
  <td style="padding:15px">Yes</td>
@@ -798,7 +769,7 @@ this include license usage for the default domain only.</td>
798
769
  <td style="padding:15px">Yes</td>
799
770
  </tr>
800
771
  <tr>
801
- <td style="padding:15px">getObjectsUsingGET(deviceTreeName, excludeObjectTypes, hierarchyMode = HYBRID, objectNames, objectTypes, callback)</td>
772
+ <td style="padding:15px">getObjectsUsingGET(deviceTreeName, excludeObjectTypes, hierarchyMode = 'HYBRID', objectNames, objectTypes, callback)</td>
802
773
  <td style="padding:15px">getObjects</td>
803
774
  <td style="padding:15px">{base_path}/{version}/networkObject/search/{pathv1}/objects?{query}</td>
804
775
  <td style="padding:15px">Yes</td>
@@ -811,101 +782,79 @@ this include license usage for the default domain only.</td>
811
782
  </tr>
812
783
  <tr>
813
784
  <td style="padding:15px">getNetworkServicesUsingGET(entity, entityType, page, size, callback)</td>
814
- <td style="padding:15px">Returns a list of all the service objects of a specified entity (firewall/group/matrix). Includes the content of each object.</td>
785
+ <td style="padding:15px">Get a list of all the service objects of a specified entity.</td>
815
786
  <td style="padding:15px">{base_path}/{version}/network_services?{query}</td>
816
787
  <td style="padding:15px">Yes</td>
817
788
  </tr>
818
789
  <tr>
819
- <td style="padding:15px">getUrlCategoriesUsingGET(brand = panorama, callback)</td>
820
- <td style="padding:15px">Get a list of URL categories from the URL Categories override file. Currently only Panorama devices are supported.
821
-
822
- >**Note**\: Before you use this API, make sure to create the override file by copying the file /usr/share/fa/data/plugins/panorama/url_categories.json to this location: /home/afa/.fa/plugins/panorama/.</td>
790
+ <td style="padding:15px">getUrlCategoriesUsingGET(brand = 'panorama', callback)</td>
791
+ <td style="padding:15px">Get a list of URL categories from the URL Categories override file.</td>
823
792
  <td style="padding:15px">{base_path}/{version}/plugins/{pathv1}/URLCategory/?{query}</td>
824
793
  <td style="padding:15px">Yes</td>
825
794
  </tr>
826
795
  <tr>
827
- <td style="padding:15px">addUrlCategoriesUsingPUT(body, brand = panorama, callback)</td>
828
- <td style="padding:15px">Create list of URL categories in the override URL Category file for the device. Currently only Panorama devices are supported.
829
-
830
- >**Note**\: Before you use this API, make sure to create the override file by copying the file /usr/share/fa/data/plugins/panorama/url_categories.json to this location: /home/afa/.fa/plugins/panorama/.</td>
796
+ <td style="padding:15px">addUrlCategoriesUsingPUT(body, brand = 'panorama', callback)</td>
797
+ <td style="padding:15px">Create or add list of URL categories in the URL Categories override file.</td>
831
798
  <td style="padding:15px">{base_path}/{version}/plugins/{pathv1}/URLCategory/?{query}</td>
832
799
  <td style="padding:15px">Yes</td>
833
800
  </tr>
834
801
  <tr>
835
- <td style="padding:15px">deleteUrlCategoriesUsingDELETE(body, brand = panorama, callback)</td>
836
- <td style="padding:15px">Delete URL categories in the URL Categories override file. Currently only Panorama devices are supported.
837
-
838
- >**Note**\: Before you use this API, make sure to create the override file by copying the file /usr/share/fa/data/plugins/panorama/url_categories.json to this location: /home/afa/.fa/plugins/panorama/.</td>
802
+ <td style="padding:15px">deleteUrlCategoriesUsingDELETE(body, brand = 'panorama', callback)</td>
803
+ <td style="padding:15px">Delete URL categories in the URL Categories override file.</td>
839
804
  <td style="padding:15px">{base_path}/{version}/plugins/{pathv1}/URLCategory/?{query}</td>
840
805
  <td style="padding:15px">Yes</td>
841
806
  </tr>
842
807
  <tr>
843
- <td style="padding:15px">getUrlCategoryUsingGET(brand = panorama, category, callback)</td>
844
- <td style="padding:15px">Get the URL of a specified URL Category from the URL Categories override file. Currently only Panorama devices are supported. Use the URL-categories-controller API GET /{category} method to return the list of available URL Categories.
845
-
846
- >**Note**\: Before you use this API, make sure to create the override file by copying the file /usr/share/fa/data/plugins/panorama/url_categories.json to this location: /home/afa/.fa/plugins/panorama/.</td>
808
+ <td style="padding:15px">getUrlCategoryUsingGET(brand = 'panorama', category, callback)</td>
809
+ <td style="padding:15px">Get one URL Category from the URL Categories override file</td>
847
810
  <td style="padding:15px">{base_path}/{version}/plugins/{pathv1}/URLCategory/{pathv2}/?{query}</td>
848
811
  <td style="padding:15px">Yes</td>
849
812
  </tr>
850
813
  <tr>
851
- <td style="padding:15px">renameUrlCategoryUsingPUT(body, brand = panorama, category, callback)</td>
852
- <td style="padding:15px">Rename a specified URL Category in the URL Categories override file. Currently only Panorama devices are supported. Use the URL-categories-controller API GET /{category} method to return the list of available URL Categories.
853
-
854
- >**Note**\: Before you use this API, make sure to create the override file by copying the file /usr/share/fa/data/plugins/panorama/url_categories.json to this location: /home/afa/.fa/plugins/panorama/.</td>
814
+ <td style="padding:15px">renameUrlCategoryUsingPUT(body, brand = 'panorama', category, callback)</td>
815
+ <td style="padding:15px">Rename a specified URL Category in the URL Categories override file</td>
855
816
  <td style="padding:15px">{base_path}/{version}/plugins/{pathv1}/URLCategory/{pathv2}/?{query}</td>
856
817
  <td style="padding:15px">Yes</td>
857
818
  </tr>
858
819
  <tr>
859
- <td style="padding:15px">addUrlToCategoryUsingPUT(body, brand = panorama, category, callback)</td>
860
- <td style="padding:15px">Add URLs to a specified URL Category n the URL Categories override file.Currently only Panorama devices are supported. Use the URL-categories-controller API GET /{category} method to return the list of available URL Categories.
861
-
862
- >**Note**\: Before you use this API, make sure to create the override file by copying the file /usr/share/fa/data/plugins/panorama/url_categories.json to this location: /home/afa/.fa/plugins/panorama/.</td>
820
+ <td style="padding:15px">addUrlToCategoryUsingPUT(body, brand = 'panorama', category, callback)</td>
821
+ <td style="padding:15px">Add URLs to a specified URL Category in the URL Categories override file</td>
863
822
  <td style="padding:15px">{base_path}/{version}/plugins/{pathv1}/URLCategory/{pathv2}/URL/?{query}</td>
864
823
  <td style="padding:15px">Yes</td>
865
824
  </tr>
866
825
  <tr>
867
- <td style="padding:15px">removeUrlToCategoryUsingDELETE(body, brand = panorama, category, callback)</td>
868
- <td style="padding:15px">Remove URLs from a specified URL Category. Currently only Panorama devices are supported. Use the URL-categories-controller API GET /{category} method to return the list of available URL Categories.
869
-
870
- >**Note**\: Before you use this API, make sure to create the override file by copying the file /usr/share/fa/data/plugins/panorama/url_categories.json to this location: /home/afa/.fa/plugins/panorama/.</td>
826
+ <td style="padding:15px">removeUrlToCategoryUsingDELETE(body, brand = 'panorama', category, callback)</td>
827
+ <td style="padding:15px">Remove URLs from a specified URL Category in the URL Categories override file</td>
871
828
  <td style="padding:15px">{base_path}/{version}/plugins/{pathv1}/URLCategory/{pathv2}/URL/?{query}</td>
872
829
  <td style="padding:15px">Yes</td>
873
830
  </tr>
874
831
  <tr>
875
- <td style="padding:15px">addUrlToCategoryUsingPUT1(body, brand = panorama, category, url, callback)</td>
876
- <td style="padding:15px">Edit the URL of a specified URL Category in the URL Categories override file. Currently only Panorama devices are supported. Use the URL-categories-controller API GET /{category} method to return the list of available URL Categories.
877
-
878
- >**Note**\: Before you use this API, make sure to create the override file by copying the file /usr/share/fa/data/plugins/panorama/url_categories.json to this location: /home/afa/.fa/plugins/panorama/.</td>
832
+ <td style="padding:15px">addUrlToCategoryUsingPUT1(body, brand = 'panorama', category, url, callback)</td>
833
+ <td style="padding:15px">Edit the URL of a specified URL Category in the URL Categories override file</td>
879
834
  <td style="padding:15px">{base_path}/{version}/plugins/{pathv1}/URLCategory/{pathv2}/URL/{pathv3}/?{query}</td>
880
835
  <td style="padding:15px">Yes</td>
881
836
  </tr>
882
837
  <tr>
883
- <td style="padding:15px">getUrlIpsUsingGET(brand = panorama, category, url, callback)</td>
884
- <td style="padding:15px">Get the IPs of a specified URL in the URL Categories override file. Currently only Panorama devices are supported. Use the URL-categories-controller API GET /{category} method to return the list of available URL Categories.
885
-
886
- >**Note**\: Before you use this API, make sure to create the override file by copying the file /usr/share/fa/data/plugins/panorama/url_categories.json to this location: /home/afa/.fa/plugins/panorama/.</td>
838
+ <td style="padding:15px">getUrlIpsUsingGET(brand = 'panorama', category, url, callback)</td>
839
+ <td style="padding:15px">Get the IPs of a specified URL in the URL Categories override file</td>
887
840
  <td style="padding:15px">{base_path}/{version}/plugins/{pathv1}/URLCategory/{pathv2}/URL/{pathv3}/IP/?{query}</td>
888
841
  <td style="padding:15px">Yes</td>
889
842
  </tr>
890
843
  <tr>
891
- <td style="padding:15px">addIpToUrlUsingPUT(body, brand = panorama, category, url, callback)</td>
892
- <td style="padding:15px">Add IPs to URL in the URL Categories override file. Currently only Panorama devices are supported. Use the URL-categories-controller API GET /{category} method to return the list of available URL Categories.
893
-
894
- >**Note**\: Before you use this API, make sure to create the override file by copying the file /usr/share/fa/data/plugins/panorama/url_categories.json to this location: /home/afa/.fa/plugins/panorama/.</td>
844
+ <td style="padding:15px">addIpToUrlUsingPUT(body, brand = 'panorama', category, url, callback)</td>
845
+ <td style="padding:15px">Add IPs to URL in the URL Categories override file</td>
895
846
  <td style="padding:15px">{base_path}/{version}/plugins/{pathv1}/URLCategory/{pathv2}/URL/{pathv3}/IP/?{query}</td>
896
847
  <td style="padding:15px">Yes</td>
897
848
  </tr>
898
849
  <tr>
899
- <td style="padding:15px">removeIpFromUrlUsingDELETE(body, brand = panorama, category, url, callback)</td>
900
- <td style="padding:15px">Delete IPs from URL in the URL Categories override file. Currently only Panorama devices are supported. Use the URL-categories-controller API GET /{category} method to return the list of available URL Categories.
901
-
902
- >**Note**\: Before you use this API, make sure to create the override file by copying the file /usr/share/fa/data/plugins/panorama/url_categories.json to this location: /home/afa/.fa/plugins/panorama/.</td>
850
+ <td style="padding:15px">removeIpFromUrlUsingDELETE(body, brand = 'panorama', category, url, callback)</td>
851
+ <td style="padding:15px">Delete IPs from URL in the URL Categories override file</td>
903
852
  <td style="padding:15px">{base_path}/{version}/plugins/{pathv1}/URLCategory/{pathv2}/URL/{pathv3}/IP/?{query}</td>
904
853
  <td style="padding:15px">Yes</td>
905
854
  </tr>
906
855
  <tr>
907
856
  <td style="padding:15px">trafficSimulationQueryUsingPOST(trafficSimulationQueryRequest, callback)</td>
908
- <td style="padding:15px">Performs a batch traffic simulation query on a single device or groups of devices.</td>
857
+ <td style="padding:15px">Finds route between source and destination if exists</td>
909
858
  <td style="padding:15px">{base_path}/{version}/query?{query}</td>
910
859
  <td style="padding:15px">Yes</td>
911
860
  </tr>
@@ -964,20 +913,20 @@ this include license usage for the default domain only.</td>
964
913
  <td style="padding:15px">Yes</td>
965
914
  </tr>
966
915
  <tr>
967
- <td style="padding:15px">getRulesUsingPOST(device, ruleIds, ruleType = BASIC, callback)</td>
916
+ <td style="padding:15px">getRulesUsingPOST(device, ruleIds, ruleType = 'BASIC', callback)</td>
968
917
  <td style="padding:15px">Get a list of rule objects for specified rule IDs</td>
969
918
  <td style="padding:15px">{base_path}/{version}/rule?{query}</td>
970
919
  <td style="padding:15px">Yes</td>
971
920
  </tr>
972
921
  <tr>
973
922
  <td style="padding:15px">runAdvancedRuleSearchWithSlimResponseUsingPOST(exactMatch, includeAny, includeContainment, ruleSearchQuery, treeName, callback)</td>
974
- <td style="padding:15px">This endpoint returns a basic response. For an extended version of the search with more informationon the rules, see POST advancedsearch/full/{treename}.</td>
923
+ <td style="padding:15px">Retrieve a list of rules according to the search query provided by user. Basic version</td>
975
924
  <td style="padding:15px">{base_path}/{version}/rule/advancedsearch/basic/{pathv1}?{query}</td>
976
925
  <td style="padding:15px">Yes</td>
977
926
  </tr>
978
927
  <tr>
979
928
  <td style="padding:15px">runAdvancedRuleSearchUsingPOST(exactMatch, includeAny, includeContainment, ruleSearchQuery, treeName, callback)</td>
980
- <td style="padding:15px">This endpoint returns a full response. For a narrow version of the search with less informationon the rules, see POST advancedsearch/basic/{treename}.</td>
929
+ <td style="padding:15px">Retrieve a list of rules according to the search query provided by user. Full version</td>
981
930
  <td style="padding:15px">{base_path}/{version}/rule/advancedsearch/full/{pathv1}?{query}</td>
982
931
  <td style="padding:15px">Yes</td>
983
932
  </tr>
@@ -1001,13 +950,13 @@ this include license usage for the default domain only.</td>
1001
950
  </tr>
1002
951
  <tr>
1003
952
  <td style="padding:15px">firstOfGlobalSectionUsingPOST(orderedLayerIndex, orderedLayerNum, singleRuleRequest, callback)</td>
1004
- <td style="padding:15px">Only relevant for devices with a GLOBAL column, such as Fortinet FortiManager.</td>
953
+ <td style="padding:15px">Get the first rule found by inputting device name and the GLOBAL column value.</td>
1005
954
  <td style="padding:15px">{base_path}/{version}/rule/firstOfGlobalSection?{query}</td>
1006
955
  <td style="padding:15px">Yes</td>
1007
956
  </tr>
1008
957
  <tr>
1009
958
  <td style="padding:15px">firstOfSectionUsingPOST(orderedLayerIndex, orderedLayerNum, request, callback)</td>
1010
- <td style="padding:15px">Relevant only for devices with a SECTION_HEADER column, such as Check Point R80.</td>
959
+ <td style="padding:15px">Get the first rule found by inputting device name and the SECTION_HEADER column value.</td>
1011
960
  <td style="padding:15px">{base_path}/{version}/rule/firstOfSection?{query}</td>
1012
961
  <td style="padding:15px">Yes</td>
1013
962
  </tr>
@@ -1019,7 +968,7 @@ this include license usage for the default domain only.</td>
1019
968
  </tr>
1020
969
  <tr>
1021
970
  <td style="padding:15px">isGlobalRuleExistUsingPOST(singleRuleRequest, callback)</td>
1022
- <td style="padding:15px">Relevant only for devices with GLOBAL column, such as Fortinet FortiManager.</td>
971
+ <td style="padding:15px">Verify the existence of a rule with the defined device and the GLOBAL column value.</td>
1023
972
  <td style="padding:15px">{base_path}/{version}/rule/isGlobalRuleExist?{query}</td>
1024
973
  <td style="padding:15px">Yes</td>
1025
974
  </tr>
@@ -1030,25 +979,25 @@ this include license usage for the default domain only.</td>
1030
979
  <td style="padding:15px">Yes</td>
1031
980
  </tr>
1032
981
  <tr>
1033
- <td style="padding:15px">getAllRulesUsingGET(device, ruleType = BASIC, callback)</td>
982
+ <td style="padding:15px">getAllRulesUsingGET(device, ruleType = 'BASIC', callback)</td>
1034
983
  <td style="padding:15px">Retrieve all device's rules</td>
1035
984
  <td style="padding:15px">{base_path}/{version}/rule/{pathv1}?{query}</td>
1036
985
  <td style="padding:15px">Yes</td>
1037
986
  </tr>
1038
987
  <tr>
1039
- <td style="padding:15px">getDisabledRulesUsingGET(deviceTreeName, pageNumber, pageSize, ruleDisplayType = BASIC, callback)</td>
988
+ <td style="padding:15px">getDisabledRulesUsingGET(deviceTreeName, pageNumber, pageSize, ruleDisplayType = 'BASIC', callback)</td>
1040
989
  <td style="padding:15px">Get a list of disabled rules</td>
1041
990
  <td style="padding:15px">{base_path}/{version}/rule/policy-optimization/{pathv1}/disabledrules?{query}</td>
1042
991
  <td style="padding:15px">Yes</td>
1043
992
  </tr>
1044
993
  <tr>
1045
- <td style="padding:15px">getRulesWithoutCommentsUsingGET(deviceTreeName, pageNumber, pageSize, ruleDisplayType = BASIC, callback)</td>
994
+ <td style="padding:15px">getRulesWithoutCommentsUsingGET(deviceTreeName, pageNumber, pageSize, ruleDisplayType = 'BASIC', callback)</td>
1046
995
  <td style="padding:15px">Get all rules without any comments.</td>
1047
996
  <td style="padding:15px">{base_path}/{version}/rule/policy-optimization/{pathv1}/withoutcomment?{query}</td>
1048
997
  <td style="padding:15px">Yes</td>
1049
998
  </tr>
1050
999
  <tr>
1051
- <td style="padding:15px">getRulesWithoutLoggingUsingGET(deviceTreeName, pageNumber, pageSize, ruleDisplayType = BASIC, callback)</td>
1000
+ <td style="padding:15px">getRulesWithoutLoggingUsingGET(deviceTreeName, pageNumber, pageSize, ruleDisplayType = 'BASIC', callback)</td>
1052
1001
  <td style="padding:15px">Get all rules without logging.</td>
1053
1002
  <td style="padding:15px">{base_path}/{version}/rule/policy-optimization/{pathv1}/withoutlogging?{query}</td>
1054
1003
  <td style="padding:15px">Yes</td>
@@ -1085,7 +1034,7 @@ this include license usage for the default domain only.</td>
1085
1034
  </tr>
1086
1035
  <tr>
1087
1036
  <td style="padding:15px">listConfigUsingGET(callback)</td>
1088
- <td style="padding:15px">Get current user's configuration details. Returns a map of keys (parameters) and values.</td>
1037
+ <td style="padding:15px">Get current user's configuration details</td>
1089
1038
  <td style="padding:15px">{base_path}/{version}/seikan/adminConfig?{query}</td>
1090
1039
  <td style="padding:15px">Yes</td>
1091
1040
  </tr>
@@ -1103,13 +1052,13 @@ this include license usage for the default domain only.</td>
1103
1052
  </tr>
1104
1053
  <tr>
1105
1054
  <td style="padding:15px">getBrandMappingUsingGET(callback)</td>
1106
- <td style="padding:15px">Returns the brand information (manufacturer name and display title) per brand name.</td>
1055
+ <td style="padding:15px">Get devices brand information</td>
1107
1056
  <td style="padding:15px">{base_path}/{version}/seikan/brandConfig/mapping?{query}</td>
1108
1057
  <td style="padding:15px">Yes</td>
1109
1058
  </tr>
1110
1059
  <tr>
1111
1060
  <td style="padding:15px">getRulesColumnsUsingGET(device, tableType, callback)</td>
1112
- <td style="padding:15px">This API returns column contents data for the Rules or the NAT Rule Columns for a specific device</td>
1061
+ <td style="padding:15px">Get rule columns contents for the specified device</td>
1113
1062
  <td style="padding:15px">{base_path}/{version}/seikan/brandConfig/{pathv1}/rulesColumns?{query}</td>
1114
1063
  <td style="padding:15px">Yes</td>
1115
1064
  </tr>
@@ -1133,7 +1082,7 @@ this include license usage for the default domain only.</td>
1133
1082
  </tr>
1134
1083
  <tr>
1135
1084
  <td style="padding:15px">getAllChangesIntervalUsingGET(deviceName, endTime, pdfMode, startTime, callback)</td>
1136
- <td style="padding:15px">returns all changes (scores changes, rules changes, risk changes etc) made to host groups, services, applications or rules over period specified.</td>
1085
+ <td style="padding:15px">Gets all changes made to host groups, services, applications or rules over period specified</td>
1137
1086
  <td style="padding:15px">{base_path}/{version}/seikan/journal/{pathv1}/interval/{pathv2}/{pathv3}?{query}</td>
1138
1087
  <td style="padding:15px">Yes</td>
1139
1088
  </tr>
@@ -1150,13 +1099,13 @@ this include license usage for the default domain only.</td>
1150
1099
  <td style="padding:15px">Yes</td>
1151
1100
  </tr>
1152
1101
  <tr>
1153
- <td style="padding:15px">getNetworkObjectsUsingGET(deviceTreeName, excludeObjectTypes, hierarchyMode = HYBRID, objectNames, objectTypes, callback)</td>
1102
+ <td style="padding:15px">getNetworkObjectsUsingGET(deviceTreeName, excludeObjectTypes, hierarchyMode = 'HYBRID', objectNames, objectTypes, callback)</td>
1154
1103
  <td style="padding:15px">Get detailed information on all the devices in the group specified</td>
1155
1104
  <td style="padding:15px">{base_path}/{version}/seikan/objects/{pathv1}/networkObjects?{query}</td>
1156
1105
  <td style="padding:15px">Yes</td>
1157
1106
  </tr>
1158
1107
  <tr>
1159
- <td style="padding:15px">getServiceObjectsUsingGET(deviceTreeName, excludeObjectTypes, hierarchyMode = HYBRID, objectNames, objectTypes, callback)</td>
1108
+ <td style="padding:15px">getServiceObjectsUsingGET(deviceTreeName, excludeObjectTypes, hierarchyMode = 'HYBRID', objectNames, objectTypes, callback)</td>
1160
1109
  <td style="padding:15px">Get detailed information on all service objects in the group specified</td>
1161
1110
  <td style="padding:15px">{base_path}/{version}/seikan/objects/{pathv1}/serviceObjects?{query}</td>
1162
1111
  <td style="padding:15px">Yes</td>
@@ -1199,13 +1148,13 @@ this include license usage for the default domain only.</td>
1199
1148
  </tr>
1200
1149
  <tr>
1201
1150
  <td style="padding:15px">getTrustedTrafficDataUsingGET(firewallName, pageNo, pageSize, callback)</td>
1202
- <td style="padding:15px">Get trusted traffic data related to a firewall name</td>
1151
+ <td style="padding:15px">Get trusted traffic data by firewall name</td>
1203
1152
  <td style="padding:15px">{base_path}/{version}/trustedTraffic/firewalls/{pathv1}?{query}</td>
1204
1153
  <td style="padding:15px">Yes</td>
1205
1154
  </tr>
1206
1155
  <tr>
1207
- <td style="padding:15px">exportTrustedTrafficUsingGET(exportFormat = CSV, firewallName, includeSubEntities, pageNo, pageSize, callback)</td>
1208
- <td style="padding:15px">Export trusted traffic by firewallName.</td>
1156
+ <td style="padding:15px">exportTrustedTrafficUsingGET(exportFormat = 'CSV', firewallName, includeSubEntities, pageNo, pageSize, callback)</td>
1157
+ <td style="padding:15px">Export trusted traffic to a CSV or JSON file</td>
1209
1158
  <td style="padding:15px">{base_path}/{version}/trustedTraffic/firewalls/{pathv1}/export?{query}</td>
1210
1159
  <td style="padding:15px">Yes</td>
1211
1160
  </tr>
@@ -1217,21 +1166,19 @@ this include license usage for the default domain only.</td>
1217
1166
  </tr>
1218
1167
  <tr>
1219
1168
  <td style="padding:15px">importTrustedTrafficFromFileUsingPOST(excelFile, callback)</td>
1220
- <td style="padding:15px">Excel file can only have one worksheet. To see example file use the GET /export method
1221
- When the value of the last column Use_Existing_Trusted_Traffic_ID is false, data in the Trusted_Traffic_ID column is read-only.
1222
- End of file will be the first empty line in the file.</td>
1169
+ <td style="padding:15px">Import trusted traffic from XLS file</td>
1223
1170
  <td style="padding:15px">{base_path}/{version}/trustedTraffic/uploadTrustedTrafficFile?{query}</td>
1224
1171
  <td style="padding:15px">Yes</td>
1225
1172
  </tr>
1226
1173
  <tr>
1227
1174
  <td style="padding:15px">editTrustedTrafficDataUsingPUT(addNewTrustedTrafficRequest, trustedTrafficId, callback)</td>
1228
- <td style="padding:15px">Edit an existing trusted traffic request using trusted traffic ID. (Parameter: trusted_traffic_id)</td>
1175
+ <td style="padding:15px">Edit trusted traffic data</td>
1229
1176
  <td style="padding:15px">{base_path}/{version}/trustedTraffic/{pathv1}?{query}</td>
1230
1177
  <td style="padding:15px">Yes</td>
1231
1178
  </tr>
1232
1179
  <tr>
1233
1180
  <td style="padding:15px">deleteTrustedTrafficUsingDELETE(trustedTrafficId, callback)</td>
1234
- <td style="padding:15px">Delete trusted traffic data using trusted traffic id.</td>
1181
+ <td style="padding:15px">Delete trusted traffic data by trusted traffic id</td>
1235
1182
  <td style="padding:15px">{base_path}/{version}/trustedTraffic/{pathv1}?{query}</td>
1236
1183
  <td style="padding:15px">Yes</td>
1237
1184
  </tr>