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
@@ -838,7 +838,7 @@
838
838
  "responseStr": "appCategory:$applicationCategoryRef ",
839
839
  "type": {
840
840
  "definition": {
841
- "description": null,
841
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
842
842
  "enumValues": null,
843
843
  "fields": {
844
844
  "id": {
@@ -916,7 +916,7 @@
916
916
  "responseStr": "application:$applicationRef ",
917
917
  "type": {
918
918
  "definition": {
919
- "description": null,
919
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
920
920
  "enumValues": null,
921
921
  "fields": {
922
922
  "id": {
@@ -994,7 +994,7 @@
994
994
  "responseStr": "customApp:$customApplicationRef ",
995
995
  "type": {
996
996
  "definition": {
997
- "description": null,
997
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
998
998
  "enumValues": null,
999
999
  "fields": {
1000
1000
  "id": {
@@ -1072,7 +1072,7 @@
1072
1072
  "responseStr": "customCategory:$customCategoryRef ",
1073
1073
  "type": {
1074
1074
  "definition": {
1075
- "description": null,
1075
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
1076
1076
  "enumValues": null,
1077
1077
  "fields": {
1078
1078
  "id": {
@@ -1545,7 +1545,7 @@
1545
1545
  "responseStr": "service:$serviceRef ",
1546
1546
  "type": {
1547
1547
  "definition": {
1548
- "description": null,
1548
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
1549
1549
  "enumValues": null,
1550
1550
  "fields": {
1551
1551
  "id": {
@@ -1754,7 +1754,7 @@
1754
1754
  "responseStr": "allocationIp:$allocatedIpRef ",
1755
1755
  "type": {
1756
1756
  "definition": {
1757
- "description": null,
1757
+ "description": "A reference identifying the AllocatedIp object. ID: Unique AllocatedIp Identifier, Name: The AllocatedIp Name",
1758
1758
  "enumValues": null,
1759
1759
  "fields": {
1760
1760
  "id": {
@@ -1832,7 +1832,7 @@
1832
1832
  "responseStr": "backhaulingSite:$siteRef ",
1833
1833
  "type": {
1834
1834
  "definition": {
1835
- "description": null,
1835
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
1836
1836
  "enumValues": null,
1837
1837
  "fields": {
1838
1838
  "id": {
@@ -1931,7 +1931,7 @@
1931
1931
  "responseStr": "popLocation:$popLocationRef ",
1932
1932
  "type": {
1933
1933
  "definition": {
1934
- "description": null,
1934
+ "description": "A reference identifying the PopLocation object. ID: Unique PopLocation Identifier, Name: The PopLocation Name",
1935
1935
  "enumValues": null,
1936
1936
  "fields": {
1937
1937
  "id": {
@@ -2687,7 +2687,7 @@
2687
2687
  "responseStr": "globalIpRange:$globalIpRangeRef ",
2688
2688
  "type": {
2689
2689
  "definition": {
2690
- "description": null,
2690
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
2691
2691
  "enumValues": null,
2692
2692
  "fields": {
2693
2693
  "id": {
@@ -2765,7 +2765,7 @@
2765
2765
  "responseStr": "group:$groupRef ",
2766
2766
  "type": {
2767
2767
  "definition": {
2768
- "description": null,
2768
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
2769
2769
  "enumValues": null,
2770
2770
  "fields": {
2771
2771
  "id": {
@@ -2843,7 +2843,7 @@
2843
2843
  "responseStr": "host:$hostRef ",
2844
2844
  "type": {
2845
2845
  "definition": {
2846
- "description": null,
2846
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
2847
2847
  "enumValues": null,
2848
2848
  "fields": {
2849
2849
  "id": {
@@ -3022,7 +3022,7 @@
3022
3022
  "responseStr": "networkInterface:$networkInterfaceRef ",
3023
3023
  "type": {
3024
3024
  "definition": {
3025
- "description": null,
3025
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
3026
3026
  "enumValues": null,
3027
3027
  "fields": {
3028
3028
  "id": {
@@ -3100,7 +3100,7 @@
3100
3100
  "responseStr": "site:$siteRef ",
3101
3101
  "type": {
3102
3102
  "definition": {
3103
- "description": null,
3103
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
3104
3104
  "enumValues": null,
3105
3105
  "fields": {
3106
3106
  "id": {
@@ -3178,7 +3178,7 @@
3178
3178
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
3179
3179
  "type": {
3180
3180
  "definition": {
3181
- "description": null,
3181
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
3182
3182
  "enumValues": null,
3183
3183
  "fields": {
3184
3184
  "id": {
@@ -3279,7 +3279,7 @@
3279
3279
  "responseStr": "systemGroup:$systemGroupRef ",
3280
3280
  "type": {
3281
3281
  "definition": {
3282
- "description": null,
3282
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
3283
3283
  "enumValues": null,
3284
3284
  "fields": {
3285
3285
  "id": {
@@ -3357,7 +3357,7 @@
3357
3357
  "responseStr": "user:$userRef ",
3358
3358
  "type": {
3359
3359
  "definition": {
3360
- "description": null,
3360
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
3361
3361
  "enumValues": null,
3362
3362
  "fields": {
3363
3363
  "id": {
@@ -3435,7 +3435,7 @@
3435
3435
  "responseStr": "usersGroup:$usersGroupRef ",
3436
3436
  "type": {
3437
3437
  "definition": {
3438
- "description": null,
3438
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
3439
3439
  "enumValues": null,
3440
3440
  "fields": {
3441
3441
  "id": {
@@ -3585,7 +3585,7 @@
3585
3585
  "responseStr": "appCategory:$applicationCategoryRef ",
3586
3586
  "type": {
3587
3587
  "definition": {
3588
- "description": null,
3588
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
3589
3589
  "enumValues": null,
3590
3590
  "fields": {
3591
3591
  "id": {
@@ -3663,7 +3663,7 @@
3663
3663
  "responseStr": "application:$applicationRef ",
3664
3664
  "type": {
3665
3665
  "definition": {
3666
- "description": null,
3666
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
3667
3667
  "enumValues": null,
3668
3668
  "fields": {
3669
3669
  "id": {
@@ -3741,7 +3741,7 @@
3741
3741
  "responseStr": "customApp:$customApplicationRef ",
3742
3742
  "type": {
3743
3743
  "definition": {
3744
- "description": null,
3744
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
3745
3745
  "enumValues": null,
3746
3746
  "fields": {
3747
3747
  "id": {
@@ -3819,7 +3819,7 @@
3819
3819
  "responseStr": "customCategory:$customCategoryRef ",
3820
3820
  "type": {
3821
3821
  "definition": {
3822
- "description": null,
3822
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
3823
3823
  "enumValues": null,
3824
3824
  "fields": {
3825
3825
  "id": {
@@ -4292,7 +4292,7 @@
4292
4292
  "responseStr": "service:$serviceRef ",
4293
4293
  "type": {
4294
4294
  "definition": {
4295
- "description": null,
4295
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
4296
4296
  "enumValues": null,
4297
4297
  "fields": {
4298
4298
  "id": {
@@ -4482,7 +4482,7 @@
4482
4482
  "responseStr": "globalIpRange:$globalIpRangeRef ",
4483
4483
  "type": {
4484
4484
  "definition": {
4485
- "description": null,
4485
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
4486
4486
  "enumValues": null,
4487
4487
  "fields": {
4488
4488
  "id": {
@@ -4560,7 +4560,7 @@
4560
4560
  "responseStr": "group:$groupRef ",
4561
4561
  "type": {
4562
4562
  "definition": {
4563
- "description": null,
4563
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
4564
4564
  "enumValues": null,
4565
4565
  "fields": {
4566
4566
  "id": {
@@ -4638,7 +4638,7 @@
4638
4638
  "responseStr": "host:$hostRef ",
4639
4639
  "type": {
4640
4640
  "definition": {
4641
- "description": null,
4641
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
4642
4642
  "enumValues": null,
4643
4643
  "fields": {
4644
4644
  "id": {
@@ -4817,7 +4817,7 @@
4817
4817
  "responseStr": "networkInterface:$networkInterfaceRef ",
4818
4818
  "type": {
4819
4819
  "definition": {
4820
- "description": null,
4820
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
4821
4821
  "enumValues": null,
4822
4822
  "fields": {
4823
4823
  "id": {
@@ -4895,7 +4895,7 @@
4895
4895
  "responseStr": "site:$siteRef ",
4896
4896
  "type": {
4897
4897
  "definition": {
4898
- "description": null,
4898
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
4899
4899
  "enumValues": null,
4900
4900
  "fields": {
4901
4901
  "id": {
@@ -4973,7 +4973,7 @@
4973
4973
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
4974
4974
  "type": {
4975
4975
  "definition": {
4976
- "description": null,
4976
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
4977
4977
  "enumValues": null,
4978
4978
  "fields": {
4979
4979
  "id": {
@@ -5074,7 +5074,7 @@
5074
5074
  "responseStr": "systemGroup:$systemGroupRef ",
5075
5075
  "type": {
5076
5076
  "definition": {
5077
- "description": null,
5077
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
5078
5078
  "enumValues": null,
5079
5079
  "fields": {
5080
5080
  "id": {
@@ -5152,7 +5152,7 @@
5152
5152
  "responseStr": "user:$userRef ",
5153
5153
  "type": {
5154
5154
  "definition": {
5155
- "description": null,
5155
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
5156
5156
  "enumValues": null,
5157
5157
  "fields": {
5158
5158
  "id": {
@@ -5230,7 +5230,7 @@
5230
5230
  "responseStr": "usersGroup:$usersGroupRef ",
5231
5231
  "type": {
5232
5232
  "definition": {
5233
- "description": null,
5233
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
5234
5234
  "enumValues": null,
5235
5235
  "fields": {
5236
5236
  "id": {
@@ -5441,7 +5441,7 @@
5441
5441
  "responseStr": "globalIpRange:$globalIpRangeRef ",
5442
5442
  "type": {
5443
5443
  "definition": {
5444
- "description": null,
5444
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
5445
5445
  "enumValues": null,
5446
5446
  "fields": {
5447
5447
  "id": {
@@ -5519,7 +5519,7 @@
5519
5519
  "responseStr": "group:$groupRef ",
5520
5520
  "type": {
5521
5521
  "definition": {
5522
- "description": null,
5522
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
5523
5523
  "enumValues": null,
5524
5524
  "fields": {
5525
5525
  "id": {
@@ -5597,7 +5597,7 @@
5597
5597
  "responseStr": "host:$hostRef ",
5598
5598
  "type": {
5599
5599
  "definition": {
5600
- "description": null,
5600
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
5601
5601
  "enumValues": null,
5602
5602
  "fields": {
5603
5603
  "id": {
@@ -5776,7 +5776,7 @@
5776
5776
  "responseStr": "networkInterface:$networkInterfaceRef ",
5777
5777
  "type": {
5778
5778
  "definition": {
5779
- "description": null,
5779
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
5780
5780
  "enumValues": null,
5781
5781
  "fields": {
5782
5782
  "id": {
@@ -5854,7 +5854,7 @@
5854
5854
  "responseStr": "site:$siteRef ",
5855
5855
  "type": {
5856
5856
  "definition": {
5857
- "description": null,
5857
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
5858
5858
  "enumValues": null,
5859
5859
  "fields": {
5860
5860
  "id": {
@@ -5932,7 +5932,7 @@
5932
5932
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
5933
5933
  "type": {
5934
5934
  "definition": {
5935
- "description": null,
5935
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
5936
5936
  "enumValues": null,
5937
5937
  "fields": {
5938
5938
  "id": {
@@ -6033,7 +6033,7 @@
6033
6033
  "responseStr": "systemGroup:$systemGroupRef ",
6034
6034
  "type": {
6035
6035
  "definition": {
6036
- "description": null,
6036
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
6037
6037
  "enumValues": null,
6038
6038
  "fields": {
6039
6039
  "id": {
@@ -6111,7 +6111,7 @@
6111
6111
  "responseStr": "user:$userRef ",
6112
6112
  "type": {
6113
6113
  "definition": {
6114
- "description": null,
6114
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
6115
6115
  "enumValues": null,
6116
6116
  "fields": {
6117
6117
  "id": {
@@ -6189,7 +6189,7 @@
6189
6189
  "responseStr": "usersGroup:$usersGroupRef ",
6190
6190
  "type": {
6191
6191
  "definition": {
6192
- "description": null,
6192
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
6193
6193
  "enumValues": null,
6194
6194
  "fields": {
6195
6195
  "id": {
@@ -6659,7 +6659,7 @@
6659
6659
  "responseStr": "globalIpRange:$globalIpRangeRef ",
6660
6660
  "type": {
6661
6661
  "definition": {
6662
- "description": null,
6662
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
6663
6663
  "enumValues": null,
6664
6664
  "fields": {
6665
6665
  "id": {
@@ -6737,7 +6737,7 @@
6737
6737
  "responseStr": "group:$groupRef ",
6738
6738
  "type": {
6739
6739
  "definition": {
6740
- "description": null,
6740
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
6741
6741
  "enumValues": null,
6742
6742
  "fields": {
6743
6743
  "id": {
@@ -6815,7 +6815,7 @@
6815
6815
  "responseStr": "host:$hostRef ",
6816
6816
  "type": {
6817
6817
  "definition": {
6818
- "description": null,
6818
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
6819
6819
  "enumValues": null,
6820
6820
  "fields": {
6821
6821
  "id": {
@@ -6994,7 +6994,7 @@
6994
6994
  "responseStr": "networkInterface:$networkInterfaceRef ",
6995
6995
  "type": {
6996
6996
  "definition": {
6997
- "description": null,
6997
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
6998
6998
  "enumValues": null,
6999
6999
  "fields": {
7000
7000
  "id": {
@@ -7072,7 +7072,7 @@
7072
7072
  "responseStr": "site:$siteRef ",
7073
7073
  "type": {
7074
7074
  "definition": {
7075
- "description": null,
7075
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
7076
7076
  "enumValues": null,
7077
7077
  "fields": {
7078
7078
  "id": {
@@ -7150,7 +7150,7 @@
7150
7150
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
7151
7151
  "type": {
7152
7152
  "definition": {
7153
- "description": null,
7153
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
7154
7154
  "enumValues": null,
7155
7155
  "fields": {
7156
7156
  "id": {
@@ -7251,7 +7251,7 @@
7251
7251
  "responseStr": "systemGroup:$systemGroupRef ",
7252
7252
  "type": {
7253
7253
  "definition": {
7254
- "description": null,
7254
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
7255
7255
  "enumValues": null,
7256
7256
  "fields": {
7257
7257
  "id": {
@@ -7329,7 +7329,7 @@
7329
7329
  "responseStr": "user:$userRef ",
7330
7330
  "type": {
7331
7331
  "definition": {
7332
- "description": null,
7332
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
7333
7333
  "enumValues": null,
7334
7334
  "fields": {
7335
7335
  "id": {
@@ -7407,7 +7407,7 @@
7407
7407
  "responseStr": "usersGroup:$usersGroupRef ",
7408
7408
  "type": {
7409
7409
  "definition": {
7410
- "description": null,
7410
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
7411
7411
  "enumValues": null,
7412
7412
  "fields": {
7413
7413
  "id": {