catocli 1.0.21__py3-none-any.whl → 2.0.0__py3-none-any.whl

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.

Potentially problematic release.


This version of catocli might be problematic. Click here for more details.

Files changed (139) hide show
  1. catocli/Utils/clidriver.py +112 -25
  2. catocli/Utils/profile_manager.py +188 -0
  3. catocli/Utils/version_checker.py +192 -0
  4. catocli/__init__.py +1 -1
  5. catocli/parsers/configure/__init__.py +115 -0
  6. catocli/parsers/configure/configure.py +307 -0
  7. catocli/parsers/custom/__init__.py +8 -0
  8. catocli/parsers/custom/export_rules/__init__.py +36 -0
  9. catocli/parsers/custom/export_rules/export_rules.py +361 -0
  10. catocli/parsers/custom/import_rules_to_tf/__init__.py +58 -0
  11. catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +577 -0
  12. catocli/parsers/mutation_admin_addAdmin/README.md +1 -1
  13. catocli/parsers/mutation_hardware/README.md +7 -0
  14. catocli/parsers/mutation_hardware/__init__.py +23 -0
  15. catocli/parsers/mutation_hardware_updateHardwareShipping/README.md +17 -0
  16. catocli/parsers/mutation_site_addBgpPeer/README.md +1 -1
  17. catocli/parsers/mutation_site_addNetworkRange/README.md +1 -1
  18. catocli/parsers/mutation_site_updateBgpPeer/README.md +1 -1
  19. catocli/parsers/mutation_site_updateNetworkRange/README.md +1 -1
  20. catocli/parsers/mutation_sites_addBgpPeer/README.md +1 -1
  21. catocli/parsers/mutation_sites_addNetworkRange/README.md +1 -1
  22. catocli/parsers/mutation_sites_updateBgpPeer/README.md +1 -1
  23. catocli/parsers/mutation_sites_updateNetworkRange/README.md +1 -1
  24. catocli/parsers/query_auditFeed/README.md +1 -1
  25. catocli/parsers/query_catalogs/README.md +19 -0
  26. catocli/parsers/query_catalogs/__init__.py +17 -0
  27. catocli/parsers/query_devices/README.md +19 -0
  28. catocli/parsers/query_devices/__init__.py +17 -0
  29. catocli/parsers/query_eventsFeed/README.md +1 -1
  30. catocli/parsers/query_hardware/README.md +17 -0
  31. catocli/parsers/query_hardware/__init__.py +17 -0
  32. catocli/parsers/query_sandbox/README.md +1 -1
  33. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/METADATA +1 -1
  34. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/RECORD +139 -114
  35. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/top_level.txt +1 -0
  36. graphql_client/api/call_api.py +4 -0
  37. graphql_client/api_client_types.py +4 -3
  38. graphql_client/configuration.py +2 -0
  39. models/mutation.admin.addAdmin.json +130 -0
  40. models/mutation.hardware.updateHardwareShipping.json +2506 -0
  41. models/mutation.policy.appTenantRestriction.addRule.json +11 -11
  42. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +11 -11
  43. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +11 -11
  44. models/mutation.policy.appTenantRestriction.moveRule.json +11 -11
  45. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +11 -11
  46. models/mutation.policy.appTenantRestriction.removeRule.json +11 -11
  47. models/mutation.policy.appTenantRestriction.updatePolicy.json +11 -11
  48. models/mutation.policy.appTenantRestriction.updateRule.json +11 -11
  49. models/mutation.policy.dynamicIpAllocation.addRule.json +4 -4
  50. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +4 -4
  51. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +4 -4
  52. models/mutation.policy.dynamicIpAllocation.moveRule.json +4 -4
  53. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +4 -4
  54. models/mutation.policy.dynamicIpAllocation.removeRule.json +4 -4
  55. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +4 -4
  56. models/mutation.policy.dynamicIpAllocation.updateRule.json +4 -4
  57. models/mutation.policy.internetFirewall.addRule.json +63 -63
  58. models/mutation.policy.internetFirewall.createPolicyRevision.json +45 -45
  59. models/mutation.policy.internetFirewall.discardPolicyRevision.json +45 -45
  60. models/mutation.policy.internetFirewall.moveRule.json +45 -45
  61. models/mutation.policy.internetFirewall.publishPolicyRevision.json +45 -45
  62. models/mutation.policy.internetFirewall.removeRule.json +45 -45
  63. models/mutation.policy.internetFirewall.updatePolicy.json +45 -45
  64. models/mutation.policy.internetFirewall.updateRule.json +63 -63
  65. models/mutation.policy.remotePortFwd.addRule.json +5 -5
  66. models/mutation.policy.remotePortFwd.createPolicyRevision.json +5 -5
  67. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +5 -5
  68. models/mutation.policy.remotePortFwd.moveRule.json +5 -5
  69. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +5 -5
  70. models/mutation.policy.remotePortFwd.removeRule.json +5 -5
  71. models/mutation.policy.remotePortFwd.updatePolicy.json +5 -5
  72. models/mutation.policy.remotePortFwd.updateRule.json +5 -5
  73. models/mutation.policy.socketLan.addRule.json +3580 -125
  74. models/mutation.policy.socketLan.createPolicyRevision.json +3580 -125
  75. models/mutation.policy.socketLan.discardPolicyRevision.json +3580 -125
  76. models/mutation.policy.socketLan.moveRule.json +3580 -125
  77. models/mutation.policy.socketLan.publishPolicyRevision.json +3580 -125
  78. models/mutation.policy.socketLan.removeRule.json +3580 -125
  79. models/mutation.policy.socketLan.updatePolicy.json +3580 -125
  80. models/mutation.policy.socketLan.updateRule.json +3580 -125
  81. models/mutation.policy.wanFirewall.addRule.json +77 -77
  82. models/mutation.policy.wanFirewall.createPolicyRevision.json +59 -59
  83. models/mutation.policy.wanFirewall.discardPolicyRevision.json +59 -59
  84. models/mutation.policy.wanFirewall.moveRule.json +59 -59
  85. models/mutation.policy.wanFirewall.publishPolicyRevision.json +59 -59
  86. models/mutation.policy.wanFirewall.removeRule.json +59 -59
  87. models/mutation.policy.wanFirewall.updatePolicy.json +59 -59
  88. models/mutation.policy.wanFirewall.updateRule.json +77 -77
  89. models/mutation.policy.wanNetwork.addRule.json +49 -49
  90. models/mutation.policy.wanNetwork.createPolicyRevision.json +49 -49
  91. models/mutation.policy.wanNetwork.discardPolicyRevision.json +49 -49
  92. models/mutation.policy.wanNetwork.moveRule.json +49 -49
  93. models/mutation.policy.wanNetwork.publishPolicyRevision.json +49 -49
  94. models/mutation.policy.wanNetwork.removeRule.json +49 -49
  95. models/mutation.policy.wanNetwork.updatePolicy.json +49 -49
  96. models/mutation.policy.wanNetwork.updateRule.json +49 -49
  97. models/mutation.site.addBgpPeer.json +2812 -217
  98. models/mutation.site.addNetworkRange.json +114 -0
  99. models/mutation.site.addSocketSite.json +18 -0
  100. models/mutation.site.removeBgpPeer.json +667 -1
  101. models/mutation.site.updateBgpPeer.json +3152 -559
  102. models/mutation.site.updateNetworkRange.json +114 -0
  103. models/mutation.sites.addBgpPeer.json +2812 -217
  104. models/mutation.sites.addNetworkRange.json +114 -0
  105. models/mutation.sites.addSocketSite.json +18 -0
  106. models/mutation.sites.removeBgpPeer.json +667 -1
  107. models/mutation.sites.updateBgpPeer.json +3152 -559
  108. models/mutation.sites.updateNetworkRange.json +114 -0
  109. models/mutation.xdr.addStoryComment.json +2 -2
  110. models/mutation.xdr.analystFeedback.json +182 -42
  111. models/mutation.xdr.deleteStoryComment.json +2 -2
  112. models/query.accountMetrics.json +112 -0
  113. models/query.accountSnapshot.json +62 -0
  114. models/query.admin.json +46 -0
  115. models/query.admins.json +46 -0
  116. models/query.appStats.json +528 -0
  117. models/query.appStatsTimeSeries.json +396 -0
  118. models/query.auditFeed.json +273 -3336
  119. models/query.catalogs.json +9840 -0
  120. models/query.devices.json +15469 -0
  121. models/query.events.json +4606 -4318
  122. models/query.eventsFeed.json +1167 -1095
  123. models/query.eventsTimeSeries.json +3459 -3243
  124. models/query.hardware.json +5730 -0
  125. models/query.hardwareManagement.json +8 -2
  126. models/query.licensing.json +3 -3
  127. models/query.policy.json +3743 -298
  128. models/query.sandbox.json +6 -4
  129. models/query.site.json +1329 -4
  130. models/query.xdr.stories.json +182 -42
  131. models/query.xdr.story.json +182 -42
  132. schema/catolib.py +105 -28
  133. scripts/catolib.py +62 -0
  134. scripts/export_if_rules_to_json.py +188 -0
  135. scripts/export_wf_rules_to_json.py +111 -0
  136. scripts/import_wf_rules_to_tfstate.py +331 -0
  137. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/LICENSE +0 -0
  138. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/WHEEL +0 -0
  139. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/entry_points.txt +0 -0
@@ -1225,7 +1225,7 @@
1225
1225
  "responseStr": "appCategory:$applicationCategoryRef ",
1226
1226
  "type": {
1227
1227
  "definition": {
1228
- "description": null,
1228
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
1229
1229
  "enumValues": null,
1230
1230
  "fields": {
1231
1231
  "id": {
@@ -1303,7 +1303,7 @@
1303
1303
  "responseStr": "application:$applicationRef ",
1304
1304
  "type": {
1305
1305
  "definition": {
1306
- "description": null,
1306
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
1307
1307
  "enumValues": null,
1308
1308
  "fields": {
1309
1309
  "id": {
@@ -1381,7 +1381,7 @@
1381
1381
  "responseStr": "customApp:$customApplicationRef ",
1382
1382
  "type": {
1383
1383
  "definition": {
1384
- "description": null,
1384
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
1385
1385
  "enumValues": null,
1386
1386
  "fields": {
1387
1387
  "id": {
@@ -1459,7 +1459,7 @@
1459
1459
  "responseStr": "customCategory:$customCategoryRef ",
1460
1460
  "type": {
1461
1461
  "definition": {
1462
- "description": null,
1462
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
1463
1463
  "enumValues": null,
1464
1464
  "fields": {
1465
1465
  "id": {
@@ -1583,7 +1583,7 @@
1583
1583
  "responseStr": "globalIpRange:$globalIpRangeRef ",
1584
1584
  "type": {
1585
1585
  "definition": {
1586
- "description": null,
1586
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
1587
1587
  "enumValues": null,
1588
1588
  "fields": {
1589
1589
  "id": {
@@ -1762,7 +1762,7 @@
1762
1762
  "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
1763
1763
  "type": {
1764
1764
  "definition": {
1765
- "description": null,
1765
+ "description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
1766
1766
  "enumValues": null,
1767
1767
  "fields": {
1768
1768
  "id": {
@@ -1932,7 +1932,7 @@
1932
1932
  "responseStr": "country:$countryRef ",
1933
1933
  "type": {
1934
1934
  "definition": {
1935
- "description": null,
1935
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
1936
1936
  "enumValues": null,
1937
1937
  "fields": {
1938
1938
  "id": {
@@ -2126,7 +2126,7 @@
2126
2126
  "responseStr": "globalIpRange:$globalIpRangeRef ",
2127
2127
  "type": {
2128
2128
  "definition": {
2129
- "description": null,
2129
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
2130
2130
  "enumValues": null,
2131
2131
  "fields": {
2132
2132
  "id": {
@@ -2204,7 +2204,7 @@
2204
2204
  "responseStr": "group:$groupRef ",
2205
2205
  "type": {
2206
2206
  "definition": {
2207
- "description": null,
2207
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
2208
2208
  "enumValues": null,
2209
2209
  "fields": {
2210
2210
  "id": {
@@ -2282,7 +2282,7 @@
2282
2282
  "responseStr": "host:$hostRef ",
2283
2283
  "type": {
2284
2284
  "definition": {
2285
- "description": null,
2285
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
2286
2286
  "enumValues": null,
2287
2287
  "fields": {
2288
2288
  "id": {
@@ -2461,7 +2461,7 @@
2461
2461
  "responseStr": "networkInterface:$networkInterfaceRef ",
2462
2462
  "type": {
2463
2463
  "definition": {
2464
- "description": null,
2464
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
2465
2465
  "enumValues": null,
2466
2466
  "fields": {
2467
2467
  "id": {
@@ -2539,7 +2539,7 @@
2539
2539
  "responseStr": "site:$siteRef ",
2540
2540
  "type": {
2541
2541
  "definition": {
2542
- "description": null,
2542
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
2543
2543
  "enumValues": null,
2544
2544
  "fields": {
2545
2545
  "id": {
@@ -2617,7 +2617,7 @@
2617
2617
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
2618
2618
  "type": {
2619
2619
  "definition": {
2620
- "description": null,
2620
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
2621
2621
  "enumValues": null,
2622
2622
  "fields": {
2623
2623
  "id": {
@@ -2718,7 +2718,7 @@
2718
2718
  "responseStr": "systemGroup:$systemGroupRef ",
2719
2719
  "type": {
2720
2720
  "definition": {
2721
- "description": null,
2721
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
2722
2722
  "enumValues": null,
2723
2723
  "fields": {
2724
2724
  "id": {
@@ -2796,7 +2796,7 @@
2796
2796
  "responseStr": "user:$userRef ",
2797
2797
  "type": {
2798
2798
  "definition": {
2799
- "description": null,
2799
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
2800
2800
  "enumValues": null,
2801
2801
  "fields": {
2802
2802
  "id": {
@@ -2874,7 +2874,7 @@
2874
2874
  "responseStr": "usersGroup:$usersGroupRef ",
2875
2875
  "type": {
2876
2876
  "definition": {
2877
- "description": null,
2877
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
2878
2878
  "enumValues": null,
2879
2879
  "fields": {
2880
2880
  "id": {
@@ -2969,7 +2969,7 @@
2969
2969
  "responseStr": "device:$deviceProfileRef ",
2970
2970
  "type": {
2971
2971
  "definition": {
2972
- "description": null,
2972
+ "description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
2973
2973
  "enumValues": null,
2974
2974
  "fields": {
2975
2975
  "id": {
@@ -3392,7 +3392,7 @@
3392
3392
  "responseStr": "appCategory:$applicationCategoryRef ",
3393
3393
  "type": {
3394
3394
  "definition": {
3395
- "description": null,
3395
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
3396
3396
  "enumValues": null,
3397
3397
  "fields": {
3398
3398
  "id": {
@@ -3470,7 +3470,7 @@
3470
3470
  "responseStr": "application:$applicationRef ",
3471
3471
  "type": {
3472
3472
  "definition": {
3473
- "description": null,
3473
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
3474
3474
  "enumValues": null,
3475
3475
  "fields": {
3476
3476
  "id": {
@@ -3548,7 +3548,7 @@
3548
3548
  "responseStr": "customApp:$customApplicationRef ",
3549
3549
  "type": {
3550
3550
  "definition": {
3551
- "description": null,
3551
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
3552
3552
  "enumValues": null,
3553
3553
  "fields": {
3554
3554
  "id": {
@@ -3626,7 +3626,7 @@
3626
3626
  "responseStr": "customCategory:$customCategoryRef ",
3627
3627
  "type": {
3628
3628
  "definition": {
3629
- "description": null,
3629
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
3630
3630
  "enumValues": null,
3631
3631
  "fields": {
3632
3632
  "id": {
@@ -3750,7 +3750,7 @@
3750
3750
  "responseStr": "globalIpRange:$globalIpRangeRef ",
3751
3751
  "type": {
3752
3752
  "definition": {
3753
- "description": null,
3753
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
3754
3754
  "enumValues": null,
3755
3755
  "fields": {
3756
3756
  "id": {
@@ -3929,7 +3929,7 @@
3929
3929
  "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
3930
3930
  "type": {
3931
3931
  "definition": {
3932
- "description": null,
3932
+ "description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
3933
3933
  "enumValues": null,
3934
3934
  "fields": {
3935
3935
  "id": {
@@ -4099,7 +4099,7 @@
4099
4099
  "responseStr": "country:$countryRef ",
4100
4100
  "type": {
4101
4101
  "definition": {
4102
- "description": null,
4102
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
4103
4103
  "enumValues": null,
4104
4104
  "fields": {
4105
4105
  "id": {
@@ -4272,7 +4272,7 @@
4272
4272
  "responseStr": "globalIpRange:$globalIpRangeRef ",
4273
4273
  "type": {
4274
4274
  "definition": {
4275
- "description": null,
4275
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
4276
4276
  "enumValues": null,
4277
4277
  "fields": {
4278
4278
  "id": {
@@ -4350,7 +4350,7 @@
4350
4350
  "responseStr": "group:$groupRef ",
4351
4351
  "type": {
4352
4352
  "definition": {
4353
- "description": null,
4353
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
4354
4354
  "enumValues": null,
4355
4355
  "fields": {
4356
4356
  "id": {
@@ -4428,7 +4428,7 @@
4428
4428
  "responseStr": "host:$hostRef ",
4429
4429
  "type": {
4430
4430
  "definition": {
4431
- "description": null,
4431
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
4432
4432
  "enumValues": null,
4433
4433
  "fields": {
4434
4434
  "id": {
@@ -4607,7 +4607,7 @@
4607
4607
  "responseStr": "networkInterface:$networkInterfaceRef ",
4608
4608
  "type": {
4609
4609
  "definition": {
4610
- "description": null,
4610
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
4611
4611
  "enumValues": null,
4612
4612
  "fields": {
4613
4613
  "id": {
@@ -4685,7 +4685,7 @@
4685
4685
  "responseStr": "site:$siteRef ",
4686
4686
  "type": {
4687
4687
  "definition": {
4688
- "description": null,
4688
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
4689
4689
  "enumValues": null,
4690
4690
  "fields": {
4691
4691
  "id": {
@@ -4763,7 +4763,7 @@
4763
4763
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
4764
4764
  "type": {
4765
4765
  "definition": {
4766
- "description": null,
4766
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
4767
4767
  "enumValues": null,
4768
4768
  "fields": {
4769
4769
  "id": {
@@ -4864,7 +4864,7 @@
4864
4864
  "responseStr": "systemGroup:$systemGroupRef ",
4865
4865
  "type": {
4866
4866
  "definition": {
4867
- "description": null,
4867
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
4868
4868
  "enumValues": null,
4869
4869
  "fields": {
4870
4870
  "id": {
@@ -4942,7 +4942,7 @@
4942
4942
  "responseStr": "user:$userRef ",
4943
4943
  "type": {
4944
4944
  "definition": {
4945
- "description": null,
4945
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
4946
4946
  "enumValues": null,
4947
4947
  "fields": {
4948
4948
  "id": {
@@ -5020,7 +5020,7 @@
5020
5020
  "responseStr": "usersGroup:$usersGroupRef ",
5021
5021
  "type": {
5022
5022
  "definition": {
5023
- "description": null,
5023
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
5024
5024
  "enumValues": null,
5025
5025
  "fields": {
5026
5026
  "id": {
@@ -5115,7 +5115,7 @@
5115
5115
  "responseStr": "device:$deviceProfileRef ",
5116
5116
  "type": {
5117
5117
  "definition": {
5118
- "description": null,
5118
+ "description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
5119
5119
  "enumValues": null,
5120
5120
  "fields": {
5121
5121
  "id": {
@@ -5504,7 +5504,7 @@
5504
5504
  "responseStr": "service:$wanFirewallServiceType ",
5505
5505
  "type": {
5506
5506
  "definition": {
5507
- "description": "Add the Service Type to which this Internet Firewall rule applies",
5507
+ "description": "Returns the Service Type to which this Wan Firewall rule applies",
5508
5508
  "enumValues": null,
5509
5509
  "fields": {
5510
5510
  "custom": {
@@ -5718,7 +5718,7 @@
5718
5718
  "responseStr": "standard:$serviceRef ",
5719
5719
  "type": {
5720
5720
  "definition": {
5721
- "description": null,
5721
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
5722
5722
  "enumValues": null,
5723
5723
  "fields": {
5724
5724
  "id": {
@@ -5908,7 +5908,7 @@
5908
5908
  "responseStr": "globalIpRange:$globalIpRangeRef ",
5909
5909
  "type": {
5910
5910
  "definition": {
5911
- "description": null,
5911
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
5912
5912
  "enumValues": null,
5913
5913
  "fields": {
5914
5914
  "id": {
@@ -5986,7 +5986,7 @@
5986
5986
  "responseStr": "group:$groupRef ",
5987
5987
  "type": {
5988
5988
  "definition": {
5989
- "description": null,
5989
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
5990
5990
  "enumValues": null,
5991
5991
  "fields": {
5992
5992
  "id": {
@@ -6064,7 +6064,7 @@
6064
6064
  "responseStr": "host:$hostRef ",
6065
6065
  "type": {
6066
6066
  "definition": {
6067
- "description": null,
6067
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
6068
6068
  "enumValues": null,
6069
6069
  "fields": {
6070
6070
  "id": {
@@ -6243,7 +6243,7 @@
6243
6243
  "responseStr": "networkInterface:$networkInterfaceRef ",
6244
6244
  "type": {
6245
6245
  "definition": {
6246
- "description": null,
6246
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
6247
6247
  "enumValues": null,
6248
6248
  "fields": {
6249
6249
  "id": {
@@ -6321,7 +6321,7 @@
6321
6321
  "responseStr": "site:$siteRef ",
6322
6322
  "type": {
6323
6323
  "definition": {
6324
- "description": null,
6324
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
6325
6325
  "enumValues": null,
6326
6326
  "fields": {
6327
6327
  "id": {
@@ -6399,7 +6399,7 @@
6399
6399
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
6400
6400
  "type": {
6401
6401
  "definition": {
6402
- "description": null,
6402
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
6403
6403
  "enumValues": null,
6404
6404
  "fields": {
6405
6405
  "id": {
@@ -6500,7 +6500,7 @@
6500
6500
  "responseStr": "systemGroup:$systemGroupRef ",
6501
6501
  "type": {
6502
6502
  "definition": {
6503
- "description": null,
6503
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
6504
6504
  "enumValues": null,
6505
6505
  "fields": {
6506
6506
  "id": {
@@ -6578,7 +6578,7 @@
6578
6578
  "responseStr": "user:$userRef ",
6579
6579
  "type": {
6580
6580
  "definition": {
6581
- "description": null,
6581
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
6582
6582
  "enumValues": null,
6583
6583
  "fields": {
6584
6584
  "id": {
@@ -6656,7 +6656,7 @@
6656
6656
  "responseStr": "usersGroup:$usersGroupRef ",
6657
6657
  "type": {
6658
6658
  "definition": {
6659
- "description": null,
6659
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
6660
6660
  "enumValues": null,
6661
6661
  "fields": {
6662
6662
  "id": {
@@ -7228,7 +7228,7 @@
7228
7228
  "responseStr": "service:$wanFirewallServiceType ",
7229
7229
  "type": {
7230
7230
  "definition": {
7231
- "description": "Add the Service Type to which this Internet Firewall rule applies",
7231
+ "description": "Returns the Service Type to which this Wan Firewall rule applies",
7232
7232
  "enumValues": null,
7233
7233
  "fields": {
7234
7234
  "custom": {
@@ -7442,7 +7442,7 @@
7442
7442
  "responseStr": "standard:$serviceRef ",
7443
7443
  "type": {
7444
7444
  "definition": {
7445
- "description": null,
7445
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
7446
7446
  "enumValues": null,
7447
7447
  "fields": {
7448
7448
  "id": {
@@ -7632,7 +7632,7 @@
7632
7632
  "responseStr": "globalIpRange:$globalIpRangeRef ",
7633
7633
  "type": {
7634
7634
  "definition": {
7635
- "description": null,
7635
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
7636
7636
  "enumValues": null,
7637
7637
  "fields": {
7638
7638
  "id": {
@@ -7710,7 +7710,7 @@
7710
7710
  "responseStr": "group:$groupRef ",
7711
7711
  "type": {
7712
7712
  "definition": {
7713
- "description": null,
7713
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
7714
7714
  "enumValues": null,
7715
7715
  "fields": {
7716
7716
  "id": {
@@ -7788,7 +7788,7 @@
7788
7788
  "responseStr": "host:$hostRef ",
7789
7789
  "type": {
7790
7790
  "definition": {
7791
- "description": null,
7791
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
7792
7792
  "enumValues": null,
7793
7793
  "fields": {
7794
7794
  "id": {
@@ -7967,7 +7967,7 @@
7967
7967
  "responseStr": "networkInterface:$networkInterfaceRef ",
7968
7968
  "type": {
7969
7969
  "definition": {
7970
- "description": null,
7970
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
7971
7971
  "enumValues": null,
7972
7972
  "fields": {
7973
7973
  "id": {
@@ -8045,7 +8045,7 @@
8045
8045
  "responseStr": "site:$siteRef ",
8046
8046
  "type": {
8047
8047
  "definition": {
8048
- "description": null,
8048
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
8049
8049
  "enumValues": null,
8050
8050
  "fields": {
8051
8051
  "id": {
@@ -8123,7 +8123,7 @@
8123
8123
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
8124
8124
  "type": {
8125
8125
  "definition": {
8126
- "description": null,
8126
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
8127
8127
  "enumValues": null,
8128
8128
  "fields": {
8129
8129
  "id": {
@@ -8224,7 +8224,7 @@
8224
8224
  "responseStr": "systemGroup:$systemGroupRef ",
8225
8225
  "type": {
8226
8226
  "definition": {
8227
- "description": null,
8227
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
8228
8228
  "enumValues": null,
8229
8229
  "fields": {
8230
8230
  "id": {
@@ -8302,7 +8302,7 @@
8302
8302
  "responseStr": "user:$userRef ",
8303
8303
  "type": {
8304
8304
  "definition": {
8305
- "description": null,
8305
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
8306
8306
  "enumValues": null,
8307
8307
  "fields": {
8308
8308
  "id": {
@@ -8380,7 +8380,7 @@
8380
8380
  "responseStr": "usersGroup:$usersGroupRef ",
8381
8381
  "type": {
8382
8382
  "definition": {
8383
- "description": null,
8383
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
8384
8384
  "enumValues": null,
8385
8385
  "fields": {
8386
8386
  "id": {
@@ -8588,7 +8588,7 @@
8588
8588
  "responseStr": "mailingList:$subscriptionMailingListRef ",
8589
8589
  "type": {
8590
8590
  "definition": {
8591
- "description": null,
8591
+ "description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
8592
8592
  "enumValues": null,
8593
8593
  "fields": {
8594
8594
  "id": {
@@ -8666,7 +8666,7 @@
8666
8666
  "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
8667
8667
  "type": {
8668
8668
  "definition": {
8669
- "description": null,
8669
+ "description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
8670
8670
  "enumValues": null,
8671
8671
  "fields": {
8672
8672
  "id": {
@@ -8744,7 +8744,7 @@
8744
8744
  "responseStr": "webhook:$subscriptionWebhookRef ",
8745
8745
  "type": {
8746
8746
  "definition": {
8747
- "description": null,
8747
+ "description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
8748
8748
  "enumValues": null,
8749
8749
  "fields": {
8750
8750
  "id": {