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
@@ -1184,7 +1184,7 @@
1184
1184
  "responseStr": "appCategory:$applicationCategoryRef ",
1185
1185
  "type": {
1186
1186
  "definition": {
1187
- "description": null,
1187
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
1188
1188
  "enumValues": null,
1189
1189
  "fields": {
1190
1190
  "id": {
@@ -1262,7 +1262,7 @@
1262
1262
  "responseStr": "application:$applicationRef ",
1263
1263
  "type": {
1264
1264
  "definition": {
1265
- "description": null,
1265
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
1266
1266
  "enumValues": null,
1267
1267
  "fields": {
1268
1268
  "id": {
@@ -1340,7 +1340,7 @@
1340
1340
  "responseStr": "customApp:$customApplicationRef ",
1341
1341
  "type": {
1342
1342
  "definition": {
1343
- "description": null,
1343
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
1344
1344
  "enumValues": null,
1345
1345
  "fields": {
1346
1346
  "id": {
@@ -1418,7 +1418,7 @@
1418
1418
  "responseStr": "customCategory:$customCategoryRef ",
1419
1419
  "type": {
1420
1420
  "definition": {
1421
- "description": null,
1421
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
1422
1422
  "enumValues": null,
1423
1423
  "fields": {
1424
1424
  "id": {
@@ -1891,7 +1891,7 @@
1891
1891
  "responseStr": "service:$serviceRef ",
1892
1892
  "type": {
1893
1893
  "definition": {
1894
- "description": null,
1894
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
1895
1895
  "enumValues": null,
1896
1896
  "fields": {
1897
1897
  "id": {
@@ -2100,7 +2100,7 @@
2100
2100
  "responseStr": "allocationIp:$allocatedIpRef ",
2101
2101
  "type": {
2102
2102
  "definition": {
2103
- "description": null,
2103
+ "description": "A reference identifying the AllocatedIp object. ID: Unique AllocatedIp Identifier, Name: The AllocatedIp Name",
2104
2104
  "enumValues": null,
2105
2105
  "fields": {
2106
2106
  "id": {
@@ -2178,7 +2178,7 @@
2178
2178
  "responseStr": "backhaulingSite:$siteRef ",
2179
2179
  "type": {
2180
2180
  "definition": {
2181
- "description": null,
2181
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
2182
2182
  "enumValues": null,
2183
2183
  "fields": {
2184
2184
  "id": {
@@ -2277,7 +2277,7 @@
2277
2277
  "responseStr": "popLocation:$popLocationRef ",
2278
2278
  "type": {
2279
2279
  "definition": {
2280
- "description": null,
2280
+ "description": "A reference identifying the PopLocation object. ID: Unique PopLocation Identifier, Name: The PopLocation Name",
2281
2281
  "enumValues": null,
2282
2282
  "fields": {
2283
2283
  "id": {
@@ -3033,7 +3033,7 @@
3033
3033
  "responseStr": "globalIpRange:$globalIpRangeRef ",
3034
3034
  "type": {
3035
3035
  "definition": {
3036
- "description": null,
3036
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
3037
3037
  "enumValues": null,
3038
3038
  "fields": {
3039
3039
  "id": {
@@ -3111,7 +3111,7 @@
3111
3111
  "responseStr": "group:$groupRef ",
3112
3112
  "type": {
3113
3113
  "definition": {
3114
- "description": null,
3114
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
3115
3115
  "enumValues": null,
3116
3116
  "fields": {
3117
3117
  "id": {
@@ -3189,7 +3189,7 @@
3189
3189
  "responseStr": "host:$hostRef ",
3190
3190
  "type": {
3191
3191
  "definition": {
3192
- "description": null,
3192
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
3193
3193
  "enumValues": null,
3194
3194
  "fields": {
3195
3195
  "id": {
@@ -3368,7 +3368,7 @@
3368
3368
  "responseStr": "networkInterface:$networkInterfaceRef ",
3369
3369
  "type": {
3370
3370
  "definition": {
3371
- "description": null,
3371
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
3372
3372
  "enumValues": null,
3373
3373
  "fields": {
3374
3374
  "id": {
@@ -3446,7 +3446,7 @@
3446
3446
  "responseStr": "site:$siteRef ",
3447
3447
  "type": {
3448
3448
  "definition": {
3449
- "description": null,
3449
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
3450
3450
  "enumValues": null,
3451
3451
  "fields": {
3452
3452
  "id": {
@@ -3524,7 +3524,7 @@
3524
3524
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
3525
3525
  "type": {
3526
3526
  "definition": {
3527
- "description": null,
3527
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
3528
3528
  "enumValues": null,
3529
3529
  "fields": {
3530
3530
  "id": {
@@ -3625,7 +3625,7 @@
3625
3625
  "responseStr": "systemGroup:$systemGroupRef ",
3626
3626
  "type": {
3627
3627
  "definition": {
3628
- "description": null,
3628
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
3629
3629
  "enumValues": null,
3630
3630
  "fields": {
3631
3631
  "id": {
@@ -3703,7 +3703,7 @@
3703
3703
  "responseStr": "user:$userRef ",
3704
3704
  "type": {
3705
3705
  "definition": {
3706
- "description": null,
3706
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
3707
3707
  "enumValues": null,
3708
3708
  "fields": {
3709
3709
  "id": {
@@ -3781,7 +3781,7 @@
3781
3781
  "responseStr": "usersGroup:$usersGroupRef ",
3782
3782
  "type": {
3783
3783
  "definition": {
3784
- "description": null,
3784
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
3785
3785
  "enumValues": null,
3786
3786
  "fields": {
3787
3787
  "id": {
@@ -3931,7 +3931,7 @@
3931
3931
  "responseStr": "appCategory:$applicationCategoryRef ",
3932
3932
  "type": {
3933
3933
  "definition": {
3934
- "description": null,
3934
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
3935
3935
  "enumValues": null,
3936
3936
  "fields": {
3937
3937
  "id": {
@@ -4009,7 +4009,7 @@
4009
4009
  "responseStr": "application:$applicationRef ",
4010
4010
  "type": {
4011
4011
  "definition": {
4012
- "description": null,
4012
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
4013
4013
  "enumValues": null,
4014
4014
  "fields": {
4015
4015
  "id": {
@@ -4087,7 +4087,7 @@
4087
4087
  "responseStr": "customApp:$customApplicationRef ",
4088
4088
  "type": {
4089
4089
  "definition": {
4090
- "description": null,
4090
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
4091
4091
  "enumValues": null,
4092
4092
  "fields": {
4093
4093
  "id": {
@@ -4165,7 +4165,7 @@
4165
4165
  "responseStr": "customCategory:$customCategoryRef ",
4166
4166
  "type": {
4167
4167
  "definition": {
4168
- "description": null,
4168
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
4169
4169
  "enumValues": null,
4170
4170
  "fields": {
4171
4171
  "id": {
@@ -4638,7 +4638,7 @@
4638
4638
  "responseStr": "service:$serviceRef ",
4639
4639
  "type": {
4640
4640
  "definition": {
4641
- "description": null,
4641
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
4642
4642
  "enumValues": null,
4643
4643
  "fields": {
4644
4644
  "id": {
@@ -4828,7 +4828,7 @@
4828
4828
  "responseStr": "globalIpRange:$globalIpRangeRef ",
4829
4829
  "type": {
4830
4830
  "definition": {
4831
- "description": null,
4831
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
4832
4832
  "enumValues": null,
4833
4833
  "fields": {
4834
4834
  "id": {
@@ -4906,7 +4906,7 @@
4906
4906
  "responseStr": "group:$groupRef ",
4907
4907
  "type": {
4908
4908
  "definition": {
4909
- "description": null,
4909
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
4910
4910
  "enumValues": null,
4911
4911
  "fields": {
4912
4912
  "id": {
@@ -4984,7 +4984,7 @@
4984
4984
  "responseStr": "host:$hostRef ",
4985
4985
  "type": {
4986
4986
  "definition": {
4987
- "description": null,
4987
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
4988
4988
  "enumValues": null,
4989
4989
  "fields": {
4990
4990
  "id": {
@@ -5163,7 +5163,7 @@
5163
5163
  "responseStr": "networkInterface:$networkInterfaceRef ",
5164
5164
  "type": {
5165
5165
  "definition": {
5166
- "description": null,
5166
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
5167
5167
  "enumValues": null,
5168
5168
  "fields": {
5169
5169
  "id": {
@@ -5241,7 +5241,7 @@
5241
5241
  "responseStr": "site:$siteRef ",
5242
5242
  "type": {
5243
5243
  "definition": {
5244
- "description": null,
5244
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
5245
5245
  "enumValues": null,
5246
5246
  "fields": {
5247
5247
  "id": {
@@ -5319,7 +5319,7 @@
5319
5319
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
5320
5320
  "type": {
5321
5321
  "definition": {
5322
- "description": null,
5322
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
5323
5323
  "enumValues": null,
5324
5324
  "fields": {
5325
5325
  "id": {
@@ -5420,7 +5420,7 @@
5420
5420
  "responseStr": "systemGroup:$systemGroupRef ",
5421
5421
  "type": {
5422
5422
  "definition": {
5423
- "description": null,
5423
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
5424
5424
  "enumValues": null,
5425
5425
  "fields": {
5426
5426
  "id": {
@@ -5498,7 +5498,7 @@
5498
5498
  "responseStr": "user:$userRef ",
5499
5499
  "type": {
5500
5500
  "definition": {
5501
- "description": null,
5501
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
5502
5502
  "enumValues": null,
5503
5503
  "fields": {
5504
5504
  "id": {
@@ -5576,7 +5576,7 @@
5576
5576
  "responseStr": "usersGroup:$usersGroupRef ",
5577
5577
  "type": {
5578
5578
  "definition": {
5579
- "description": null,
5579
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
5580
5580
  "enumValues": null,
5581
5581
  "fields": {
5582
5582
  "id": {
@@ -5787,7 +5787,7 @@
5787
5787
  "responseStr": "globalIpRange:$globalIpRangeRef ",
5788
5788
  "type": {
5789
5789
  "definition": {
5790
- "description": null,
5790
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
5791
5791
  "enumValues": null,
5792
5792
  "fields": {
5793
5793
  "id": {
@@ -5865,7 +5865,7 @@
5865
5865
  "responseStr": "group:$groupRef ",
5866
5866
  "type": {
5867
5867
  "definition": {
5868
- "description": null,
5868
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
5869
5869
  "enumValues": null,
5870
5870
  "fields": {
5871
5871
  "id": {
@@ -5943,7 +5943,7 @@
5943
5943
  "responseStr": "host:$hostRef ",
5944
5944
  "type": {
5945
5945
  "definition": {
5946
- "description": null,
5946
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
5947
5947
  "enumValues": null,
5948
5948
  "fields": {
5949
5949
  "id": {
@@ -6122,7 +6122,7 @@
6122
6122
  "responseStr": "networkInterface:$networkInterfaceRef ",
6123
6123
  "type": {
6124
6124
  "definition": {
6125
- "description": null,
6125
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
6126
6126
  "enumValues": null,
6127
6127
  "fields": {
6128
6128
  "id": {
@@ -6200,7 +6200,7 @@
6200
6200
  "responseStr": "site:$siteRef ",
6201
6201
  "type": {
6202
6202
  "definition": {
6203
- "description": null,
6203
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
6204
6204
  "enumValues": null,
6205
6205
  "fields": {
6206
6206
  "id": {
@@ -6278,7 +6278,7 @@
6278
6278
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
6279
6279
  "type": {
6280
6280
  "definition": {
6281
- "description": null,
6281
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
6282
6282
  "enumValues": null,
6283
6283
  "fields": {
6284
6284
  "id": {
@@ -6379,7 +6379,7 @@
6379
6379
  "responseStr": "systemGroup:$systemGroupRef ",
6380
6380
  "type": {
6381
6381
  "definition": {
6382
- "description": null,
6382
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
6383
6383
  "enumValues": null,
6384
6384
  "fields": {
6385
6385
  "id": {
@@ -6457,7 +6457,7 @@
6457
6457
  "responseStr": "user:$userRef ",
6458
6458
  "type": {
6459
6459
  "definition": {
6460
- "description": null,
6460
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
6461
6461
  "enumValues": null,
6462
6462
  "fields": {
6463
6463
  "id": {
@@ -6535,7 +6535,7 @@
6535
6535
  "responseStr": "usersGroup:$usersGroupRef ",
6536
6536
  "type": {
6537
6537
  "definition": {
6538
- "description": null,
6538
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
6539
6539
  "enumValues": null,
6540
6540
  "fields": {
6541
6541
  "id": {
@@ -7005,7 +7005,7 @@
7005
7005
  "responseStr": "globalIpRange:$globalIpRangeRef ",
7006
7006
  "type": {
7007
7007
  "definition": {
7008
- "description": null,
7008
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
7009
7009
  "enumValues": null,
7010
7010
  "fields": {
7011
7011
  "id": {
@@ -7083,7 +7083,7 @@
7083
7083
  "responseStr": "group:$groupRef ",
7084
7084
  "type": {
7085
7085
  "definition": {
7086
- "description": null,
7086
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
7087
7087
  "enumValues": null,
7088
7088
  "fields": {
7089
7089
  "id": {
@@ -7161,7 +7161,7 @@
7161
7161
  "responseStr": "host:$hostRef ",
7162
7162
  "type": {
7163
7163
  "definition": {
7164
- "description": null,
7164
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
7165
7165
  "enumValues": null,
7166
7166
  "fields": {
7167
7167
  "id": {
@@ -7340,7 +7340,7 @@
7340
7340
  "responseStr": "networkInterface:$networkInterfaceRef ",
7341
7341
  "type": {
7342
7342
  "definition": {
7343
- "description": null,
7343
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
7344
7344
  "enumValues": null,
7345
7345
  "fields": {
7346
7346
  "id": {
@@ -7418,7 +7418,7 @@
7418
7418
  "responseStr": "site:$siteRef ",
7419
7419
  "type": {
7420
7420
  "definition": {
7421
- "description": null,
7421
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
7422
7422
  "enumValues": null,
7423
7423
  "fields": {
7424
7424
  "id": {
@@ -7496,7 +7496,7 @@
7496
7496
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
7497
7497
  "type": {
7498
7498
  "definition": {
7499
- "description": null,
7499
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
7500
7500
  "enumValues": null,
7501
7501
  "fields": {
7502
7502
  "id": {
@@ -7597,7 +7597,7 @@
7597
7597
  "responseStr": "systemGroup:$systemGroupRef ",
7598
7598
  "type": {
7599
7599
  "definition": {
7600
- "description": null,
7600
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
7601
7601
  "enumValues": null,
7602
7602
  "fields": {
7603
7603
  "id": {
@@ -7675,7 +7675,7 @@
7675
7675
  "responseStr": "user:$userRef ",
7676
7676
  "type": {
7677
7677
  "definition": {
7678
- "description": null,
7678
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
7679
7679
  "enumValues": null,
7680
7680
  "fields": {
7681
7681
  "id": {
@@ -7753,7 +7753,7 @@
7753
7753
  "responseStr": "usersGroup:$usersGroupRef ",
7754
7754
  "type": {
7755
7755
  "definition": {
7756
- "description": null,
7756
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
7757
7757
  "enumValues": null,
7758
7758
  "fields": {
7759
7759
  "id": {