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
@@ -1289,7 +1289,7 @@
1289
1289
  "responseStr": "country:$countryRef ",
1290
1290
  "type": {
1291
1291
  "definition": {
1292
- "description": null,
1292
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
1293
1293
  "enumValues": null,
1294
1294
  "fields": {
1295
1295
  "id": {
@@ -1388,7 +1388,7 @@
1388
1388
  "responseStr": "destination:$internetFirewallDestination ",
1389
1389
  "type": {
1390
1390
  "definition": {
1391
- "description": "Destination match criteria set",
1391
+ "description": "Returns the settings for Destination of an Internet Firewall rule",
1392
1392
  "enumValues": null,
1393
1393
  "fields": {
1394
1394
  "appCategory": {
@@ -1405,7 +1405,7 @@
1405
1405
  "responseStr": "appCategory:$applicationCategoryRef ",
1406
1406
  "type": {
1407
1407
  "definition": {
1408
- "description": null,
1408
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
1409
1409
  "enumValues": null,
1410
1410
  "fields": {
1411
1411
  "id": {
@@ -1483,7 +1483,7 @@
1483
1483
  "responseStr": "application:$applicationRef ",
1484
1484
  "type": {
1485
1485
  "definition": {
1486
- "description": null,
1486
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
1487
1487
  "enumValues": null,
1488
1488
  "fields": {
1489
1489
  "id": {
@@ -1751,7 +1751,7 @@
1751
1751
  "responseStr": "country:$countryRef ",
1752
1752
  "type": {
1753
1753
  "definition": {
1754
- "description": null,
1754
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
1755
1755
  "enumValues": null,
1756
1756
  "fields": {
1757
1757
  "id": {
@@ -1829,7 +1829,7 @@
1829
1829
  "responseStr": "customApp:$customApplicationRef ",
1830
1830
  "type": {
1831
1831
  "definition": {
1832
- "description": null,
1832
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
1833
1833
  "enumValues": null,
1834
1834
  "fields": {
1835
1835
  "id": {
@@ -1907,7 +1907,7 @@
1907
1907
  "responseStr": "customCategory:$customCategoryRef ",
1908
1908
  "type": {
1909
1909
  "definition": {
1910
- "description": null,
1910
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
1911
1911
  "enumValues": null,
1912
1912
  "fields": {
1913
1913
  "id": {
@@ -2031,7 +2031,7 @@
2031
2031
  "responseStr": "globalIpRange:$globalIpRangeRef ",
2032
2032
  "type": {
2033
2033
  "definition": {
2034
- "description": null,
2034
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
2035
2035
  "enumValues": null,
2036
2036
  "fields": {
2037
2037
  "id": {
@@ -2233,7 +2233,7 @@
2233
2233
  "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
2234
2234
  "type": {
2235
2235
  "definition": {
2236
- "description": null,
2236
+ "description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
2237
2237
  "enumValues": null,
2238
2238
  "fields": {
2239
2239
  "id": {
@@ -2351,7 +2351,7 @@
2351
2351
  "responseStr": "device:$deviceProfileRef ",
2352
2352
  "type": {
2353
2353
  "definition": {
2354
- "description": null,
2354
+ "description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
2355
2355
  "enumValues": null,
2356
2356
  "fields": {
2357
2357
  "id": {
@@ -2763,7 +2763,7 @@
2763
2763
  "responseStr": "country:$countryRef ",
2764
2764
  "type": {
2765
2765
  "definition": {
2766
- "description": null,
2766
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
2767
2767
  "enumValues": null,
2768
2768
  "fields": {
2769
2769
  "id": {
@@ -2841,7 +2841,7 @@
2841
2841
  "responseStr": "destination:$internetFirewallDestination ",
2842
2842
  "type": {
2843
2843
  "definition": {
2844
- "description": "Destination match criteria set",
2844
+ "description": "Returns the settings for Destination of an Internet Firewall rule",
2845
2845
  "enumValues": null,
2846
2846
  "fields": {
2847
2847
  "appCategory": {
@@ -2858,7 +2858,7 @@
2858
2858
  "responseStr": "appCategory:$applicationCategoryRef ",
2859
2859
  "type": {
2860
2860
  "definition": {
2861
- "description": null,
2861
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
2862
2862
  "enumValues": null,
2863
2863
  "fields": {
2864
2864
  "id": {
@@ -2936,7 +2936,7 @@
2936
2936
  "responseStr": "application:$applicationRef ",
2937
2937
  "type": {
2938
2938
  "definition": {
2939
- "description": null,
2939
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
2940
2940
  "enumValues": null,
2941
2941
  "fields": {
2942
2942
  "id": {
@@ -3204,7 +3204,7 @@
3204
3204
  "responseStr": "country:$countryRef ",
3205
3205
  "type": {
3206
3206
  "definition": {
3207
- "description": null,
3207
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
3208
3208
  "enumValues": null,
3209
3209
  "fields": {
3210
3210
  "id": {
@@ -3282,7 +3282,7 @@
3282
3282
  "responseStr": "customApp:$customApplicationRef ",
3283
3283
  "type": {
3284
3284
  "definition": {
3285
- "description": null,
3285
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
3286
3286
  "enumValues": null,
3287
3287
  "fields": {
3288
3288
  "id": {
@@ -3360,7 +3360,7 @@
3360
3360
  "responseStr": "customCategory:$customCategoryRef ",
3361
3361
  "type": {
3362
3362
  "definition": {
3363
- "description": null,
3363
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
3364
3364
  "enumValues": null,
3365
3365
  "fields": {
3366
3366
  "id": {
@@ -3484,7 +3484,7 @@
3484
3484
  "responseStr": "globalIpRange:$globalIpRangeRef ",
3485
3485
  "type": {
3486
3486
  "definition": {
3487
- "description": null,
3487
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
3488
3488
  "enumValues": null,
3489
3489
  "fields": {
3490
3490
  "id": {
@@ -3686,7 +3686,7 @@
3686
3686
  "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
3687
3687
  "type": {
3688
3688
  "definition": {
3689
- "description": null,
3689
+ "description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
3690
3690
  "enumValues": null,
3691
3691
  "fields": {
3692
3692
  "id": {
@@ -3804,7 +3804,7 @@
3804
3804
  "responseStr": "device:$deviceProfileRef ",
3805
3805
  "type": {
3806
3806
  "definition": {
3807
- "description": null,
3807
+ "description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
3808
3808
  "enumValues": null,
3809
3809
  "fields": {
3810
3810
  "id": {
@@ -4147,7 +4147,7 @@
4147
4147
  "responseStr": "service:$internetFirewallServiceType ",
4148
4148
  "type": {
4149
4149
  "definition": {
4150
- "description": "Add the Service Type to which this Internet Firewall rule applies",
4150
+ "description": "Returns the Service Type to which this Internet Firewall rule applies",
4151
4151
  "enumValues": null,
4152
4152
  "fields": {
4153
4153
  "custom": {
@@ -4361,7 +4361,7 @@
4361
4361
  "responseStr": "standard:$serviceRef ",
4362
4362
  "type": {
4363
4363
  "definition": {
4364
- "description": null,
4364
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
4365
4365
  "enumValues": null,
4366
4366
  "fields": {
4367
4367
  "id": {
@@ -4551,7 +4551,7 @@
4551
4551
  "responseStr": "globalIpRange:$globalIpRangeRef ",
4552
4552
  "type": {
4553
4553
  "definition": {
4554
- "description": null,
4554
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
4555
4555
  "enumValues": null,
4556
4556
  "fields": {
4557
4557
  "id": {
@@ -4629,7 +4629,7 @@
4629
4629
  "responseStr": "group:$groupRef ",
4630
4630
  "type": {
4631
4631
  "definition": {
4632
- "description": null,
4632
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
4633
4633
  "enumValues": null,
4634
4634
  "fields": {
4635
4635
  "id": {
@@ -4707,7 +4707,7 @@
4707
4707
  "responseStr": "host:$hostRef ",
4708
4708
  "type": {
4709
4709
  "definition": {
4710
- "description": null,
4710
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
4711
4711
  "enumValues": null,
4712
4712
  "fields": {
4713
4713
  "id": {
@@ -4886,7 +4886,7 @@
4886
4886
  "responseStr": "networkInterface:$networkInterfaceRef ",
4887
4887
  "type": {
4888
4888
  "definition": {
4889
- "description": null,
4889
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
4890
4890
  "enumValues": null,
4891
4891
  "fields": {
4892
4892
  "id": {
@@ -4964,7 +4964,7 @@
4964
4964
  "responseStr": "site:$siteRef ",
4965
4965
  "type": {
4966
4966
  "definition": {
4967
- "description": null,
4967
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
4968
4968
  "enumValues": null,
4969
4969
  "fields": {
4970
4970
  "id": {
@@ -5042,7 +5042,7 @@
5042
5042
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
5043
5043
  "type": {
5044
5044
  "definition": {
5045
- "description": null,
5045
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
5046
5046
  "enumValues": null,
5047
5047
  "fields": {
5048
5048
  "id": {
@@ -5143,7 +5143,7 @@
5143
5143
  "responseStr": "systemGroup:$systemGroupRef ",
5144
5144
  "type": {
5145
5145
  "definition": {
5146
- "description": null,
5146
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
5147
5147
  "enumValues": null,
5148
5148
  "fields": {
5149
5149
  "id": {
@@ -5221,7 +5221,7 @@
5221
5221
  "responseStr": "user:$userRef ",
5222
5222
  "type": {
5223
5223
  "definition": {
5224
- "description": null,
5224
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
5225
5225
  "enumValues": null,
5226
5226
  "fields": {
5227
5227
  "id": {
@@ -5299,7 +5299,7 @@
5299
5299
  "responseStr": "usersGroup:$usersGroupRef ",
5300
5300
  "type": {
5301
5301
  "definition": {
5302
- "description": null,
5302
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
5303
5303
  "enumValues": null,
5304
5304
  "fields": {
5305
5305
  "id": {
@@ -5871,7 +5871,7 @@
5871
5871
  "responseStr": "service:$internetFirewallServiceType ",
5872
5872
  "type": {
5873
5873
  "definition": {
5874
- "description": "Add the Service Type to which this Internet Firewall rule applies",
5874
+ "description": "Returns the Service Type to which this Internet Firewall rule applies",
5875
5875
  "enumValues": null,
5876
5876
  "fields": {
5877
5877
  "custom": {
@@ -6085,7 +6085,7 @@
6085
6085
  "responseStr": "standard:$serviceRef ",
6086
6086
  "type": {
6087
6087
  "definition": {
6088
- "description": null,
6088
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
6089
6089
  "enumValues": null,
6090
6090
  "fields": {
6091
6091
  "id": {
@@ -6275,7 +6275,7 @@
6275
6275
  "responseStr": "globalIpRange:$globalIpRangeRef ",
6276
6276
  "type": {
6277
6277
  "definition": {
6278
- "description": null,
6278
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
6279
6279
  "enumValues": null,
6280
6280
  "fields": {
6281
6281
  "id": {
@@ -6353,7 +6353,7 @@
6353
6353
  "responseStr": "group:$groupRef ",
6354
6354
  "type": {
6355
6355
  "definition": {
6356
- "description": null,
6356
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
6357
6357
  "enumValues": null,
6358
6358
  "fields": {
6359
6359
  "id": {
@@ -6431,7 +6431,7 @@
6431
6431
  "responseStr": "host:$hostRef ",
6432
6432
  "type": {
6433
6433
  "definition": {
6434
- "description": null,
6434
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
6435
6435
  "enumValues": null,
6436
6436
  "fields": {
6437
6437
  "id": {
@@ -6610,7 +6610,7 @@
6610
6610
  "responseStr": "networkInterface:$networkInterfaceRef ",
6611
6611
  "type": {
6612
6612
  "definition": {
6613
- "description": null,
6613
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
6614
6614
  "enumValues": null,
6615
6615
  "fields": {
6616
6616
  "id": {
@@ -6688,7 +6688,7 @@
6688
6688
  "responseStr": "site:$siteRef ",
6689
6689
  "type": {
6690
6690
  "definition": {
6691
- "description": null,
6691
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
6692
6692
  "enumValues": null,
6693
6693
  "fields": {
6694
6694
  "id": {
@@ -6766,7 +6766,7 @@
6766
6766
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
6767
6767
  "type": {
6768
6768
  "definition": {
6769
- "description": null,
6769
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
6770
6770
  "enumValues": null,
6771
6771
  "fields": {
6772
6772
  "id": {
@@ -6867,7 +6867,7 @@
6867
6867
  "responseStr": "systemGroup:$systemGroupRef ",
6868
6868
  "type": {
6869
6869
  "definition": {
6870
- "description": null,
6870
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
6871
6871
  "enumValues": null,
6872
6872
  "fields": {
6873
6873
  "id": {
@@ -6945,7 +6945,7 @@
6945
6945
  "responseStr": "user:$userRef ",
6946
6946
  "type": {
6947
6947
  "definition": {
6948
- "description": null,
6948
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
6949
6949
  "enumValues": null,
6950
6950
  "fields": {
6951
6951
  "id": {
@@ -7023,7 +7023,7 @@
7023
7023
  "responseStr": "usersGroup:$usersGroupRef ",
7024
7024
  "type": {
7025
7025
  "definition": {
7026
- "description": null,
7026
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
7027
7027
  "enumValues": null,
7028
7028
  "fields": {
7029
7029
  "id": {
@@ -7231,7 +7231,7 @@
7231
7231
  "responseStr": "mailingList:$subscriptionMailingListRef ",
7232
7232
  "type": {
7233
7233
  "definition": {
7234
- "description": null,
7234
+ "description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
7235
7235
  "enumValues": null,
7236
7236
  "fields": {
7237
7237
  "id": {
@@ -7309,7 +7309,7 @@
7309
7309
  "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
7310
7310
  "type": {
7311
7311
  "definition": {
7312
- "description": null,
7312
+ "description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
7313
7313
  "enumValues": null,
7314
7314
  "fields": {
7315
7315
  "id": {
@@ -7387,7 +7387,7 @@
7387
7387
  "responseStr": "webhook:$subscriptionWebhookRef ",
7388
7388
  "type": {
7389
7389
  "definition": {
7390
- "description": null,
7390
+ "description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
7391
7391
  "enumValues": null,
7392
7392
  "fields": {
7393
7393
  "id": {