catocli 1.0.21__py3-none-any.whl → 2.0.1__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.1.dist-info}/METADATA +1 -1
  34. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/RECORD +139 -114
  35. {catocli-1.0.21.dist-info → catocli-2.0.1.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.1.dist-info}/LICENSE +0 -0
  138. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/WHEEL +0 -0
  139. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/entry_points.txt +0 -0
@@ -1234,7 +1234,7 @@
1234
1234
  "responseStr": "appCategory:$applicationCategoryRef ",
1235
1235
  "type": {
1236
1236
  "definition": {
1237
- "description": null,
1237
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
1238
1238
  "enumValues": null,
1239
1239
  "fields": {
1240
1240
  "id": {
@@ -1312,7 +1312,7 @@
1312
1312
  "responseStr": "application:$applicationRef ",
1313
1313
  "type": {
1314
1314
  "definition": {
1315
- "description": null,
1315
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
1316
1316
  "enumValues": null,
1317
1317
  "fields": {
1318
1318
  "id": {
@@ -1390,7 +1390,7 @@
1390
1390
  "responseStr": "customApp:$customApplicationRef ",
1391
1391
  "type": {
1392
1392
  "definition": {
1393
- "description": null,
1393
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
1394
1394
  "enumValues": null,
1395
1395
  "fields": {
1396
1396
  "id": {
@@ -1468,7 +1468,7 @@
1468
1468
  "responseStr": "customCategory:$customCategoryRef ",
1469
1469
  "type": {
1470
1470
  "definition": {
1471
- "description": null,
1471
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
1472
1472
  "enumValues": null,
1473
1473
  "fields": {
1474
1474
  "id": {
@@ -1592,7 +1592,7 @@
1592
1592
  "responseStr": "globalIpRange:$globalIpRangeRef ",
1593
1593
  "type": {
1594
1594
  "definition": {
1595
- "description": null,
1595
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
1596
1596
  "enumValues": null,
1597
1597
  "fields": {
1598
1598
  "id": {
@@ -1771,7 +1771,7 @@
1771
1771
  "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
1772
1772
  "type": {
1773
1773
  "definition": {
1774
- "description": null,
1774
+ "description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
1775
1775
  "enumValues": null,
1776
1776
  "fields": {
1777
1777
  "id": {
@@ -1941,7 +1941,7 @@
1941
1941
  "responseStr": "country:$countryRef ",
1942
1942
  "type": {
1943
1943
  "definition": {
1944
- "description": null,
1944
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
1945
1945
  "enumValues": null,
1946
1946
  "fields": {
1947
1947
  "id": {
@@ -2135,7 +2135,7 @@
2135
2135
  "responseStr": "globalIpRange:$globalIpRangeRef ",
2136
2136
  "type": {
2137
2137
  "definition": {
2138
- "description": null,
2138
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
2139
2139
  "enumValues": null,
2140
2140
  "fields": {
2141
2141
  "id": {
@@ -2213,7 +2213,7 @@
2213
2213
  "responseStr": "group:$groupRef ",
2214
2214
  "type": {
2215
2215
  "definition": {
2216
- "description": null,
2216
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
2217
2217
  "enumValues": null,
2218
2218
  "fields": {
2219
2219
  "id": {
@@ -2291,7 +2291,7 @@
2291
2291
  "responseStr": "host:$hostRef ",
2292
2292
  "type": {
2293
2293
  "definition": {
2294
- "description": null,
2294
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
2295
2295
  "enumValues": null,
2296
2296
  "fields": {
2297
2297
  "id": {
@@ -2470,7 +2470,7 @@
2470
2470
  "responseStr": "networkInterface:$networkInterfaceRef ",
2471
2471
  "type": {
2472
2472
  "definition": {
2473
- "description": null,
2473
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
2474
2474
  "enumValues": null,
2475
2475
  "fields": {
2476
2476
  "id": {
@@ -2548,7 +2548,7 @@
2548
2548
  "responseStr": "site:$siteRef ",
2549
2549
  "type": {
2550
2550
  "definition": {
2551
- "description": null,
2551
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
2552
2552
  "enumValues": null,
2553
2553
  "fields": {
2554
2554
  "id": {
@@ -2626,7 +2626,7 @@
2626
2626
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
2627
2627
  "type": {
2628
2628
  "definition": {
2629
- "description": null,
2629
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
2630
2630
  "enumValues": null,
2631
2631
  "fields": {
2632
2632
  "id": {
@@ -2727,7 +2727,7 @@
2727
2727
  "responseStr": "systemGroup:$systemGroupRef ",
2728
2728
  "type": {
2729
2729
  "definition": {
2730
- "description": null,
2730
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
2731
2731
  "enumValues": null,
2732
2732
  "fields": {
2733
2733
  "id": {
@@ -2805,7 +2805,7 @@
2805
2805
  "responseStr": "user:$userRef ",
2806
2806
  "type": {
2807
2807
  "definition": {
2808
- "description": null,
2808
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
2809
2809
  "enumValues": null,
2810
2810
  "fields": {
2811
2811
  "id": {
@@ -2883,7 +2883,7 @@
2883
2883
  "responseStr": "usersGroup:$usersGroupRef ",
2884
2884
  "type": {
2885
2885
  "definition": {
2886
- "description": null,
2886
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
2887
2887
  "enumValues": null,
2888
2888
  "fields": {
2889
2889
  "id": {
@@ -2978,7 +2978,7 @@
2978
2978
  "responseStr": "device:$deviceProfileRef ",
2979
2979
  "type": {
2980
2980
  "definition": {
2981
- "description": null,
2981
+ "description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
2982
2982
  "enumValues": null,
2983
2983
  "fields": {
2984
2984
  "id": {
@@ -3401,7 +3401,7 @@
3401
3401
  "responseStr": "appCategory:$applicationCategoryRef ",
3402
3402
  "type": {
3403
3403
  "definition": {
3404
- "description": null,
3404
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
3405
3405
  "enumValues": null,
3406
3406
  "fields": {
3407
3407
  "id": {
@@ -3479,7 +3479,7 @@
3479
3479
  "responseStr": "application:$applicationRef ",
3480
3480
  "type": {
3481
3481
  "definition": {
3482
- "description": null,
3482
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
3483
3483
  "enumValues": null,
3484
3484
  "fields": {
3485
3485
  "id": {
@@ -3557,7 +3557,7 @@
3557
3557
  "responseStr": "customApp:$customApplicationRef ",
3558
3558
  "type": {
3559
3559
  "definition": {
3560
- "description": null,
3560
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
3561
3561
  "enumValues": null,
3562
3562
  "fields": {
3563
3563
  "id": {
@@ -3635,7 +3635,7 @@
3635
3635
  "responseStr": "customCategory:$customCategoryRef ",
3636
3636
  "type": {
3637
3637
  "definition": {
3638
- "description": null,
3638
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
3639
3639
  "enumValues": null,
3640
3640
  "fields": {
3641
3641
  "id": {
@@ -3759,7 +3759,7 @@
3759
3759
  "responseStr": "globalIpRange:$globalIpRangeRef ",
3760
3760
  "type": {
3761
3761
  "definition": {
3762
- "description": null,
3762
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
3763
3763
  "enumValues": null,
3764
3764
  "fields": {
3765
3765
  "id": {
@@ -3938,7 +3938,7 @@
3938
3938
  "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
3939
3939
  "type": {
3940
3940
  "definition": {
3941
- "description": null,
3941
+ "description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
3942
3942
  "enumValues": null,
3943
3943
  "fields": {
3944
3944
  "id": {
@@ -4108,7 +4108,7 @@
4108
4108
  "responseStr": "country:$countryRef ",
4109
4109
  "type": {
4110
4110
  "definition": {
4111
- "description": null,
4111
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
4112
4112
  "enumValues": null,
4113
4113
  "fields": {
4114
4114
  "id": {
@@ -4281,7 +4281,7 @@
4281
4281
  "responseStr": "globalIpRange:$globalIpRangeRef ",
4282
4282
  "type": {
4283
4283
  "definition": {
4284
- "description": null,
4284
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
4285
4285
  "enumValues": null,
4286
4286
  "fields": {
4287
4287
  "id": {
@@ -4359,7 +4359,7 @@
4359
4359
  "responseStr": "group:$groupRef ",
4360
4360
  "type": {
4361
4361
  "definition": {
4362
- "description": null,
4362
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
4363
4363
  "enumValues": null,
4364
4364
  "fields": {
4365
4365
  "id": {
@@ -4437,7 +4437,7 @@
4437
4437
  "responseStr": "host:$hostRef ",
4438
4438
  "type": {
4439
4439
  "definition": {
4440
- "description": null,
4440
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
4441
4441
  "enumValues": null,
4442
4442
  "fields": {
4443
4443
  "id": {
@@ -4616,7 +4616,7 @@
4616
4616
  "responseStr": "networkInterface:$networkInterfaceRef ",
4617
4617
  "type": {
4618
4618
  "definition": {
4619
- "description": null,
4619
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
4620
4620
  "enumValues": null,
4621
4621
  "fields": {
4622
4622
  "id": {
@@ -4694,7 +4694,7 @@
4694
4694
  "responseStr": "site:$siteRef ",
4695
4695
  "type": {
4696
4696
  "definition": {
4697
- "description": null,
4697
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
4698
4698
  "enumValues": null,
4699
4699
  "fields": {
4700
4700
  "id": {
@@ -4772,7 +4772,7 @@
4772
4772
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
4773
4773
  "type": {
4774
4774
  "definition": {
4775
- "description": null,
4775
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
4776
4776
  "enumValues": null,
4777
4777
  "fields": {
4778
4778
  "id": {
@@ -4873,7 +4873,7 @@
4873
4873
  "responseStr": "systemGroup:$systemGroupRef ",
4874
4874
  "type": {
4875
4875
  "definition": {
4876
- "description": null,
4876
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
4877
4877
  "enumValues": null,
4878
4878
  "fields": {
4879
4879
  "id": {
@@ -4951,7 +4951,7 @@
4951
4951
  "responseStr": "user:$userRef ",
4952
4952
  "type": {
4953
4953
  "definition": {
4954
- "description": null,
4954
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
4955
4955
  "enumValues": null,
4956
4956
  "fields": {
4957
4957
  "id": {
@@ -5029,7 +5029,7 @@
5029
5029
  "responseStr": "usersGroup:$usersGroupRef ",
5030
5030
  "type": {
5031
5031
  "definition": {
5032
- "description": null,
5032
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
5033
5033
  "enumValues": null,
5034
5034
  "fields": {
5035
5035
  "id": {
@@ -5124,7 +5124,7 @@
5124
5124
  "responseStr": "device:$deviceProfileRef ",
5125
5125
  "type": {
5126
5126
  "definition": {
5127
- "description": null,
5127
+ "description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
5128
5128
  "enumValues": null,
5129
5129
  "fields": {
5130
5130
  "id": {
@@ -5513,7 +5513,7 @@
5513
5513
  "responseStr": "service:$wanFirewallServiceType ",
5514
5514
  "type": {
5515
5515
  "definition": {
5516
- "description": "Add the Service Type to which this Internet Firewall rule applies",
5516
+ "description": "Returns the Service Type to which this Wan Firewall rule applies",
5517
5517
  "enumValues": null,
5518
5518
  "fields": {
5519
5519
  "custom": {
@@ -5727,7 +5727,7 @@
5727
5727
  "responseStr": "standard:$serviceRef ",
5728
5728
  "type": {
5729
5729
  "definition": {
5730
- "description": null,
5730
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
5731
5731
  "enumValues": null,
5732
5732
  "fields": {
5733
5733
  "id": {
@@ -5917,7 +5917,7 @@
5917
5917
  "responseStr": "globalIpRange:$globalIpRangeRef ",
5918
5918
  "type": {
5919
5919
  "definition": {
5920
- "description": null,
5920
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
5921
5921
  "enumValues": null,
5922
5922
  "fields": {
5923
5923
  "id": {
@@ -5995,7 +5995,7 @@
5995
5995
  "responseStr": "group:$groupRef ",
5996
5996
  "type": {
5997
5997
  "definition": {
5998
- "description": null,
5998
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
5999
5999
  "enumValues": null,
6000
6000
  "fields": {
6001
6001
  "id": {
@@ -6073,7 +6073,7 @@
6073
6073
  "responseStr": "host:$hostRef ",
6074
6074
  "type": {
6075
6075
  "definition": {
6076
- "description": null,
6076
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
6077
6077
  "enumValues": null,
6078
6078
  "fields": {
6079
6079
  "id": {
@@ -6252,7 +6252,7 @@
6252
6252
  "responseStr": "networkInterface:$networkInterfaceRef ",
6253
6253
  "type": {
6254
6254
  "definition": {
6255
- "description": null,
6255
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
6256
6256
  "enumValues": null,
6257
6257
  "fields": {
6258
6258
  "id": {
@@ -6330,7 +6330,7 @@
6330
6330
  "responseStr": "site:$siteRef ",
6331
6331
  "type": {
6332
6332
  "definition": {
6333
- "description": null,
6333
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
6334
6334
  "enumValues": null,
6335
6335
  "fields": {
6336
6336
  "id": {
@@ -6408,7 +6408,7 @@
6408
6408
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
6409
6409
  "type": {
6410
6410
  "definition": {
6411
- "description": null,
6411
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
6412
6412
  "enumValues": null,
6413
6413
  "fields": {
6414
6414
  "id": {
@@ -6509,7 +6509,7 @@
6509
6509
  "responseStr": "systemGroup:$systemGroupRef ",
6510
6510
  "type": {
6511
6511
  "definition": {
6512
- "description": null,
6512
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
6513
6513
  "enumValues": null,
6514
6514
  "fields": {
6515
6515
  "id": {
@@ -6587,7 +6587,7 @@
6587
6587
  "responseStr": "user:$userRef ",
6588
6588
  "type": {
6589
6589
  "definition": {
6590
- "description": null,
6590
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
6591
6591
  "enumValues": null,
6592
6592
  "fields": {
6593
6593
  "id": {
@@ -6665,7 +6665,7 @@
6665
6665
  "responseStr": "usersGroup:$usersGroupRef ",
6666
6666
  "type": {
6667
6667
  "definition": {
6668
- "description": null,
6668
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
6669
6669
  "enumValues": null,
6670
6670
  "fields": {
6671
6671
  "id": {
@@ -7237,7 +7237,7 @@
7237
7237
  "responseStr": "service:$wanFirewallServiceType ",
7238
7238
  "type": {
7239
7239
  "definition": {
7240
- "description": "Add the Service Type to which this Internet Firewall rule applies",
7240
+ "description": "Returns the Service Type to which this Wan Firewall rule applies",
7241
7241
  "enumValues": null,
7242
7242
  "fields": {
7243
7243
  "custom": {
@@ -7451,7 +7451,7 @@
7451
7451
  "responseStr": "standard:$serviceRef ",
7452
7452
  "type": {
7453
7453
  "definition": {
7454
- "description": null,
7454
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
7455
7455
  "enumValues": null,
7456
7456
  "fields": {
7457
7457
  "id": {
@@ -7641,7 +7641,7 @@
7641
7641
  "responseStr": "globalIpRange:$globalIpRangeRef ",
7642
7642
  "type": {
7643
7643
  "definition": {
7644
- "description": null,
7644
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
7645
7645
  "enumValues": null,
7646
7646
  "fields": {
7647
7647
  "id": {
@@ -7719,7 +7719,7 @@
7719
7719
  "responseStr": "group:$groupRef ",
7720
7720
  "type": {
7721
7721
  "definition": {
7722
- "description": null,
7722
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
7723
7723
  "enumValues": null,
7724
7724
  "fields": {
7725
7725
  "id": {
@@ -7797,7 +7797,7 @@
7797
7797
  "responseStr": "host:$hostRef ",
7798
7798
  "type": {
7799
7799
  "definition": {
7800
- "description": null,
7800
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
7801
7801
  "enumValues": null,
7802
7802
  "fields": {
7803
7803
  "id": {
@@ -7976,7 +7976,7 @@
7976
7976
  "responseStr": "networkInterface:$networkInterfaceRef ",
7977
7977
  "type": {
7978
7978
  "definition": {
7979
- "description": null,
7979
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
7980
7980
  "enumValues": null,
7981
7981
  "fields": {
7982
7982
  "id": {
@@ -8054,7 +8054,7 @@
8054
8054
  "responseStr": "site:$siteRef ",
8055
8055
  "type": {
8056
8056
  "definition": {
8057
- "description": null,
8057
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
8058
8058
  "enumValues": null,
8059
8059
  "fields": {
8060
8060
  "id": {
@@ -8132,7 +8132,7 @@
8132
8132
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
8133
8133
  "type": {
8134
8134
  "definition": {
8135
- "description": null,
8135
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
8136
8136
  "enumValues": null,
8137
8137
  "fields": {
8138
8138
  "id": {
@@ -8233,7 +8233,7 @@
8233
8233
  "responseStr": "systemGroup:$systemGroupRef ",
8234
8234
  "type": {
8235
8235
  "definition": {
8236
- "description": null,
8236
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
8237
8237
  "enumValues": null,
8238
8238
  "fields": {
8239
8239
  "id": {
@@ -8311,7 +8311,7 @@
8311
8311
  "responseStr": "user:$userRef ",
8312
8312
  "type": {
8313
8313
  "definition": {
8314
- "description": null,
8314
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
8315
8315
  "enumValues": null,
8316
8316
  "fields": {
8317
8317
  "id": {
@@ -8389,7 +8389,7 @@
8389
8389
  "responseStr": "usersGroup:$usersGroupRef ",
8390
8390
  "type": {
8391
8391
  "definition": {
8392
- "description": null,
8392
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
8393
8393
  "enumValues": null,
8394
8394
  "fields": {
8395
8395
  "id": {
@@ -8597,7 +8597,7 @@
8597
8597
  "responseStr": "mailingList:$subscriptionMailingListRef ",
8598
8598
  "type": {
8599
8599
  "definition": {
8600
- "description": null,
8600
+ "description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
8601
8601
  "enumValues": null,
8602
8602
  "fields": {
8603
8603
  "id": {
@@ -8675,7 +8675,7 @@
8675
8675
  "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
8676
8676
  "type": {
8677
8677
  "definition": {
8678
- "description": null,
8678
+ "description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
8679
8679
  "enumValues": null,
8680
8680
  "fields": {
8681
8681
  "id": {
@@ -8753,7 +8753,7 @@
8753
8753
  "responseStr": "webhook:$subscriptionWebhookRef ",
8754
8754
  "type": {
8755
8755
  "definition": {
8756
- "description": null,
8756
+ "description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
8757
8757
  "enumValues": null,
8758
8758
  "fields": {
8759
8759
  "id": {