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
@@ -901,7 +901,7 @@
901
901
  "responseStr": "appCategory:$applicationCategoryRef ",
902
902
  "type": {
903
903
  "definition": {
904
- "description": null,
904
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
905
905
  "enumValues": null,
906
906
  "fields": {
907
907
  "id": {
@@ -979,7 +979,7 @@
979
979
  "responseStr": "application:$applicationRef ",
980
980
  "type": {
981
981
  "definition": {
982
- "description": null,
982
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
983
983
  "enumValues": null,
984
984
  "fields": {
985
985
  "id": {
@@ -1057,7 +1057,7 @@
1057
1057
  "responseStr": "customApp:$customApplicationRef ",
1058
1058
  "type": {
1059
1059
  "definition": {
1060
- "description": null,
1060
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
1061
1061
  "enumValues": null,
1062
1062
  "fields": {
1063
1063
  "id": {
@@ -1135,7 +1135,7 @@
1135
1135
  "responseStr": "customCategory:$customCategoryRef ",
1136
1136
  "type": {
1137
1137
  "definition": {
1138
- "description": null,
1138
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
1139
1139
  "enumValues": null,
1140
1140
  "fields": {
1141
1141
  "id": {
@@ -1259,7 +1259,7 @@
1259
1259
  "responseStr": "globalIpRange:$globalIpRangeRef ",
1260
1260
  "type": {
1261
1261
  "definition": {
1262
- "description": null,
1262
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
1263
1263
  "enumValues": null,
1264
1264
  "fields": {
1265
1265
  "id": {
@@ -1438,7 +1438,7 @@
1438
1438
  "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
1439
1439
  "type": {
1440
1440
  "definition": {
1441
- "description": null,
1441
+ "description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
1442
1442
  "enumValues": null,
1443
1443
  "fields": {
1444
1444
  "id": {
@@ -1608,7 +1608,7 @@
1608
1608
  "responseStr": "country:$countryRef ",
1609
1609
  "type": {
1610
1610
  "definition": {
1611
- "description": null,
1611
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
1612
1612
  "enumValues": null,
1613
1613
  "fields": {
1614
1614
  "id": {
@@ -1802,7 +1802,7 @@
1802
1802
  "responseStr": "globalIpRange:$globalIpRangeRef ",
1803
1803
  "type": {
1804
1804
  "definition": {
1805
- "description": null,
1805
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
1806
1806
  "enumValues": null,
1807
1807
  "fields": {
1808
1808
  "id": {
@@ -1880,7 +1880,7 @@
1880
1880
  "responseStr": "group:$groupRef ",
1881
1881
  "type": {
1882
1882
  "definition": {
1883
- "description": null,
1883
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
1884
1884
  "enumValues": null,
1885
1885
  "fields": {
1886
1886
  "id": {
@@ -1958,7 +1958,7 @@
1958
1958
  "responseStr": "host:$hostRef ",
1959
1959
  "type": {
1960
1960
  "definition": {
1961
- "description": null,
1961
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
1962
1962
  "enumValues": null,
1963
1963
  "fields": {
1964
1964
  "id": {
@@ -2137,7 +2137,7 @@
2137
2137
  "responseStr": "networkInterface:$networkInterfaceRef ",
2138
2138
  "type": {
2139
2139
  "definition": {
2140
- "description": null,
2140
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
2141
2141
  "enumValues": null,
2142
2142
  "fields": {
2143
2143
  "id": {
@@ -2215,7 +2215,7 @@
2215
2215
  "responseStr": "site:$siteRef ",
2216
2216
  "type": {
2217
2217
  "definition": {
2218
- "description": null,
2218
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
2219
2219
  "enumValues": null,
2220
2220
  "fields": {
2221
2221
  "id": {
@@ -2293,7 +2293,7 @@
2293
2293
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
2294
2294
  "type": {
2295
2295
  "definition": {
2296
- "description": null,
2296
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
2297
2297
  "enumValues": null,
2298
2298
  "fields": {
2299
2299
  "id": {
@@ -2394,7 +2394,7 @@
2394
2394
  "responseStr": "systemGroup:$systemGroupRef ",
2395
2395
  "type": {
2396
2396
  "definition": {
2397
- "description": null,
2397
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
2398
2398
  "enumValues": null,
2399
2399
  "fields": {
2400
2400
  "id": {
@@ -2472,7 +2472,7 @@
2472
2472
  "responseStr": "user:$userRef ",
2473
2473
  "type": {
2474
2474
  "definition": {
2475
- "description": null,
2475
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
2476
2476
  "enumValues": null,
2477
2477
  "fields": {
2478
2478
  "id": {
@@ -2550,7 +2550,7 @@
2550
2550
  "responseStr": "usersGroup:$usersGroupRef ",
2551
2551
  "type": {
2552
2552
  "definition": {
2553
- "description": null,
2553
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
2554
2554
  "enumValues": null,
2555
2555
  "fields": {
2556
2556
  "id": {
@@ -2645,7 +2645,7 @@
2645
2645
  "responseStr": "device:$deviceProfileRef ",
2646
2646
  "type": {
2647
2647
  "definition": {
2648
- "description": null,
2648
+ "description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
2649
2649
  "enumValues": null,
2650
2650
  "fields": {
2651
2651
  "id": {
@@ -3068,7 +3068,7 @@
3068
3068
  "responseStr": "appCategory:$applicationCategoryRef ",
3069
3069
  "type": {
3070
3070
  "definition": {
3071
- "description": null,
3071
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
3072
3072
  "enumValues": null,
3073
3073
  "fields": {
3074
3074
  "id": {
@@ -3146,7 +3146,7 @@
3146
3146
  "responseStr": "application:$applicationRef ",
3147
3147
  "type": {
3148
3148
  "definition": {
3149
- "description": null,
3149
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
3150
3150
  "enumValues": null,
3151
3151
  "fields": {
3152
3152
  "id": {
@@ -3224,7 +3224,7 @@
3224
3224
  "responseStr": "customApp:$customApplicationRef ",
3225
3225
  "type": {
3226
3226
  "definition": {
3227
- "description": null,
3227
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
3228
3228
  "enumValues": null,
3229
3229
  "fields": {
3230
3230
  "id": {
@@ -3302,7 +3302,7 @@
3302
3302
  "responseStr": "customCategory:$customCategoryRef ",
3303
3303
  "type": {
3304
3304
  "definition": {
3305
- "description": null,
3305
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
3306
3306
  "enumValues": null,
3307
3307
  "fields": {
3308
3308
  "id": {
@@ -3426,7 +3426,7 @@
3426
3426
  "responseStr": "globalIpRange:$globalIpRangeRef ",
3427
3427
  "type": {
3428
3428
  "definition": {
3429
- "description": null,
3429
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
3430
3430
  "enumValues": null,
3431
3431
  "fields": {
3432
3432
  "id": {
@@ -3605,7 +3605,7 @@
3605
3605
  "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
3606
3606
  "type": {
3607
3607
  "definition": {
3608
- "description": null,
3608
+ "description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
3609
3609
  "enumValues": null,
3610
3610
  "fields": {
3611
3611
  "id": {
@@ -3775,7 +3775,7 @@
3775
3775
  "responseStr": "country:$countryRef ",
3776
3776
  "type": {
3777
3777
  "definition": {
3778
- "description": null,
3778
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
3779
3779
  "enumValues": null,
3780
3780
  "fields": {
3781
3781
  "id": {
@@ -3948,7 +3948,7 @@
3948
3948
  "responseStr": "globalIpRange:$globalIpRangeRef ",
3949
3949
  "type": {
3950
3950
  "definition": {
3951
- "description": null,
3951
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
3952
3952
  "enumValues": null,
3953
3953
  "fields": {
3954
3954
  "id": {
@@ -4026,7 +4026,7 @@
4026
4026
  "responseStr": "group:$groupRef ",
4027
4027
  "type": {
4028
4028
  "definition": {
4029
- "description": null,
4029
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
4030
4030
  "enumValues": null,
4031
4031
  "fields": {
4032
4032
  "id": {
@@ -4104,7 +4104,7 @@
4104
4104
  "responseStr": "host:$hostRef ",
4105
4105
  "type": {
4106
4106
  "definition": {
4107
- "description": null,
4107
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
4108
4108
  "enumValues": null,
4109
4109
  "fields": {
4110
4110
  "id": {
@@ -4283,7 +4283,7 @@
4283
4283
  "responseStr": "networkInterface:$networkInterfaceRef ",
4284
4284
  "type": {
4285
4285
  "definition": {
4286
- "description": null,
4286
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
4287
4287
  "enumValues": null,
4288
4288
  "fields": {
4289
4289
  "id": {
@@ -4361,7 +4361,7 @@
4361
4361
  "responseStr": "site:$siteRef ",
4362
4362
  "type": {
4363
4363
  "definition": {
4364
- "description": null,
4364
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
4365
4365
  "enumValues": null,
4366
4366
  "fields": {
4367
4367
  "id": {
@@ -4439,7 +4439,7 @@
4439
4439
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
4440
4440
  "type": {
4441
4441
  "definition": {
4442
- "description": null,
4442
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
4443
4443
  "enumValues": null,
4444
4444
  "fields": {
4445
4445
  "id": {
@@ -4540,7 +4540,7 @@
4540
4540
  "responseStr": "systemGroup:$systemGroupRef ",
4541
4541
  "type": {
4542
4542
  "definition": {
4543
- "description": null,
4543
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
4544
4544
  "enumValues": null,
4545
4545
  "fields": {
4546
4546
  "id": {
@@ -4618,7 +4618,7 @@
4618
4618
  "responseStr": "user:$userRef ",
4619
4619
  "type": {
4620
4620
  "definition": {
4621
- "description": null,
4621
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
4622
4622
  "enumValues": null,
4623
4623
  "fields": {
4624
4624
  "id": {
@@ -4696,7 +4696,7 @@
4696
4696
  "responseStr": "usersGroup:$usersGroupRef ",
4697
4697
  "type": {
4698
4698
  "definition": {
4699
- "description": null,
4699
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
4700
4700
  "enumValues": null,
4701
4701
  "fields": {
4702
4702
  "id": {
@@ -4791,7 +4791,7 @@
4791
4791
  "responseStr": "device:$deviceProfileRef ",
4792
4792
  "type": {
4793
4793
  "definition": {
4794
- "description": null,
4794
+ "description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
4795
4795
  "enumValues": null,
4796
4796
  "fields": {
4797
4797
  "id": {
@@ -5180,7 +5180,7 @@
5180
5180
  "responseStr": "service:$wanFirewallServiceType ",
5181
5181
  "type": {
5182
5182
  "definition": {
5183
- "description": "Add the Service Type to which this Internet Firewall rule applies",
5183
+ "description": "Returns the Service Type to which this Wan Firewall rule applies",
5184
5184
  "enumValues": null,
5185
5185
  "fields": {
5186
5186
  "custom": {
@@ -5394,7 +5394,7 @@
5394
5394
  "responseStr": "standard:$serviceRef ",
5395
5395
  "type": {
5396
5396
  "definition": {
5397
- "description": null,
5397
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
5398
5398
  "enumValues": null,
5399
5399
  "fields": {
5400
5400
  "id": {
@@ -5584,7 +5584,7 @@
5584
5584
  "responseStr": "globalIpRange:$globalIpRangeRef ",
5585
5585
  "type": {
5586
5586
  "definition": {
5587
- "description": null,
5587
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
5588
5588
  "enumValues": null,
5589
5589
  "fields": {
5590
5590
  "id": {
@@ -5662,7 +5662,7 @@
5662
5662
  "responseStr": "group:$groupRef ",
5663
5663
  "type": {
5664
5664
  "definition": {
5665
- "description": null,
5665
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
5666
5666
  "enumValues": null,
5667
5667
  "fields": {
5668
5668
  "id": {
@@ -5740,7 +5740,7 @@
5740
5740
  "responseStr": "host:$hostRef ",
5741
5741
  "type": {
5742
5742
  "definition": {
5743
- "description": null,
5743
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
5744
5744
  "enumValues": null,
5745
5745
  "fields": {
5746
5746
  "id": {
@@ -5919,7 +5919,7 @@
5919
5919
  "responseStr": "networkInterface:$networkInterfaceRef ",
5920
5920
  "type": {
5921
5921
  "definition": {
5922
- "description": null,
5922
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
5923
5923
  "enumValues": null,
5924
5924
  "fields": {
5925
5925
  "id": {
@@ -5997,7 +5997,7 @@
5997
5997
  "responseStr": "site:$siteRef ",
5998
5998
  "type": {
5999
5999
  "definition": {
6000
- "description": null,
6000
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
6001
6001
  "enumValues": null,
6002
6002
  "fields": {
6003
6003
  "id": {
@@ -6075,7 +6075,7 @@
6075
6075
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
6076
6076
  "type": {
6077
6077
  "definition": {
6078
- "description": null,
6078
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
6079
6079
  "enumValues": null,
6080
6080
  "fields": {
6081
6081
  "id": {
@@ -6176,7 +6176,7 @@
6176
6176
  "responseStr": "systemGroup:$systemGroupRef ",
6177
6177
  "type": {
6178
6178
  "definition": {
6179
- "description": null,
6179
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
6180
6180
  "enumValues": null,
6181
6181
  "fields": {
6182
6182
  "id": {
@@ -6254,7 +6254,7 @@
6254
6254
  "responseStr": "user:$userRef ",
6255
6255
  "type": {
6256
6256
  "definition": {
6257
- "description": null,
6257
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
6258
6258
  "enumValues": null,
6259
6259
  "fields": {
6260
6260
  "id": {
@@ -6332,7 +6332,7 @@
6332
6332
  "responseStr": "usersGroup:$usersGroupRef ",
6333
6333
  "type": {
6334
6334
  "definition": {
6335
- "description": null,
6335
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
6336
6336
  "enumValues": null,
6337
6337
  "fields": {
6338
6338
  "id": {
@@ -6904,7 +6904,7 @@
6904
6904
  "responseStr": "service:$wanFirewallServiceType ",
6905
6905
  "type": {
6906
6906
  "definition": {
6907
- "description": "Add the Service Type to which this Internet Firewall rule applies",
6907
+ "description": "Returns the Service Type to which this Wan Firewall rule applies",
6908
6908
  "enumValues": null,
6909
6909
  "fields": {
6910
6910
  "custom": {
@@ -7118,7 +7118,7 @@
7118
7118
  "responseStr": "standard:$serviceRef ",
7119
7119
  "type": {
7120
7120
  "definition": {
7121
- "description": null,
7121
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
7122
7122
  "enumValues": null,
7123
7123
  "fields": {
7124
7124
  "id": {
@@ -7308,7 +7308,7 @@
7308
7308
  "responseStr": "globalIpRange:$globalIpRangeRef ",
7309
7309
  "type": {
7310
7310
  "definition": {
7311
- "description": null,
7311
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
7312
7312
  "enumValues": null,
7313
7313
  "fields": {
7314
7314
  "id": {
@@ -7386,7 +7386,7 @@
7386
7386
  "responseStr": "group:$groupRef ",
7387
7387
  "type": {
7388
7388
  "definition": {
7389
- "description": null,
7389
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
7390
7390
  "enumValues": null,
7391
7391
  "fields": {
7392
7392
  "id": {
@@ -7464,7 +7464,7 @@
7464
7464
  "responseStr": "host:$hostRef ",
7465
7465
  "type": {
7466
7466
  "definition": {
7467
- "description": null,
7467
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
7468
7468
  "enumValues": null,
7469
7469
  "fields": {
7470
7470
  "id": {
@@ -7643,7 +7643,7 @@
7643
7643
  "responseStr": "networkInterface:$networkInterfaceRef ",
7644
7644
  "type": {
7645
7645
  "definition": {
7646
- "description": null,
7646
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
7647
7647
  "enumValues": null,
7648
7648
  "fields": {
7649
7649
  "id": {
@@ -7721,7 +7721,7 @@
7721
7721
  "responseStr": "site:$siteRef ",
7722
7722
  "type": {
7723
7723
  "definition": {
7724
- "description": null,
7724
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
7725
7725
  "enumValues": null,
7726
7726
  "fields": {
7727
7727
  "id": {
@@ -7799,7 +7799,7 @@
7799
7799
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
7800
7800
  "type": {
7801
7801
  "definition": {
7802
- "description": null,
7802
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
7803
7803
  "enumValues": null,
7804
7804
  "fields": {
7805
7805
  "id": {
@@ -7900,7 +7900,7 @@
7900
7900
  "responseStr": "systemGroup:$systemGroupRef ",
7901
7901
  "type": {
7902
7902
  "definition": {
7903
- "description": null,
7903
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
7904
7904
  "enumValues": null,
7905
7905
  "fields": {
7906
7906
  "id": {
@@ -7978,7 +7978,7 @@
7978
7978
  "responseStr": "user:$userRef ",
7979
7979
  "type": {
7980
7980
  "definition": {
7981
- "description": null,
7981
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
7982
7982
  "enumValues": null,
7983
7983
  "fields": {
7984
7984
  "id": {
@@ -8056,7 +8056,7 @@
8056
8056
  "responseStr": "usersGroup:$usersGroupRef ",
8057
8057
  "type": {
8058
8058
  "definition": {
8059
- "description": null,
8059
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
8060
8060
  "enumValues": null,
8061
8061
  "fields": {
8062
8062
  "id": {
@@ -8264,7 +8264,7 @@
8264
8264
  "responseStr": "mailingList:$subscriptionMailingListRef ",
8265
8265
  "type": {
8266
8266
  "definition": {
8267
- "description": null,
8267
+ "description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
8268
8268
  "enumValues": null,
8269
8269
  "fields": {
8270
8270
  "id": {
@@ -8342,7 +8342,7 @@
8342
8342
  "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
8343
8343
  "type": {
8344
8344
  "definition": {
8345
- "description": null,
8345
+ "description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
8346
8346
  "enumValues": null,
8347
8347
  "fields": {
8348
8348
  "id": {
@@ -8420,7 +8420,7 @@
8420
8420
  "responseStr": "webhook:$subscriptionWebhookRef ",
8421
8421
  "type": {
8422
8422
  "definition": {
8423
- "description": null,
8423
+ "description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
8424
8424
  "enumValues": null,
8425
8425
  "fields": {
8426
8426
  "id": {