catocli 1.0.14__py3-none-any.whl → 1.0.17__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 (249) hide show
  1. catocli/Utils/clidriver.py +19 -2
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_accountManagement/README.md +7 -0
  4. catocli/parsers/mutation_accountManagement/__init__.py +51 -0
  5. catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
  6. catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
  7. catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
  8. catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
  9. catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
  10. catocli/parsers/mutation_container_delete/README.md +2 -2
  11. catocli/parsers/mutation_policy/__init__.py +348 -0
  12. catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
  13. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
  14. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
  15. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
  16. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
  17. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
  18. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
  19. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
  20. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
  21. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
  22. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
  23. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
  24. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
  25. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
  26. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  27. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  28. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  29. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  30. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  31. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  32. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  33. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  34. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  35. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  36. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  37. catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
  38. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
  39. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
  40. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
  41. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
  42. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
  43. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
  44. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
  45. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
  46. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
  47. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
  48. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
  49. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
  50. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  51. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  52. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  53. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  54. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  55. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  56. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  57. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  58. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  59. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  60. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  61. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  62. catocli/parsers/mutation_site/__init__.py +98 -0
  63. catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
  64. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
  65. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
  66. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  67. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  68. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  69. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  70. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  71. catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
  72. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  73. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  74. catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
  75. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  76. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  77. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  78. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  79. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  80. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  81. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  82. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  83. catocli/parsers/mutation_sites/__init__.py +98 -0
  84. catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
  85. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
  86. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
  87. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  88. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  89. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  90. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  91. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  92. catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
  93. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  94. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  95. catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
  96. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  97. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  98. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  99. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  100. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  101. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  102. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  103. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  104. catocli/parsers/parserApiClient.py +7 -4
  105. catocli/parsers/query_accountManagement/README.md +16 -0
  106. catocli/parsers/query_accountManagement/__init__.py +17 -0
  107. catocli/parsers/query_admins/README.md +2 -2
  108. catocli/parsers/query_appStats/README.md +5 -5
  109. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  110. catocli/parsers/query_auditFeed/README.md +2 -2
  111. catocli/parsers/query_container/README.md +8 -8
  112. catocli/parsers/query_entityLookup/README.md +6 -6
  113. catocli/parsers/query_events/README.md +5 -5
  114. catocli/parsers/query_eventsFeed/README.md +3 -3
  115. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  116. catocli/parsers/query_hardwareManagement/README.md +2 -2
  117. catocli/parsers/query_policy/README.md +5 -3
  118. catocli/parsers/query_site/README.md +22 -0
  119. catocli/parsers/query_site/__init__.py +17 -0
  120. catocli/parsers/query_xdr_stories/README.md +2 -2
  121. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
  122. catocli-1.0.17.dist-info/RECORD +356 -0
  123. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
  124. models/mutation.accountManagement.addAccount.json +908 -0
  125. models/mutation.accountManagement.removeAccount.json +446 -0
  126. models/mutation.accountManagement.updateAccount.json +524 -0
  127. models/mutation.admin.addAdmin.json +103 -103
  128. models/mutation.admin.removeAdmin.json +3 -3
  129. models/mutation.admin.updateAdmin.json +121 -121
  130. models/mutation.container.delete.json +67 -67
  131. models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
  132. models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
  133. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
  134. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
  135. models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
  136. models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
  137. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
  138. models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
  139. models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
  140. models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
  141. models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
  142. models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
  143. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  144. models/mutation.policy.internetFirewall.addSection.json +92 -92
  145. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  146. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  147. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  148. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  149. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  150. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  151. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  152. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  153. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  154. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  155. models/mutation.policy.remotePortFwd.addRule.json +5502 -0
  156. models/mutation.policy.remotePortFwd.addSection.json +1358 -0
  157. models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
  158. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
  159. models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
  160. models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
  161. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
  162. models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
  163. models/mutation.policy.remotePortFwd.removeSection.json +958 -0
  164. models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
  165. models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
  166. models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
  167. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  168. models/mutation.policy.wanFirewall.addSection.json +92 -92
  169. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  170. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  171. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  172. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  173. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  174. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  175. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  176. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  177. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  178. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  179. models/mutation.site.addBgpPeer.json +3334 -0
  180. models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
  181. models/mutation.site.addCloudInterconnectSite.json +911 -0
  182. models/mutation.site.addIpsecIkeV2Site.json +45 -45
  183. models/mutation.site.addIpsecIkeV2SiteTunnels.json +104 -104
  184. models/mutation.site.addNetworkRange.json +55 -55
  185. models/mutation.site.addSocketSite.json +45 -45
  186. models/mutation.site.addStaticHost.json +35 -35
  187. models/mutation.site.removeBgpPeer.json +1158 -0
  188. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
  189. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +49 -49
  190. models/mutation.site.removeNetworkRange.json +5 -5
  191. models/mutation.site.removeSite.json +5 -5
  192. models/mutation.site.removeStaticHost.json +5 -5
  193. models/mutation.site.updateBgpPeer.json +3063 -0
  194. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
  195. models/mutation.site.updateHa.json +56 -56
  196. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  197. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +528 -125
  198. models/mutation.site.updateNetworkRange.json +76 -76
  199. models/mutation.site.updateSiteGeneralDetails.json +75 -75
  200. models/mutation.site.updateSocketInterface.json +284 -284
  201. models/mutation.site.updateStaticHost.json +56 -56
  202. models/mutation.sites.addBgpPeer.json +3334 -0
  203. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
  204. models/mutation.sites.addCloudInterconnectSite.json +911 -0
  205. models/mutation.sites.addIpsecIkeV2Site.json +45 -45
  206. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +104 -104
  207. models/mutation.sites.addNetworkRange.json +55 -55
  208. models/mutation.sites.addSocketSite.json +45 -45
  209. models/mutation.sites.addStaticHost.json +35 -35
  210. models/mutation.sites.removeBgpPeer.json +1158 -0
  211. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
  212. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +49 -49
  213. models/mutation.sites.removeNetworkRange.json +5 -5
  214. models/mutation.sites.removeSite.json +5 -5
  215. models/mutation.sites.removeStaticHost.json +5 -5
  216. models/mutation.sites.updateBgpPeer.json +3063 -0
  217. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
  218. models/mutation.sites.updateHa.json +56 -56
  219. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  220. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +528 -125
  221. models/mutation.sites.updateNetworkRange.json +76 -76
  222. models/mutation.sites.updateSiteGeneralDetails.json +75 -75
  223. models/mutation.sites.updateSocketInterface.json +284 -284
  224. models/mutation.sites.updateStaticHost.json +56 -56
  225. models/query.accountManagement.json +355 -0
  226. models/query.accountMetrics.json +235 -235
  227. models/query.accountRoles.json +3 -3
  228. models/query.accountSnapshot.json +116 -116
  229. models/query.admin.json +24 -24
  230. models/query.admins.json +138 -138
  231. models/query.appStats.json +92 -92
  232. models/query.appStatsTimeSeries.json +78 -78
  233. models/query.auditFeed.json +113 -89
  234. models/query.container.json +192 -192
  235. models/query.entityLookup.json +154 -154
  236. models/query.events.json +198 -102
  237. models/query.eventsFeed.json +74 -50
  238. models/query.eventsTimeSeries.json +186 -114
  239. models/query.hardwareManagement.json +317 -125
  240. models/query.licensing.json +971 -434
  241. models/query.policy.json +10946 -5043
  242. models/query.site.json +4138 -0
  243. models/query.xdr.stories.json +869 -869
  244. models/query.xdr.story.json +637 -637
  245. schema/catolib.py +12 -12
  246. catocli-1.0.14.dist-info/RECORD +0 -264
  247. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
  248. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
  249. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
@@ -165,9 +165,9 @@
165
165
  "isDeprecated": false,
166
166
  "name": "sites",
167
167
  "path": "sites",
168
- "requestStr": "$SiteSnapshot:[SiteSnapshot] ",
168
+ "requestStr": "$siteSnapshot:[SiteSnapshot] ",
169
169
  "required": false,
170
- "responseStr": "sites:$SiteSnapshot ",
170
+ "responseStr": "sites:$siteSnapshot ",
171
171
  "type": {
172
172
  "definition": {
173
173
  "description": null,
@@ -214,7 +214,7 @@
214
214
  "varName": "connectedSince"
215
215
  },
216
216
  "connectivityStatus": {
217
- "alias": "ConnectivityStatusConnectivityStatus: connectivityStatus",
217
+ "alias": "connectivityStatusConnectivityStatus: connectivityStatus",
218
218
  "args": {},
219
219
  "deprecationReason": null,
220
220
  "description": "Connectivity to the Cato Cloud",
@@ -259,7 +259,7 @@
259
259
  "varName": "connectivityStatus"
260
260
  },
261
261
  "devices": {
262
- "alias": "DeviceSnapshotDevices: devices",
262
+ "alias": "deviceSnapshotDevices: devices",
263
263
  "args": {},
264
264
  "deprecationReason": null,
265
265
  "description": "Data related to the Sockets for a site",
@@ -267,9 +267,9 @@
267
267
  "isDeprecated": false,
268
268
  "name": "devices",
269
269
  "path": "sites.devices",
270
- "requestStr": "$DeviceSnapshot:[DeviceSnapshot] ",
270
+ "requestStr": "$deviceSnapshot:[DeviceSnapshot] ",
271
271
  "required": false,
272
- "responseStr": "devices:$DeviceSnapshot ",
272
+ "responseStr": "devices:$deviceSnapshot ",
273
273
  "type": {
274
274
  "definition": {
275
275
  "description": null,
@@ -396,7 +396,7 @@
396
396
  "varName": "identifier"
397
397
  },
398
398
  "interfaces": {
399
- "alias": "InterfaceSnapshotInterfaces: interfaces",
399
+ "alias": "interfaceSnapshotInterfaces: interfaces",
400
400
  "args": {},
401
401
  "deprecationReason": null,
402
402
  "description": "Snapshot data for outbound facing interfaces",
@@ -404,16 +404,16 @@
404
404
  "isDeprecated": false,
405
405
  "name": "interfaces",
406
406
  "path": "sites.devices.interfaces",
407
- "requestStr": "$InterfaceSnapshot:[InterfaceSnapshot] ",
407
+ "requestStr": "$interfaceSnapshot:[InterfaceSnapshot] ",
408
408
  "required": false,
409
- "responseStr": "interfaces:$InterfaceSnapshot ",
409
+ "responseStr": "interfaces:$interfaceSnapshot ",
410
410
  "type": {
411
411
  "definition": {
412
412
  "description": null,
413
413
  "enumValues": null,
414
414
  "fields": {
415
415
  "cellularInterfaceInfo": {
416
- "alias": "CellularInterfaceCellularInterfaceInfo: cellularInterfaceInfo",
416
+ "alias": "cellularInterfaceCellularInterfaceInfo: cellularInterfaceInfo",
417
417
  "args": {},
418
418
  "deprecationReason": null,
419
419
  "description": "Information about cellular (LTE) interface",
@@ -421,9 +421,9 @@
421
421
  "isDeprecated": false,
422
422
  "name": "cellularInterfaceInfo",
423
423
  "path": "sites.devices.interfaces.cellularInterfaceInfo",
424
- "requestStr": "$CellularInterface:CellularInterface ",
424
+ "requestStr": "$cellularInterface:CellularInterface ",
425
425
  "required": false,
426
- "responseStr": "cellularInterfaceInfo:$CellularInterface ",
426
+ "responseStr": "cellularInterfaceInfo:$cellularInterface ",
427
427
  "type": {
428
428
  "definition": {
429
429
  "description": null,
@@ -888,7 +888,7 @@
888
888
  "name": "CellularInterface",
889
889
  "non_null": false
890
890
  },
891
- "varName": "CellularInterface"
891
+ "varName": "cellularInterface"
892
892
  },
893
893
  "connected": {
894
894
  "args": {},
@@ -931,7 +931,7 @@
931
931
  "varName": "id"
932
932
  },
933
933
  "info": {
934
- "alias": "InterfaceInfoInfo: info",
934
+ "alias": "interfaceInfoInfo: info",
935
935
  "args": {},
936
936
  "deprecationReason": null,
937
937
  "description": "data about the WAN link that is configured in the Socket Configuration window for the site",
@@ -939,9 +939,9 @@
939
939
  "isDeprecated": false,
940
940
  "name": "info",
941
941
  "path": "sites.devices.interfaces.info",
942
- "requestStr": "$InterfaceInfo:InterfaceInfo ",
942
+ "requestStr": "$interfaceInfo:InterfaceInfo ",
943
943
  "required": false,
944
- "responseStr": "info:$InterfaceInfo ",
944
+ "responseStr": "info:$interfaceInfo ",
945
945
  "type": {
946
946
  "definition": {
947
947
  "description": "Basic Socket Interface configuration information",
@@ -1062,7 +1062,7 @@
1062
1062
  "name": "InterfaceInfo",
1063
1063
  "non_null": false
1064
1064
  },
1065
- "varName": "InterfaceInfo"
1065
+ "varName": "interfaceInfo"
1066
1066
  },
1067
1067
  "name": {
1068
1068
  "args": {},
@@ -1225,7 +1225,7 @@
1225
1225
  "varName": "tunnelRemoteIP"
1226
1226
  },
1227
1227
  "tunnelRemoteIPInfo": {
1228
- "alias": "IPInfoTunnelRemoteIPInfo: tunnelRemoteIPInfo",
1228
+ "alias": "iPInfoTunnelRemoteIPInfo: tunnelRemoteIPInfo",
1229
1229
  "args": {},
1230
1230
  "deprecationReason": null,
1231
1231
  "description": "IP address, ISP, and geographical information related to the WAN ISP",
@@ -1233,9 +1233,9 @@
1233
1233
  "isDeprecated": false,
1234
1234
  "name": "tunnelRemoteIPInfo",
1235
1235
  "path": "sites.devices.interfaces.tunnelRemoteIPInfo",
1236
- "requestStr": "$IPInfo:IPInfo ",
1236
+ "requestStr": "$iPInfo:IPInfo ",
1237
1237
  "required": false,
1238
- "responseStr": "tunnelRemoteIPInfo:$IPInfo ",
1238
+ "responseStr": "tunnelRemoteIPInfo:$iPInfo ",
1239
1239
  "type": {
1240
1240
  "definition": {
1241
1241
  "description": "A general structure to contain IP detailed information",
@@ -1415,7 +1415,7 @@
1415
1415
  "name": "IPInfo",
1416
1416
  "non_null": false
1417
1417
  },
1418
- "varName": "IPInfo"
1418
+ "varName": "iPInfo"
1419
1419
  },
1420
1420
  "tunnelUptime": {
1421
1421
  "args": {},
@@ -1473,10 +1473,10 @@
1473
1473
  "name": "InterfaceSnapshot",
1474
1474
  "non_null": false
1475
1475
  },
1476
- "varName": "InterfaceSnapshot"
1476
+ "varName": "interfaceSnapshot"
1477
1477
  },
1478
1478
  "interfacesLinkState": {
1479
- "alias": "InterfaceLinkStateInterfacesLinkState: interfacesLinkState",
1479
+ "alias": "interfaceLinkStateInterfacesLinkState: interfacesLinkState",
1480
1480
  "args": {},
1481
1481
  "deprecationReason": null,
1482
1482
  "description": "Information of the link state of various interfaces in the devices. Unlike the `interfacess` field, it contains\n all links of the device, not just the outbound facing ones",
@@ -1484,9 +1484,9 @@
1484
1484
  "isDeprecated": false,
1485
1485
  "name": "interfacesLinkState",
1486
1486
  "path": "sites.devices.interfacesLinkState",
1487
- "requestStr": "$InterfaceLinkState:[InterfaceLinkState] ",
1487
+ "requestStr": "$interfaceLinkState:[InterfaceLinkState] ",
1488
1488
  "required": false,
1489
- "responseStr": "interfacesLinkState:$InterfaceLinkState ",
1489
+ "responseStr": "interfacesLinkState:$interfaceLinkState ",
1490
1490
  "type": {
1491
1491
  "definition": {
1492
1492
  "description": null,
@@ -1668,7 +1668,7 @@
1668
1668
  "name": "InterfaceLinkState",
1669
1669
  "non_null": false
1670
1670
  },
1671
- "varName": "InterfaceLinkState"
1671
+ "varName": "interfaceLinkState"
1672
1672
  },
1673
1673
  "internalIP": {
1674
1674
  "args": {},
@@ -1871,7 +1871,7 @@
1871
1871
  "varName": "osVersion"
1872
1872
  },
1873
1873
  "recentConnections": {
1874
- "alias": "RecentConnectionRecentConnections: recentConnections",
1874
+ "alias": "recentConnectionRecentConnections: recentConnections",
1875
1875
  "args": {},
1876
1876
  "deprecationReason": null,
1877
1877
  "description": "Data related to the most recent completed traffic flows",
@@ -1879,9 +1879,9 @@
1879
1879
  "isDeprecated": false,
1880
1880
  "name": "recentConnections",
1881
1881
  "path": "sites.devices.recentConnections",
1882
- "requestStr": "$RecentConnection:[RecentConnection] ",
1882
+ "requestStr": "$recentConnection:[RecentConnection] ",
1883
1883
  "required": false,
1884
- "responseStr": "recentConnections:$RecentConnection ",
1884
+ "responseStr": "recentConnections:$recentConnection ",
1885
1885
  "type": {
1886
1886
  "definition": {
1887
1887
  "description": null,
@@ -2008,7 +2008,7 @@
2008
2008
  "varName": "remoteIP"
2009
2009
  },
2010
2010
  "remoteIPInfo": {
2011
- "alias": "IPInfoRemoteIPInfo: remoteIPInfo",
2011
+ "alias": "iPInfoRemoteIPInfo: remoteIPInfo",
2012
2012
  "args": {},
2013
2013
  "deprecationReason": null,
2014
2014
  "description": "IP address, ISP, and geographical information related to the PoP that the traffic flow was connected to",
@@ -2016,9 +2016,9 @@
2016
2016
  "isDeprecated": false,
2017
2017
  "name": "remoteIPInfo",
2018
2018
  "path": "sites.devices.recentConnections.remoteIPInfo",
2019
- "requestStr": "$IPInfo:IPInfo ",
2019
+ "requestStr": "$iPInfo:IPInfo ",
2020
2020
  "required": false,
2021
- "responseStr": "remoteIPInfo:$IPInfo ",
2021
+ "responseStr": "remoteIPInfo:$iPInfo ",
2022
2022
  "type": {
2023
2023
  "definition": {
2024
2024
  "description": "A general structure to contain IP detailed information",
@@ -2198,7 +2198,7 @@
2198
2198
  "name": "IPInfo",
2199
2199
  "non_null": false
2200
2200
  },
2201
- "varName": "IPInfo"
2201
+ "varName": "iPInfo"
2202
2202
  }
2203
2203
  },
2204
2204
  "inputFields": null,
@@ -2216,7 +2216,7 @@
2216
2216
  "name": "RecentConnection",
2217
2217
  "non_null": false
2218
2218
  },
2219
- "varName": "RecentConnection"
2219
+ "varName": "recentConnection"
2220
2220
  },
2221
2221
  "releaseGroup": {
2222
2222
  "args": {},
@@ -2239,7 +2239,7 @@
2239
2239
  "varName": "releaseGroup"
2240
2240
  },
2241
2241
  "socketInfo": {
2242
- "alias": "SocketInfoSocketInfo: socketInfo",
2242
+ "alias": "socketInfoSocketInfo: socketInfo",
2243
2243
  "args": {},
2244
2244
  "deprecationReason": null,
2245
2245
  "description": "Shows data related to the Socket, such as version and serial number",
@@ -2247,9 +2247,9 @@
2247
2247
  "isDeprecated": false,
2248
2248
  "name": "socketInfo",
2249
2249
  "path": "sites.devices.socketInfo",
2250
- "requestStr": "$SocketInfo:SocketInfo ",
2250
+ "requestStr": "$socketInfo:SocketInfo ",
2251
2251
  "required": false,
2252
- "responseStr": "socketInfo:$SocketInfo ",
2252
+ "responseStr": "socketInfo:$socketInfo ",
2253
2253
  "type": {
2254
2254
  "definition": {
2255
2255
  "description": "Basic information about socket",
@@ -2461,7 +2461,7 @@
2461
2461
  "name": "SocketInfo",
2462
2462
  "non_null": false
2463
2463
  },
2464
- "varName": "SocketInfo"
2464
+ "varName": "socketInfo"
2465
2465
  },
2466
2466
  "type": {
2467
2467
  "args": {},
@@ -2539,10 +2539,10 @@
2539
2539
  "name": "DeviceSnapshot",
2540
2540
  "non_null": false
2541
2541
  },
2542
- "varName": "DeviceSnapshot"
2542
+ "varName": "deviceSnapshot"
2543
2543
  },
2544
2544
  "haStatus": {
2545
- "alias": "HaStatusHaStatus: haStatus",
2545
+ "alias": "haStatusHaStatus: haStatus",
2546
2546
  "args": {},
2547
2547
  "deprecationReason": null,
2548
2548
  "description": "Site HA readiness information",
@@ -2550,9 +2550,9 @@
2550
2550
  "isDeprecated": false,
2551
2551
  "name": "haStatus",
2552
2552
  "path": "sites.haStatus",
2553
- "requestStr": "$HaStatus:HaStatus ",
2553
+ "requestStr": "$haStatus:HaStatus ",
2554
2554
  "required": false,
2555
- "responseStr": "haStatus:$HaStatus ",
2555
+ "responseStr": "haStatus:$haStatus ",
2556
2556
  "type": {
2557
2557
  "definition": {
2558
2558
  "description": "Basic Site Ha readiness information",
@@ -2748,7 +2748,7 @@
2748
2748
  "name": "HaStatus",
2749
2749
  "non_null": false
2750
2750
  },
2751
- "varName": "HaStatus"
2751
+ "varName": "haStatus"
2752
2752
  },
2753
2753
  "hostCount": {
2754
2754
  "args": {},
@@ -2791,7 +2791,7 @@
2791
2791
  "varName": "id"
2792
2792
  },
2793
2793
  "info": {
2794
- "alias": "SiteInfoInfo: info",
2794
+ "alias": "siteInfoInfo: info",
2795
2795
  "args": {},
2796
2796
  "deprecationReason": null,
2797
2797
  "description": "General real-time information about the site",
@@ -2799,9 +2799,9 @@
2799
2799
  "isDeprecated": false,
2800
2800
  "name": "info",
2801
2801
  "path": "sites.info",
2802
- "requestStr": "$SiteInfo:SiteInfo ",
2802
+ "requestStr": "$siteInfo:SiteInfo ",
2803
2803
  "required": false,
2804
- "responseStr": "info:$SiteInfo ",
2804
+ "responseStr": "info:$siteInfo ",
2805
2805
  "type": {
2806
2806
  "definition": {
2807
2807
  "description": "Basic Site configuration information",
@@ -3039,9 +3039,9 @@
3039
3039
  "isDeprecated": false,
3040
3040
  "name": "interfaces",
3041
3041
  "path": "sites.info.interfaces",
3042
- "requestStr": "$InterfaceInfo:[InterfaceInfo] ",
3042
+ "requestStr": "$interfaceInfo:[InterfaceInfo] ",
3043
3043
  "required": false,
3044
- "responseStr": "interfaces:$InterfaceInfo ",
3044
+ "responseStr": "interfaces:$interfaceInfo ",
3045
3045
  "type": {
3046
3046
  "definition": {
3047
3047
  "description": "Basic Socket Interface configuration information",
@@ -3164,7 +3164,7 @@
3164
3164
  "name": "InterfaceInfo",
3165
3165
  "non_null": false
3166
3166
  },
3167
- "varName": "InterfaceInfo"
3167
+ "varName": "interfaceInfo"
3168
3168
  },
3169
3169
  "ipsec": {
3170
3170
  "args": {},
@@ -3174,9 +3174,9 @@
3174
3174
  "isDeprecated": false,
3175
3175
  "name": "ipsec",
3176
3176
  "path": "sites.info.ipsec",
3177
- "requestStr": "$IPSecInfo:[IPSecInfo] ",
3177
+ "requestStr": "$iPSecInfo:[IPSecInfo] ",
3178
3178
  "required": false,
3179
- "responseStr": "ipsec:$IPSecInfo ",
3179
+ "responseStr": "ipsec:$iPSecInfo ",
3180
3180
  "type": {
3181
3181
  "definition": {
3182
3182
  "description": "Basic IPSec configuration information",
@@ -3278,7 +3278,7 @@
3278
3278
  "name": "IPSecInfo",
3279
3279
  "non_null": false
3280
3280
  },
3281
- "varName": "IPSecInfo"
3281
+ "varName": "iPSecInfo"
3282
3282
  },
3283
3283
  "isHA": {
3284
3284
  "args": {},
@@ -3348,9 +3348,9 @@
3348
3348
  "isDeprecated": false,
3349
3349
  "name": "sockets",
3350
3350
  "path": "sites.info.sockets",
3351
- "requestStr": "$SocketInfo:[SocketInfo] ",
3351
+ "requestStr": "$socketInfo:[SocketInfo] ",
3352
3352
  "required": false,
3353
- "responseStr": "sockets:$SocketInfo ",
3353
+ "responseStr": "sockets:$socketInfo ",
3354
3354
  "type": {
3355
3355
  "definition": {
3356
3356
  "description": "Basic information about socket",
@@ -3397,7 +3397,7 @@
3397
3397
  "varName": "isPrimary"
3398
3398
  },
3399
3399
  "platform": {
3400
- "alias": "SocketPlatformPlatform: platform",
3400
+ "alias": "socketPlatformPlatform: platform",
3401
3401
  "args": {},
3402
3402
  "deprecationReason": null,
3403
3403
  "description": "Shows Socket type",
@@ -3565,7 +3565,7 @@
3565
3565
  "name": "SocketInfo",
3566
3566
  "non_null": false
3567
3567
  },
3568
- "varName": "SocketInfo"
3568
+ "varName": "socketInfo"
3569
3569
  },
3570
3570
  "type": {
3571
3571
  "args": {},
@@ -3637,7 +3637,7 @@
3637
3637
  "name": "SiteInfo",
3638
3638
  "non_null": false
3639
3639
  },
3640
- "varName": "SiteInfo"
3640
+ "varName": "siteInfo"
3641
3641
  },
3642
3642
  "lastConnected": {
3643
3643
  "args": {},
@@ -3660,7 +3660,7 @@
3660
3660
  "varName": "lastConnected"
3661
3661
  },
3662
3662
  "operationalStatus": {
3663
- "alias": "OperationalStatusOperationalStatus: operationalStatus",
3663
+ "alias": "operationalStatusOperationalStatus: operationalStatus",
3664
3664
  "args": {},
3665
3665
  "deprecationReason": null,
3666
3666
  "description": "Status for a site or VPN user",
@@ -3790,7 +3790,7 @@
3790
3790
  "name": "SiteSnapshot",
3791
3791
  "non_null": false
3792
3792
  },
3793
- "varName": "SiteSnapshot"
3793
+ "varName": "siteSnapshot"
3794
3794
  },
3795
3795
  "timestamp": {
3796
3796
  "args": {},
@@ -3841,9 +3841,9 @@
3841
3841
  "isDeprecated": false,
3842
3842
  "name": "users",
3843
3843
  "path": "users",
3844
- "requestStr": "$UserSnapshot:[UserSnapshot] ",
3844
+ "requestStr": "$userSnapshot:[UserSnapshot] ",
3845
3845
  "required": false,
3846
- "responseStr": "users:$UserSnapshot ",
3846
+ "responseStr": "users:$userSnapshot ",
3847
3847
  "type": {
3848
3848
  "definition": {
3849
3849
  "description": null,
@@ -3870,7 +3870,7 @@
3870
3870
  "varName": "connectedInOffice"
3871
3871
  },
3872
3872
  "connectivityStatus": {
3873
- "alias": "ConnectivityStatusConnectivityStatus: connectivityStatus",
3873
+ "alias": "connectivityStatusConnectivityStatus: connectivityStatus",
3874
3874
  "args": {},
3875
3875
  "deprecationReason": null,
3876
3876
  "description": "Connectivity to the Cato Cloud",
@@ -3935,7 +3935,7 @@
3935
3935
  "varName": "deviceName"
3936
3936
  },
3937
3937
  "devices": {
3938
- "alias": "DeviceSnapshotDevices: devices",
3938
+ "alias": "deviceSnapshotDevices: devices",
3939
3939
  "args": {},
3940
3940
  "deprecationReason": null,
3941
3941
  "description": "Data related to the Client",
@@ -3943,9 +3943,9 @@
3943
3943
  "isDeprecated": false,
3944
3944
  "name": "devices",
3945
3945
  "path": "users.devices",
3946
- "requestStr": "$DeviceSnapshot:[DeviceSnapshot] ",
3946
+ "requestStr": "$deviceSnapshot:[DeviceSnapshot] ",
3947
3947
  "required": false,
3948
- "responseStr": "devices:$DeviceSnapshot ",
3948
+ "responseStr": "devices:$deviceSnapshot ",
3949
3949
  "type": {
3950
3950
  "definition": {
3951
3951
  "description": null,
@@ -4072,7 +4072,7 @@
4072
4072
  "varName": "identifier"
4073
4073
  },
4074
4074
  "interfaces": {
4075
- "alias": "InterfaceSnapshotInterfaces: interfaces",
4075
+ "alias": "interfaceSnapshotInterfaces: interfaces",
4076
4076
  "args": {},
4077
4077
  "deprecationReason": null,
4078
4078
  "description": "Snapshot data for outbound facing interfaces",
@@ -4080,16 +4080,16 @@
4080
4080
  "isDeprecated": false,
4081
4081
  "name": "interfaces",
4082
4082
  "path": "users.devices.interfaces",
4083
- "requestStr": "$InterfaceSnapshot:[InterfaceSnapshot] ",
4083
+ "requestStr": "$interfaceSnapshot:[InterfaceSnapshot] ",
4084
4084
  "required": false,
4085
- "responseStr": "interfaces:$InterfaceSnapshot ",
4085
+ "responseStr": "interfaces:$interfaceSnapshot ",
4086
4086
  "type": {
4087
4087
  "definition": {
4088
4088
  "description": null,
4089
4089
  "enumValues": null,
4090
4090
  "fields": {
4091
4091
  "cellularInterfaceInfo": {
4092
- "alias": "CellularInterfaceCellularInterfaceInfo: cellularInterfaceInfo",
4092
+ "alias": "cellularInterfaceCellularInterfaceInfo: cellularInterfaceInfo",
4093
4093
  "args": {},
4094
4094
  "deprecationReason": null,
4095
4095
  "description": "Information about cellular (LTE) interface",
@@ -4097,9 +4097,9 @@
4097
4097
  "isDeprecated": false,
4098
4098
  "name": "cellularInterfaceInfo",
4099
4099
  "path": "users.devices.interfaces.cellularInterfaceInfo",
4100
- "requestStr": "$CellularInterface:CellularInterface ",
4100
+ "requestStr": "$cellularInterface:CellularInterface ",
4101
4101
  "required": false,
4102
- "responseStr": "cellularInterfaceInfo:$CellularInterface ",
4102
+ "responseStr": "cellularInterfaceInfo:$cellularInterface ",
4103
4103
  "type": {
4104
4104
  "definition": {
4105
4105
  "description": null,
@@ -4564,7 +4564,7 @@
4564
4564
  "name": "CellularInterface",
4565
4565
  "non_null": false
4566
4566
  },
4567
- "varName": "CellularInterface"
4567
+ "varName": "cellularInterface"
4568
4568
  },
4569
4569
  "connected": {
4570
4570
  "args": {},
@@ -4607,7 +4607,7 @@
4607
4607
  "varName": "id"
4608
4608
  },
4609
4609
  "info": {
4610
- "alias": "InterfaceInfoInfo: info",
4610
+ "alias": "interfaceInfoInfo: info",
4611
4611
  "args": {},
4612
4612
  "deprecationReason": null,
4613
4613
  "description": "data about the WAN link that is configured in the Socket Configuration window for the site",
@@ -4615,9 +4615,9 @@
4615
4615
  "isDeprecated": false,
4616
4616
  "name": "info",
4617
4617
  "path": "users.devices.interfaces.info",
4618
- "requestStr": "$InterfaceInfo:InterfaceInfo ",
4618
+ "requestStr": "$interfaceInfo:InterfaceInfo ",
4619
4619
  "required": false,
4620
- "responseStr": "info:$InterfaceInfo ",
4620
+ "responseStr": "info:$interfaceInfo ",
4621
4621
  "type": {
4622
4622
  "definition": {
4623
4623
  "description": "Basic Socket Interface configuration information",
@@ -4738,7 +4738,7 @@
4738
4738
  "name": "InterfaceInfo",
4739
4739
  "non_null": false
4740
4740
  },
4741
- "varName": "InterfaceInfo"
4741
+ "varName": "interfaceInfo"
4742
4742
  },
4743
4743
  "name": {
4744
4744
  "args": {},
@@ -4901,7 +4901,7 @@
4901
4901
  "varName": "tunnelRemoteIP"
4902
4902
  },
4903
4903
  "tunnelRemoteIPInfo": {
4904
- "alias": "IPInfoTunnelRemoteIPInfo: tunnelRemoteIPInfo",
4904
+ "alias": "iPInfoTunnelRemoteIPInfo: tunnelRemoteIPInfo",
4905
4905
  "args": {},
4906
4906
  "deprecationReason": null,
4907
4907
  "description": "IP address, ISP, and geographical information related to the WAN ISP",
@@ -4909,9 +4909,9 @@
4909
4909
  "isDeprecated": false,
4910
4910
  "name": "tunnelRemoteIPInfo",
4911
4911
  "path": "users.devices.interfaces.tunnelRemoteIPInfo",
4912
- "requestStr": "$IPInfo:IPInfo ",
4912
+ "requestStr": "$iPInfo:IPInfo ",
4913
4913
  "required": false,
4914
- "responseStr": "tunnelRemoteIPInfo:$IPInfo ",
4914
+ "responseStr": "tunnelRemoteIPInfo:$iPInfo ",
4915
4915
  "type": {
4916
4916
  "definition": {
4917
4917
  "description": "A general structure to contain IP detailed information",
@@ -5091,7 +5091,7 @@
5091
5091
  "name": "IPInfo",
5092
5092
  "non_null": false
5093
5093
  },
5094
- "varName": "IPInfo"
5094
+ "varName": "iPInfo"
5095
5095
  },
5096
5096
  "tunnelUptime": {
5097
5097
  "args": {},
@@ -5149,10 +5149,10 @@
5149
5149
  "name": "InterfaceSnapshot",
5150
5150
  "non_null": false
5151
5151
  },
5152
- "varName": "InterfaceSnapshot"
5152
+ "varName": "interfaceSnapshot"
5153
5153
  },
5154
5154
  "interfacesLinkState": {
5155
- "alias": "InterfaceLinkStateInterfacesLinkState: interfacesLinkState",
5155
+ "alias": "interfaceLinkStateInterfacesLinkState: interfacesLinkState",
5156
5156
  "args": {},
5157
5157
  "deprecationReason": null,
5158
5158
  "description": "Information of the link state of various interfaces in the devices. Unlike the `interfacess` field, it contains\n all links of the device, not just the outbound facing ones",
@@ -5160,9 +5160,9 @@
5160
5160
  "isDeprecated": false,
5161
5161
  "name": "interfacesLinkState",
5162
5162
  "path": "users.devices.interfacesLinkState",
5163
- "requestStr": "$InterfaceLinkState:[InterfaceLinkState] ",
5163
+ "requestStr": "$interfaceLinkState:[InterfaceLinkState] ",
5164
5164
  "required": false,
5165
- "responseStr": "interfacesLinkState:$InterfaceLinkState ",
5165
+ "responseStr": "interfacesLinkState:$interfaceLinkState ",
5166
5166
  "type": {
5167
5167
  "definition": {
5168
5168
  "description": null,
@@ -5344,7 +5344,7 @@
5344
5344
  "name": "InterfaceLinkState",
5345
5345
  "non_null": false
5346
5346
  },
5347
- "varName": "InterfaceLinkState"
5347
+ "varName": "interfaceLinkState"
5348
5348
  },
5349
5349
  "internalIP": {
5350
5350
  "args": {},
@@ -5547,7 +5547,7 @@
5547
5547
  "varName": "osVersion"
5548
5548
  },
5549
5549
  "recentConnections": {
5550
- "alias": "RecentConnectionRecentConnections: recentConnections",
5550
+ "alias": "recentConnectionRecentConnections: recentConnections",
5551
5551
  "args": {},
5552
5552
  "deprecationReason": null,
5553
5553
  "description": "Data related to the most recent completed traffic flows",
@@ -5555,9 +5555,9 @@
5555
5555
  "isDeprecated": false,
5556
5556
  "name": "recentConnections",
5557
5557
  "path": "users.devices.recentConnections",
5558
- "requestStr": "$RecentConnection:[RecentConnection] ",
5558
+ "requestStr": "$recentConnection:[RecentConnection] ",
5559
5559
  "required": false,
5560
- "responseStr": "recentConnections:$RecentConnection ",
5560
+ "responseStr": "recentConnections:$recentConnection ",
5561
5561
  "type": {
5562
5562
  "definition": {
5563
5563
  "description": null,
@@ -5684,7 +5684,7 @@
5684
5684
  "varName": "remoteIP"
5685
5685
  },
5686
5686
  "remoteIPInfo": {
5687
- "alias": "IPInfoRemoteIPInfo: remoteIPInfo",
5687
+ "alias": "iPInfoRemoteIPInfo: remoteIPInfo",
5688
5688
  "args": {},
5689
5689
  "deprecationReason": null,
5690
5690
  "description": "IP address, ISP, and geographical information related to the PoP that the traffic flow was connected to",
@@ -5692,9 +5692,9 @@
5692
5692
  "isDeprecated": false,
5693
5693
  "name": "remoteIPInfo",
5694
5694
  "path": "users.devices.recentConnections.remoteIPInfo",
5695
- "requestStr": "$IPInfo:IPInfo ",
5695
+ "requestStr": "$iPInfo:IPInfo ",
5696
5696
  "required": false,
5697
- "responseStr": "remoteIPInfo:$IPInfo ",
5697
+ "responseStr": "remoteIPInfo:$iPInfo ",
5698
5698
  "type": {
5699
5699
  "definition": {
5700
5700
  "description": "A general structure to contain IP detailed information",
@@ -5874,7 +5874,7 @@
5874
5874
  "name": "IPInfo",
5875
5875
  "non_null": false
5876
5876
  },
5877
- "varName": "IPInfo"
5877
+ "varName": "iPInfo"
5878
5878
  }
5879
5879
  },
5880
5880
  "inputFields": null,
@@ -5892,7 +5892,7 @@
5892
5892
  "name": "RecentConnection",
5893
5893
  "non_null": false
5894
5894
  },
5895
- "varName": "RecentConnection"
5895
+ "varName": "recentConnection"
5896
5896
  },
5897
5897
  "releaseGroup": {
5898
5898
  "args": {},
@@ -5915,7 +5915,7 @@
5915
5915
  "varName": "releaseGroup"
5916
5916
  },
5917
5917
  "socketInfo": {
5918
- "alias": "SocketInfoSocketInfo: socketInfo",
5918
+ "alias": "socketInfoSocketInfo: socketInfo",
5919
5919
  "args": {},
5920
5920
  "deprecationReason": null,
5921
5921
  "description": "Shows data related to the Socket, such as version and serial number",
@@ -5923,9 +5923,9 @@
5923
5923
  "isDeprecated": false,
5924
5924
  "name": "socketInfo",
5925
5925
  "path": "users.devices.socketInfo",
5926
- "requestStr": "$SocketInfo:SocketInfo ",
5926
+ "requestStr": "$socketInfo:SocketInfo ",
5927
5927
  "required": false,
5928
- "responseStr": "socketInfo:$SocketInfo ",
5928
+ "responseStr": "socketInfo:$socketInfo ",
5929
5929
  "type": {
5930
5930
  "definition": {
5931
5931
  "description": "Basic information about socket",
@@ -6137,7 +6137,7 @@
6137
6137
  "name": "SocketInfo",
6138
6138
  "non_null": false
6139
6139
  },
6140
- "varName": "SocketInfo"
6140
+ "varName": "socketInfo"
6141
6141
  },
6142
6142
  "type": {
6143
6143
  "args": {},
@@ -6215,7 +6215,7 @@
6215
6215
  "name": "DeviceSnapshot",
6216
6216
  "non_null": false
6217
6217
  },
6218
- "varName": "DeviceSnapshot"
6218
+ "varName": "deviceSnapshot"
6219
6219
  },
6220
6220
  "id": {
6221
6221
  "args": {},
@@ -6238,7 +6238,7 @@
6238
6238
  "varName": "id"
6239
6239
  },
6240
6240
  "info": {
6241
- "alias": "UserInfoInfo: info",
6241
+ "alias": "userInfoInfo: info",
6242
6242
  "args": {},
6243
6243
  "deprecationReason": null,
6244
6244
  "description": "General information about the VPN user",
@@ -6246,9 +6246,9 @@
6246
6246
  "isDeprecated": false,
6247
6247
  "name": "info",
6248
6248
  "path": "users.info",
6249
- "requestStr": "$UserInfo:UserInfo ",
6249
+ "requestStr": "$userInfo:UserInfo ",
6250
6250
  "required": false,
6251
- "responseStr": "info:$UserInfo ",
6251
+ "responseStr": "info:$userInfo ",
6252
6252
  "type": {
6253
6253
  "definition": {
6254
6254
  "description": "Basic User configuration information",
@@ -6462,7 +6462,7 @@
6462
6462
  "name": "UserInfo",
6463
6463
  "non_null": false
6464
6464
  },
6465
- "varName": "UserInfo"
6465
+ "varName": "userInfo"
6466
6466
  },
6467
6467
  "internalIP": {
6468
6468
  "args": {},
@@ -6525,7 +6525,7 @@
6525
6525
  "varName": "name"
6526
6526
  },
6527
6527
  "operationalStatus": {
6528
- "alias": "OperationalStatusOperationalStatus: operationalStatus",
6528
+ "alias": "operationalStatusOperationalStatus: operationalStatus",
6529
6529
  "args": {},
6530
6530
  "deprecationReason": null,
6531
6531
  "description": "Status for a site or VPN user",
@@ -6680,7 +6680,7 @@
6680
6680
  "varName": "popName"
6681
6681
  },
6682
6682
  "recentConnections": {
6683
- "alias": "RecentConnectionRecentConnections: recentConnections",
6683
+ "alias": "recentConnectionRecentConnections: recentConnections",
6684
6684
  "args": {},
6685
6685
  "deprecationReason": null,
6686
6686
  "description": "Data related to the most recent completed VPN connections",
@@ -6688,9 +6688,9 @@
6688
6688
  "isDeprecated": false,
6689
6689
  "name": "recentConnections",
6690
6690
  "path": "users.recentConnections",
6691
- "requestStr": "$RecentConnection:[RecentConnection] ",
6691
+ "requestStr": "$recentConnection:[RecentConnection] ",
6692
6692
  "required": false,
6693
- "responseStr": "recentConnections:$RecentConnection ",
6693
+ "responseStr": "recentConnections:$recentConnection ",
6694
6694
  "type": {
6695
6695
  "definition": {
6696
6696
  "description": null,
@@ -6817,7 +6817,7 @@
6817
6817
  "varName": "remoteIP"
6818
6818
  },
6819
6819
  "remoteIPInfo": {
6820
- "alias": "IPInfoRemoteIPInfo: remoteIPInfo",
6820
+ "alias": "iPInfoRemoteIPInfo: remoteIPInfo",
6821
6821
  "args": {},
6822
6822
  "deprecationReason": null,
6823
6823
  "description": "IP address, ISP, and geographical information related to the PoP that the traffic flow was connected to",
@@ -6825,9 +6825,9 @@
6825
6825
  "isDeprecated": false,
6826
6826
  "name": "remoteIPInfo",
6827
6827
  "path": "users.recentConnections.remoteIPInfo",
6828
- "requestStr": "$IPInfo:IPInfo ",
6828
+ "requestStr": "$iPInfo:IPInfo ",
6829
6829
  "required": false,
6830
- "responseStr": "remoteIPInfo:$IPInfo ",
6830
+ "responseStr": "remoteIPInfo:$iPInfo ",
6831
6831
  "type": {
6832
6832
  "definition": {
6833
6833
  "description": "A general structure to contain IP detailed information",
@@ -7007,7 +7007,7 @@
7007
7007
  "name": "IPInfo",
7008
7008
  "non_null": false
7009
7009
  },
7010
- "varName": "IPInfo"
7010
+ "varName": "iPInfo"
7011
7011
  }
7012
7012
  },
7013
7013
  "inputFields": null,
@@ -7025,7 +7025,7 @@
7025
7025
  "name": "RecentConnection",
7026
7026
  "non_null": false
7027
7027
  },
7028
- "varName": "RecentConnection"
7028
+ "varName": "recentConnection"
7029
7029
  },
7030
7030
  "remoteIP": {
7031
7031
  "args": {},
@@ -7048,7 +7048,7 @@
7048
7048
  "varName": "remoteIP"
7049
7049
  },
7050
7050
  "remoteIPInfo": {
7051
- "alias": "IPInfoRemoteIPInfo: remoteIPInfo",
7051
+ "alias": "iPInfoRemoteIPInfo: remoteIPInfo",
7052
7052
  "args": {},
7053
7053
  "deprecationReason": null,
7054
7054
  "description": "IP address, ISP, and geographical information related to the Client",
@@ -7056,9 +7056,9 @@
7056
7056
  "isDeprecated": false,
7057
7057
  "name": "remoteIPInfo",
7058
7058
  "path": "users.remoteIPInfo",
7059
- "requestStr": "$IPInfo:IPInfo ",
7059
+ "requestStr": "$iPInfo:IPInfo ",
7060
7060
  "required": false,
7061
- "responseStr": "remoteIPInfo:$IPInfo ",
7061
+ "responseStr": "remoteIPInfo:$iPInfo ",
7062
7062
  "type": {
7063
7063
  "definition": {
7064
7064
  "description": "A general structure to contain IP detailed information",
@@ -7238,7 +7238,7 @@
7238
7238
  "name": "IPInfo",
7239
7239
  "non_null": false
7240
7240
  },
7241
- "varName": "IPInfo"
7241
+ "varName": "iPInfo"
7242
7242
  },
7243
7243
  "uptime": {
7244
7244
  "args": {},
@@ -7316,7 +7316,7 @@
7316
7316
  "name": "UserSnapshot",
7317
7317
  "non_null": false
7318
7318
  },
7319
- "varName": "UserSnapshot"
7319
+ "varName": "userSnapshot"
7320
7320
  }
7321
7321
  },
7322
7322
  "inputFields": null,