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
@@ -1108,7 +1108,7 @@
1108
1108
  "responseStr": "appCategory:$applicationCategoryRef ",
1109
1109
  "type": {
1110
1110
  "definition": {
1111
- "description": null,
1111
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
1112
1112
  "enumValues": null,
1113
1113
  "fields": {
1114
1114
  "id": {
@@ -1186,7 +1186,7 @@
1186
1186
  "responseStr": "application:$applicationRef ",
1187
1187
  "type": {
1188
1188
  "definition": {
1189
- "description": null,
1189
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
1190
1190
  "enumValues": null,
1191
1191
  "fields": {
1192
1192
  "id": {
@@ -1264,7 +1264,7 @@
1264
1264
  "responseStr": "customApp:$customApplicationRef ",
1265
1265
  "type": {
1266
1266
  "definition": {
1267
- "description": null,
1267
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
1268
1268
  "enumValues": null,
1269
1269
  "fields": {
1270
1270
  "id": {
@@ -1342,7 +1342,7 @@
1342
1342
  "responseStr": "customCategory:$customCategoryRef ",
1343
1343
  "type": {
1344
1344
  "definition": {
1345
- "description": null,
1345
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
1346
1346
  "enumValues": null,
1347
1347
  "fields": {
1348
1348
  "id": {
@@ -1815,7 +1815,7 @@
1815
1815
  "responseStr": "service:$serviceRef ",
1816
1816
  "type": {
1817
1817
  "definition": {
1818
- "description": null,
1818
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
1819
1819
  "enumValues": null,
1820
1820
  "fields": {
1821
1821
  "id": {
@@ -2024,7 +2024,7 @@
2024
2024
  "responseStr": "allocationIp:$allocatedIpRef ",
2025
2025
  "type": {
2026
2026
  "definition": {
2027
- "description": null,
2027
+ "description": "A reference identifying the AllocatedIp object. ID: Unique AllocatedIp Identifier, Name: The AllocatedIp Name",
2028
2028
  "enumValues": null,
2029
2029
  "fields": {
2030
2030
  "id": {
@@ -2102,7 +2102,7 @@
2102
2102
  "responseStr": "backhaulingSite:$siteRef ",
2103
2103
  "type": {
2104
2104
  "definition": {
2105
- "description": null,
2105
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
2106
2106
  "enumValues": null,
2107
2107
  "fields": {
2108
2108
  "id": {
@@ -2201,7 +2201,7 @@
2201
2201
  "responseStr": "popLocation:$popLocationRef ",
2202
2202
  "type": {
2203
2203
  "definition": {
2204
- "description": null,
2204
+ "description": "A reference identifying the PopLocation object. ID: Unique PopLocation Identifier, Name: The PopLocation Name",
2205
2205
  "enumValues": null,
2206
2206
  "fields": {
2207
2207
  "id": {
@@ -2957,7 +2957,7 @@
2957
2957
  "responseStr": "globalIpRange:$globalIpRangeRef ",
2958
2958
  "type": {
2959
2959
  "definition": {
2960
- "description": null,
2960
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
2961
2961
  "enumValues": null,
2962
2962
  "fields": {
2963
2963
  "id": {
@@ -3035,7 +3035,7 @@
3035
3035
  "responseStr": "group:$groupRef ",
3036
3036
  "type": {
3037
3037
  "definition": {
3038
- "description": null,
3038
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
3039
3039
  "enumValues": null,
3040
3040
  "fields": {
3041
3041
  "id": {
@@ -3113,7 +3113,7 @@
3113
3113
  "responseStr": "host:$hostRef ",
3114
3114
  "type": {
3115
3115
  "definition": {
3116
- "description": null,
3116
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
3117
3117
  "enumValues": null,
3118
3118
  "fields": {
3119
3119
  "id": {
@@ -3292,7 +3292,7 @@
3292
3292
  "responseStr": "networkInterface:$networkInterfaceRef ",
3293
3293
  "type": {
3294
3294
  "definition": {
3295
- "description": null,
3295
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
3296
3296
  "enumValues": null,
3297
3297
  "fields": {
3298
3298
  "id": {
@@ -3370,7 +3370,7 @@
3370
3370
  "responseStr": "site:$siteRef ",
3371
3371
  "type": {
3372
3372
  "definition": {
3373
- "description": null,
3373
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
3374
3374
  "enumValues": null,
3375
3375
  "fields": {
3376
3376
  "id": {
@@ -3448,7 +3448,7 @@
3448
3448
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
3449
3449
  "type": {
3450
3450
  "definition": {
3451
- "description": null,
3451
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
3452
3452
  "enumValues": null,
3453
3453
  "fields": {
3454
3454
  "id": {
@@ -3549,7 +3549,7 @@
3549
3549
  "responseStr": "systemGroup:$systemGroupRef ",
3550
3550
  "type": {
3551
3551
  "definition": {
3552
- "description": null,
3552
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
3553
3553
  "enumValues": null,
3554
3554
  "fields": {
3555
3555
  "id": {
@@ -3627,7 +3627,7 @@
3627
3627
  "responseStr": "user:$userRef ",
3628
3628
  "type": {
3629
3629
  "definition": {
3630
- "description": null,
3630
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
3631
3631
  "enumValues": null,
3632
3632
  "fields": {
3633
3633
  "id": {
@@ -3705,7 +3705,7 @@
3705
3705
  "responseStr": "usersGroup:$usersGroupRef ",
3706
3706
  "type": {
3707
3707
  "definition": {
3708
- "description": null,
3708
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
3709
3709
  "enumValues": null,
3710
3710
  "fields": {
3711
3711
  "id": {
@@ -3855,7 +3855,7 @@
3855
3855
  "responseStr": "appCategory:$applicationCategoryRef ",
3856
3856
  "type": {
3857
3857
  "definition": {
3858
- "description": null,
3858
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
3859
3859
  "enumValues": null,
3860
3860
  "fields": {
3861
3861
  "id": {
@@ -3933,7 +3933,7 @@
3933
3933
  "responseStr": "application:$applicationRef ",
3934
3934
  "type": {
3935
3935
  "definition": {
3936
- "description": null,
3936
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
3937
3937
  "enumValues": null,
3938
3938
  "fields": {
3939
3939
  "id": {
@@ -4011,7 +4011,7 @@
4011
4011
  "responseStr": "customApp:$customApplicationRef ",
4012
4012
  "type": {
4013
4013
  "definition": {
4014
- "description": null,
4014
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
4015
4015
  "enumValues": null,
4016
4016
  "fields": {
4017
4017
  "id": {
@@ -4089,7 +4089,7 @@
4089
4089
  "responseStr": "customCategory:$customCategoryRef ",
4090
4090
  "type": {
4091
4091
  "definition": {
4092
- "description": null,
4092
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
4093
4093
  "enumValues": null,
4094
4094
  "fields": {
4095
4095
  "id": {
@@ -4562,7 +4562,7 @@
4562
4562
  "responseStr": "service:$serviceRef ",
4563
4563
  "type": {
4564
4564
  "definition": {
4565
- "description": null,
4565
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
4566
4566
  "enumValues": null,
4567
4567
  "fields": {
4568
4568
  "id": {
@@ -4752,7 +4752,7 @@
4752
4752
  "responseStr": "globalIpRange:$globalIpRangeRef ",
4753
4753
  "type": {
4754
4754
  "definition": {
4755
- "description": null,
4755
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
4756
4756
  "enumValues": null,
4757
4757
  "fields": {
4758
4758
  "id": {
@@ -4830,7 +4830,7 @@
4830
4830
  "responseStr": "group:$groupRef ",
4831
4831
  "type": {
4832
4832
  "definition": {
4833
- "description": null,
4833
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
4834
4834
  "enumValues": null,
4835
4835
  "fields": {
4836
4836
  "id": {
@@ -4908,7 +4908,7 @@
4908
4908
  "responseStr": "host:$hostRef ",
4909
4909
  "type": {
4910
4910
  "definition": {
4911
- "description": null,
4911
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
4912
4912
  "enumValues": null,
4913
4913
  "fields": {
4914
4914
  "id": {
@@ -5087,7 +5087,7 @@
5087
5087
  "responseStr": "networkInterface:$networkInterfaceRef ",
5088
5088
  "type": {
5089
5089
  "definition": {
5090
- "description": null,
5090
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
5091
5091
  "enumValues": null,
5092
5092
  "fields": {
5093
5093
  "id": {
@@ -5165,7 +5165,7 @@
5165
5165
  "responseStr": "site:$siteRef ",
5166
5166
  "type": {
5167
5167
  "definition": {
5168
- "description": null,
5168
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
5169
5169
  "enumValues": null,
5170
5170
  "fields": {
5171
5171
  "id": {
@@ -5243,7 +5243,7 @@
5243
5243
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
5244
5244
  "type": {
5245
5245
  "definition": {
5246
- "description": null,
5246
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
5247
5247
  "enumValues": null,
5248
5248
  "fields": {
5249
5249
  "id": {
@@ -5344,7 +5344,7 @@
5344
5344
  "responseStr": "systemGroup:$systemGroupRef ",
5345
5345
  "type": {
5346
5346
  "definition": {
5347
- "description": null,
5347
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
5348
5348
  "enumValues": null,
5349
5349
  "fields": {
5350
5350
  "id": {
@@ -5422,7 +5422,7 @@
5422
5422
  "responseStr": "user:$userRef ",
5423
5423
  "type": {
5424
5424
  "definition": {
5425
- "description": null,
5425
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
5426
5426
  "enumValues": null,
5427
5427
  "fields": {
5428
5428
  "id": {
@@ -5500,7 +5500,7 @@
5500
5500
  "responseStr": "usersGroup:$usersGroupRef ",
5501
5501
  "type": {
5502
5502
  "definition": {
5503
- "description": null,
5503
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
5504
5504
  "enumValues": null,
5505
5505
  "fields": {
5506
5506
  "id": {
@@ -5711,7 +5711,7 @@
5711
5711
  "responseStr": "globalIpRange:$globalIpRangeRef ",
5712
5712
  "type": {
5713
5713
  "definition": {
5714
- "description": null,
5714
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
5715
5715
  "enumValues": null,
5716
5716
  "fields": {
5717
5717
  "id": {
@@ -5789,7 +5789,7 @@
5789
5789
  "responseStr": "group:$groupRef ",
5790
5790
  "type": {
5791
5791
  "definition": {
5792
- "description": null,
5792
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
5793
5793
  "enumValues": null,
5794
5794
  "fields": {
5795
5795
  "id": {
@@ -5867,7 +5867,7 @@
5867
5867
  "responseStr": "host:$hostRef ",
5868
5868
  "type": {
5869
5869
  "definition": {
5870
- "description": null,
5870
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
5871
5871
  "enumValues": null,
5872
5872
  "fields": {
5873
5873
  "id": {
@@ -6046,7 +6046,7 @@
6046
6046
  "responseStr": "networkInterface:$networkInterfaceRef ",
6047
6047
  "type": {
6048
6048
  "definition": {
6049
- "description": null,
6049
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
6050
6050
  "enumValues": null,
6051
6051
  "fields": {
6052
6052
  "id": {
@@ -6124,7 +6124,7 @@
6124
6124
  "responseStr": "site:$siteRef ",
6125
6125
  "type": {
6126
6126
  "definition": {
6127
- "description": null,
6127
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
6128
6128
  "enumValues": null,
6129
6129
  "fields": {
6130
6130
  "id": {
@@ -6202,7 +6202,7 @@
6202
6202
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
6203
6203
  "type": {
6204
6204
  "definition": {
6205
- "description": null,
6205
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
6206
6206
  "enumValues": null,
6207
6207
  "fields": {
6208
6208
  "id": {
@@ -6303,7 +6303,7 @@
6303
6303
  "responseStr": "systemGroup:$systemGroupRef ",
6304
6304
  "type": {
6305
6305
  "definition": {
6306
- "description": null,
6306
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
6307
6307
  "enumValues": null,
6308
6308
  "fields": {
6309
6309
  "id": {
@@ -6381,7 +6381,7 @@
6381
6381
  "responseStr": "user:$userRef ",
6382
6382
  "type": {
6383
6383
  "definition": {
6384
- "description": null,
6384
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
6385
6385
  "enumValues": null,
6386
6386
  "fields": {
6387
6387
  "id": {
@@ -6459,7 +6459,7 @@
6459
6459
  "responseStr": "usersGroup:$usersGroupRef ",
6460
6460
  "type": {
6461
6461
  "definition": {
6462
- "description": null,
6462
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
6463
6463
  "enumValues": null,
6464
6464
  "fields": {
6465
6465
  "id": {
@@ -6929,7 +6929,7 @@
6929
6929
  "responseStr": "globalIpRange:$globalIpRangeRef ",
6930
6930
  "type": {
6931
6931
  "definition": {
6932
- "description": null,
6932
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
6933
6933
  "enumValues": null,
6934
6934
  "fields": {
6935
6935
  "id": {
@@ -7007,7 +7007,7 @@
7007
7007
  "responseStr": "group:$groupRef ",
7008
7008
  "type": {
7009
7009
  "definition": {
7010
- "description": null,
7010
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
7011
7011
  "enumValues": null,
7012
7012
  "fields": {
7013
7013
  "id": {
@@ -7085,7 +7085,7 @@
7085
7085
  "responseStr": "host:$hostRef ",
7086
7086
  "type": {
7087
7087
  "definition": {
7088
- "description": null,
7088
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
7089
7089
  "enumValues": null,
7090
7090
  "fields": {
7091
7091
  "id": {
@@ -7264,7 +7264,7 @@
7264
7264
  "responseStr": "networkInterface:$networkInterfaceRef ",
7265
7265
  "type": {
7266
7266
  "definition": {
7267
- "description": null,
7267
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
7268
7268
  "enumValues": null,
7269
7269
  "fields": {
7270
7270
  "id": {
@@ -7342,7 +7342,7 @@
7342
7342
  "responseStr": "site:$siteRef ",
7343
7343
  "type": {
7344
7344
  "definition": {
7345
- "description": null,
7345
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
7346
7346
  "enumValues": null,
7347
7347
  "fields": {
7348
7348
  "id": {
@@ -7420,7 +7420,7 @@
7420
7420
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
7421
7421
  "type": {
7422
7422
  "definition": {
7423
- "description": null,
7423
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
7424
7424
  "enumValues": null,
7425
7425
  "fields": {
7426
7426
  "id": {
@@ -7521,7 +7521,7 @@
7521
7521
  "responseStr": "systemGroup:$systemGroupRef ",
7522
7522
  "type": {
7523
7523
  "definition": {
7524
- "description": null,
7524
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
7525
7525
  "enumValues": null,
7526
7526
  "fields": {
7527
7527
  "id": {
@@ -7599,7 +7599,7 @@
7599
7599
  "responseStr": "user:$userRef ",
7600
7600
  "type": {
7601
7601
  "definition": {
7602
- "description": null,
7602
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
7603
7603
  "enumValues": null,
7604
7604
  "fields": {
7605
7605
  "id": {
@@ -7677,7 +7677,7 @@
7677
7677
  "responseStr": "usersGroup:$usersGroupRef ",
7678
7678
  "type": {
7679
7679
  "definition": {
7680
- "description": null,
7680
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
7681
7681
  "enumValues": null,
7682
7682
  "fields": {
7683
7683
  "id": {