catocli 1.0.13__py3-none-any.whl → 1.0.15__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 (253) hide show
  1. catocli/Utils/clidriver.py +15 -2
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/customLib.py +3 -1
  4. catocli/parsers/mutation_accountManagement/README.md +7 -0
  5. catocli/parsers/mutation_accountManagement/__init__.py +51 -0
  6. catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
  7. catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
  8. catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
  9. catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
  10. catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
  11. catocli/parsers/mutation_container_delete/README.md +2 -2
  12. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
  13. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  14. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  15. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  16. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  17. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  18. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  19. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  20. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  21. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  22. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  23. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  24. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  25. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  26. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  27. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  28. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  29. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  30. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  31. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  32. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  33. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  34. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  35. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  36. catocli/parsers/mutation_site/__init__.py +14 -0
  37. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  38. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  39. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  40. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  41. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  42. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +18 -0
  43. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  44. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  45. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  46. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  47. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  48. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  49. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  50. catocli/parsers/mutation_sites/__init__.py +14 -0
  51. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  52. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  53. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  54. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  55. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  56. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +18 -0
  57. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  58. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  59. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  60. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  61. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  62. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  63. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  64. catocli/parsers/parserApiClient.py +7 -4
  65. catocli/parsers/query_accountManagement/README.md +16 -0
  66. catocli/parsers/query_accountManagement/__init__.py +17 -0
  67. catocli/parsers/query_admins/README.md +2 -2
  68. catocli/parsers/query_appStats/README.md +5 -5
  69. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  70. catocli/parsers/query_auditFeed/README.md +2 -2
  71. catocli/parsers/query_container/README.md +8 -8
  72. catocli/parsers/query_entityLookup/README.md +6 -6
  73. catocli/parsers/query_events/README.md +5 -5
  74. catocli/parsers/query_eventsFeed/README.md +2 -2
  75. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  76. catocli/parsers/query_hardwareManagement/README.md +2 -2
  77. catocli/parsers/query_policy/README.md +3 -3
  78. catocli/parsers/query_xdr_stories/README.md +2 -2
  79. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
  80. catocli-1.0.15.dist-info/RECORD +275 -0
  81. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -2
  82. graphql_client/api_client_types.py +4 -0
  83. models/mutation.accountManagement.addAccount.json +908 -0
  84. models/mutation.accountManagement.removeAccount.json +446 -0
  85. models/mutation.accountManagement.updateAccount.json +524 -0
  86. models/mutation.admin.addAdmin.json +103 -103
  87. models/mutation.admin.removeAdmin.json +3 -3
  88. models/mutation.admin.updateAdmin.json +121 -121
  89. models/mutation.container.delete.json +67 -67
  90. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  91. models/mutation.policy.internetFirewall.addSection.json +92 -92
  92. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  93. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  94. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  95. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  96. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  97. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  98. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  99. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  100. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  101. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  102. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  103. models/mutation.policy.wanFirewall.addSection.json +92 -92
  104. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  105. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  106. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  107. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  108. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  109. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  110. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  111. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  112. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  113. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  114. models/mutation.site.addIpsecIkeV2Site.json +43 -43
  115. models/mutation.site.addIpsecIkeV2SiteTunnels.json +505 -102
  116. models/mutation.site.addNetworkRange.json +53 -53
  117. models/mutation.site.addSocketSite.json +43 -43
  118. models/mutation.site.addStaticHost.json +33 -33
  119. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +861 -0
  120. models/mutation.site.removeNetworkRange.json +3 -3
  121. models/mutation.site.removeSite.json +3 -3
  122. models/mutation.site.removeStaticHost.json +3 -3
  123. models/mutation.site.updateHa.json +54 -54
  124. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  125. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
  126. models/mutation.site.updateNetworkRange.json +74 -74
  127. models/mutation.site.updateSiteGeneralDetails.json +73 -73
  128. models/mutation.site.updateSocketInterface.json +282 -282
  129. models/mutation.site.updateStaticHost.json +54 -54
  130. models/mutation.sites.addIpsecIkeV2Site.json +43 -43
  131. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +505 -102
  132. models/mutation.sites.addNetworkRange.json +53 -53
  133. models/mutation.sites.addSocketSite.json +43 -43
  134. models/mutation.sites.addStaticHost.json +33 -33
  135. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +861 -0
  136. models/mutation.sites.removeNetworkRange.json +3 -3
  137. models/mutation.sites.removeSite.json +3 -3
  138. models/mutation.sites.removeStaticHost.json +3 -3
  139. models/mutation.sites.updateHa.json +54 -54
  140. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  141. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
  142. models/mutation.sites.updateNetworkRange.json +74 -74
  143. models/mutation.sites.updateSiteGeneralDetails.json +73 -73
  144. models/mutation.sites.updateSocketInterface.json +282 -282
  145. models/mutation.sites.updateStaticHost.json +54 -54
  146. models/query.accountManagement.json +355 -0
  147. models/query.accountMetrics.json +235 -235
  148. models/query.accountRoles.json +3 -3
  149. models/query.accountSnapshot.json +278 -118
  150. models/query.admin.json +24 -24
  151. models/query.admins.json +138 -138
  152. models/query.appStats.json +92 -92
  153. models/query.appStatsTimeSeries.json +78 -78
  154. models/query.auditFeed.json +77 -77
  155. models/query.container.json +192 -192
  156. models/query.entityLookup.json +154 -154
  157. models/query.events.json +54 -54
  158. models/query.eventsFeed.json +38 -38
  159. models/query.eventsTimeSeries.json +78 -78
  160. models/query.hardwareManagement.json +125 -125
  161. models/query.licensing.json +933 -249
  162. models/query.policy.json +1502 -970
  163. models/query.xdr.stories.json +842 -842
  164. models/query.xdr.story.json +610 -610
  165. schema/catolib.py +12 -13
  166. build/lib/catocli/Utils/clidriver.py +0 -117
  167. build/lib/catocli/__init__.py +0 -2
  168. build/lib/catocli/__main__.py +0 -12
  169. build/lib/catocli/parsers/custom/__init__.py +0 -47
  170. build/lib/catocli/parsers/custom/customLib.py +0 -70
  171. build/lib/catocli/parsers/mutation_admin/__init__.py +0 -51
  172. build/lib/catocli/parsers/mutation_container/__init__.py +0 -23
  173. build/lib/catocli/parsers/mutation_policy/__init__.py +0 -357
  174. build/lib/catocli/parsers/mutation_site/__init__.py +0 -219
  175. build/lib/catocli/parsers/mutation_sites/__init__.py +0 -219
  176. build/lib/catocli/parsers/parserApiClient.py +0 -309
  177. build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -17
  178. build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -17
  179. build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -17
  180. build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -17
  181. build/lib/catocli/parsers/query_admin/__init__.py +0 -17
  182. build/lib/catocli/parsers/query_admins/__init__.py +0 -17
  183. build/lib/catocli/parsers/query_appStats/__init__.py +0 -17
  184. build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -17
  185. build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -17
  186. build/lib/catocli/parsers/query_container/__init__.py +0 -17
  187. build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -17
  188. build/lib/catocli/parsers/query_events/__init__.py +0 -17
  189. build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -17
  190. build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -17
  191. build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -17
  192. build/lib/catocli/parsers/query_licensing/__init__.py +0 -17
  193. build/lib/catocli/parsers/query_policy/__init__.py +0 -17
  194. build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -17
  195. build/lib/catocli/parsers/query_subDomains/__init__.py +0 -17
  196. build/lib/catocli/parsers/query_xdr/__init__.py +0 -37
  197. build/lib/catocli/parsers/raw/__init__.py +0 -9
  198. build/lib/graphql_client/__init__.py +0 -11
  199. build/lib/graphql_client/api/__init__.py +0 -3
  200. build/lib/graphql_client/api/call_api.py +0 -73
  201. build/lib/graphql_client/api_client.py +0 -192
  202. build/lib/graphql_client/api_client_types.py +0 -404
  203. build/lib/graphql_client/configuration.py +0 -230
  204. build/lib/graphql_client/models/__init__.py +0 -13
  205. build/lib/graphql_client/models/no_schema.py +0 -71
  206. build/lib/schema/catolib.py +0 -1016
  207. build/lib/schema/importSchema.py +0 -60
  208. build/lib/vendor/certifi/__init__.py +0 -4
  209. build/lib/vendor/certifi/__main__.py +0 -12
  210. build/lib/vendor/certifi/core.py +0 -114
  211. build/lib/vendor/certifi/py.typed +0 -0
  212. build/lib/vendor/six.py +0 -998
  213. build/lib/vendor/urllib3/__init__.py +0 -211
  214. build/lib/vendor/urllib3/_base_connection.py +0 -172
  215. build/lib/vendor/urllib3/_collections.py +0 -483
  216. build/lib/vendor/urllib3/_request_methods.py +0 -278
  217. build/lib/vendor/urllib3/_version.py +0 -16
  218. build/lib/vendor/urllib3/connection.py +0 -1033
  219. build/lib/vendor/urllib3/connectionpool.py +0 -1182
  220. build/lib/vendor/urllib3/contrib/__init__.py +0 -0
  221. build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
  222. build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
  223. build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
  224. build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
  225. build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
  226. build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
  227. build/lib/vendor/urllib3/contrib/socks.py +0 -228
  228. build/lib/vendor/urllib3/exceptions.py +0 -321
  229. build/lib/vendor/urllib3/fields.py +0 -341
  230. build/lib/vendor/urllib3/filepost.py +0 -89
  231. build/lib/vendor/urllib3/http2/__init__.py +0 -53
  232. build/lib/vendor/urllib3/http2/connection.py +0 -356
  233. build/lib/vendor/urllib3/http2/probe.py +0 -87
  234. build/lib/vendor/urllib3/poolmanager.py +0 -637
  235. build/lib/vendor/urllib3/py.typed +0 -2
  236. build/lib/vendor/urllib3/response.py +0 -1265
  237. build/lib/vendor/urllib3/util/__init__.py +0 -42
  238. build/lib/vendor/urllib3/util/connection.py +0 -137
  239. build/lib/vendor/urllib3/util/proxy.py +0 -43
  240. build/lib/vendor/urllib3/util/request.py +0 -256
  241. build/lib/vendor/urllib3/util/response.py +0 -101
  242. build/lib/vendor/urllib3/util/retry.py +0 -533
  243. build/lib/vendor/urllib3/util/ssl_.py +0 -513
  244. build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
  245. build/lib/vendor/urllib3/util/ssltransport.py +0 -276
  246. build/lib/vendor/urllib3/util/timeout.py +0 -275
  247. build/lib/vendor/urllib3/util/url.py +0 -471
  248. build/lib/vendor/urllib3/util/util.py +0 -42
  249. build/lib/vendor/urllib3/util/wait.py +0 -124
  250. catocli-1.0.13.dist-info/RECORD +0 -344
  251. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
  252. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
  253. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/entry_points.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,
@@ -315,6 +315,26 @@
315
315
  },
316
316
  "varName": "connectedSince"
317
317
  },
318
+ "deviceUptime": {
319
+ "args": {},
320
+ "deprecationReason": null,
321
+ "description": "Indicates the Socket uptime",
322
+ "id_str": "sites___devices___deviceUptime",
323
+ "isDeprecated": false,
324
+ "name": "deviceUptime",
325
+ "path": "sites.devices.deviceUptime",
326
+ "requestStr": "$deviceUptime:Int ",
327
+ "required": false,
328
+ "responseStr": "deviceUptime:$deviceUptime ",
329
+ "type": {
330
+ "kind": [
331
+ "SCALAR"
332
+ ],
333
+ "name": "Int",
334
+ "non_null": false
335
+ },
336
+ "varName": "deviceUptime"
337
+ },
318
338
  "haRole": {
319
339
  "args": {},
320
340
  "deprecationReason": null,
@@ -376,7 +396,7 @@
376
396
  "varName": "identifier"
377
397
  },
378
398
  "interfaces": {
379
- "alias": "InterfaceSnapshotInterfaces: interfaces",
399
+ "alias": "interfaceSnapshotInterfaces: interfaces",
380
400
  "args": {},
381
401
  "deprecationReason": null,
382
402
  "description": "Snapshot data for outbound facing interfaces",
@@ -384,16 +404,16 @@
384
404
  "isDeprecated": false,
385
405
  "name": "interfaces",
386
406
  "path": "sites.devices.interfaces",
387
- "requestStr": "$InterfaceSnapshot:[InterfaceSnapshot] ",
407
+ "requestStr": "$interfaceSnapshot:[InterfaceSnapshot] ",
388
408
  "required": false,
389
- "responseStr": "interfaces:$InterfaceSnapshot ",
409
+ "responseStr": "interfaces:$interfaceSnapshot ",
390
410
  "type": {
391
411
  "definition": {
392
412
  "description": null,
393
413
  "enumValues": null,
394
414
  "fields": {
395
415
  "cellularInterfaceInfo": {
396
- "alias": "CellularInterfaceCellularInterfaceInfo: cellularInterfaceInfo",
416
+ "alias": "cellularInterfaceCellularInterfaceInfo: cellularInterfaceInfo",
397
417
  "args": {},
398
418
  "deprecationReason": null,
399
419
  "description": "Information about cellular (LTE) interface",
@@ -401,9 +421,9 @@
401
421
  "isDeprecated": false,
402
422
  "name": "cellularInterfaceInfo",
403
423
  "path": "sites.devices.interfaces.cellularInterfaceInfo",
404
- "requestStr": "$CellularInterface:CellularInterface ",
424
+ "requestStr": "$cellularInterface:CellularInterface ",
405
425
  "required": false,
406
- "responseStr": "cellularInterfaceInfo:$CellularInterface ",
426
+ "responseStr": "cellularInterfaceInfo:$cellularInterface ",
407
427
  "type": {
408
428
  "definition": {
409
429
  "description": null,
@@ -868,7 +888,7 @@
868
888
  "name": "CellularInterface",
869
889
  "non_null": false
870
890
  },
871
- "varName": "CellularInterface"
891
+ "varName": "cellularInterface"
872
892
  },
873
893
  "connected": {
874
894
  "args": {},
@@ -911,7 +931,7 @@
911
931
  "varName": "id"
912
932
  },
913
933
  "info": {
914
- "alias": "InterfaceInfoInfo: info",
934
+ "alias": "interfaceInfoInfo: info",
915
935
  "args": {},
916
936
  "deprecationReason": null,
917
937
  "description": "data about the WAN link that is configured in the Socket Configuration window for the site",
@@ -919,9 +939,9 @@
919
939
  "isDeprecated": false,
920
940
  "name": "info",
921
941
  "path": "sites.devices.interfaces.info",
922
- "requestStr": "$InterfaceInfo:InterfaceInfo ",
942
+ "requestStr": "$interfaceInfo:InterfaceInfo ",
923
943
  "required": false,
924
- "responseStr": "info:$InterfaceInfo ",
944
+ "responseStr": "info:$interfaceInfo ",
925
945
  "type": {
926
946
  "definition": {
927
947
  "description": "Basic Socket Interface configuration information",
@@ -1042,7 +1062,7 @@
1042
1062
  "name": "InterfaceInfo",
1043
1063
  "non_null": false
1044
1064
  },
1045
- "varName": "InterfaceInfo"
1065
+ "varName": "interfaceInfo"
1046
1066
  },
1047
1067
  "name": {
1048
1068
  "args": {},
@@ -1205,7 +1225,7 @@
1205
1225
  "varName": "tunnelRemoteIP"
1206
1226
  },
1207
1227
  "tunnelRemoteIPInfo": {
1208
- "alias": "IPInfoTunnelRemoteIPInfo: tunnelRemoteIPInfo",
1228
+ "alias": "iPInfoTunnelRemoteIPInfo: tunnelRemoteIPInfo",
1209
1229
  "args": {},
1210
1230
  "deprecationReason": null,
1211
1231
  "description": "IP address, ISP, and geographical information related to the WAN ISP",
@@ -1213,9 +1233,9 @@
1213
1233
  "isDeprecated": false,
1214
1234
  "name": "tunnelRemoteIPInfo",
1215
1235
  "path": "sites.devices.interfaces.tunnelRemoteIPInfo",
1216
- "requestStr": "$IPInfo:IPInfo ",
1236
+ "requestStr": "$iPInfo:IPInfo ",
1217
1237
  "required": false,
1218
- "responseStr": "tunnelRemoteIPInfo:$IPInfo ",
1238
+ "responseStr": "tunnelRemoteIPInfo:$iPInfo ",
1219
1239
  "type": {
1220
1240
  "definition": {
1221
1241
  "description": "A general structure to contain IP detailed information",
@@ -1395,7 +1415,7 @@
1395
1415
  "name": "IPInfo",
1396
1416
  "non_null": false
1397
1417
  },
1398
- "varName": "IPInfo"
1418
+ "varName": "iPInfo"
1399
1419
  },
1400
1420
  "tunnelUptime": {
1401
1421
  "args": {},
@@ -1453,10 +1473,10 @@
1453
1473
  "name": "InterfaceSnapshot",
1454
1474
  "non_null": false
1455
1475
  },
1456
- "varName": "InterfaceSnapshot"
1476
+ "varName": "interfaceSnapshot"
1457
1477
  },
1458
1478
  "interfacesLinkState": {
1459
- "alias": "InterfaceLinkStateInterfacesLinkState: interfacesLinkState",
1479
+ "alias": "interfaceLinkStateInterfacesLinkState: interfacesLinkState",
1460
1480
  "args": {},
1461
1481
  "deprecationReason": null,
1462
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",
@@ -1464,9 +1484,9 @@
1464
1484
  "isDeprecated": false,
1465
1485
  "name": "interfacesLinkState",
1466
1486
  "path": "sites.devices.interfacesLinkState",
1467
- "requestStr": "$InterfaceLinkState:[InterfaceLinkState] ",
1487
+ "requestStr": "$interfaceLinkState:[InterfaceLinkState] ",
1468
1488
  "required": false,
1469
- "responseStr": "interfacesLinkState:$InterfaceLinkState ",
1489
+ "responseStr": "interfacesLinkState:$interfaceLinkState ",
1470
1490
  "type": {
1471
1491
  "definition": {
1472
1492
  "description": null,
@@ -1492,6 +1512,66 @@
1492
1512
  },
1493
1513
  "varName": "duplex"
1494
1514
  },
1515
+ "hasAddress": {
1516
+ "args": {},
1517
+ "deprecationReason": null,
1518
+ "description": "Indicates if the WAN interface has an IP address",
1519
+ "id_str": "sites___devices___interfacesLinkState___hasAddress",
1520
+ "isDeprecated": false,
1521
+ "name": "hasAddress",
1522
+ "path": "sites.devices.interfacesLinkState.hasAddress",
1523
+ "requestStr": "$hasAddress:Boolean ",
1524
+ "required": false,
1525
+ "responseStr": "hasAddress:$hasAddress ",
1526
+ "type": {
1527
+ "kind": [
1528
+ "SCALAR"
1529
+ ],
1530
+ "name": "Boolean",
1531
+ "non_null": false
1532
+ },
1533
+ "varName": "hasAddress"
1534
+ },
1535
+ "hasInternet": {
1536
+ "args": {},
1537
+ "deprecationReason": null,
1538
+ "description": "Indicates if the interface is connected to the Internet",
1539
+ "id_str": "sites___devices___interfacesLinkState___hasInternet",
1540
+ "isDeprecated": false,
1541
+ "name": "hasInternet",
1542
+ "path": "sites.devices.interfacesLinkState.hasInternet",
1543
+ "requestStr": "$hasInternet:Boolean ",
1544
+ "required": false,
1545
+ "responseStr": "hasInternet:$hasInternet ",
1546
+ "type": {
1547
+ "kind": [
1548
+ "SCALAR"
1549
+ ],
1550
+ "name": "Boolean",
1551
+ "non_null": false
1552
+ },
1553
+ "varName": "hasInternet"
1554
+ },
1555
+ "hasTunnel": {
1556
+ "args": {},
1557
+ "deprecationReason": null,
1558
+ "description": "Indicates if a connection has been established with the Cato Cloud",
1559
+ "id_str": "sites___devices___interfacesLinkState___hasTunnel",
1560
+ "isDeprecated": false,
1561
+ "name": "hasTunnel",
1562
+ "path": "sites.devices.interfacesLinkState.hasTunnel",
1563
+ "requestStr": "$hasTunnel:Boolean ",
1564
+ "required": false,
1565
+ "responseStr": "hasTunnel:$hasTunnel ",
1566
+ "type": {
1567
+ "kind": [
1568
+ "SCALAR"
1569
+ ],
1570
+ "name": "Boolean",
1571
+ "non_null": false
1572
+ },
1573
+ "varName": "hasTunnel"
1574
+ },
1495
1575
  "id": {
1496
1576
  "args": {},
1497
1577
  "deprecationReason": null,
@@ -1535,7 +1615,7 @@
1535
1615
  "mediaIn": {
1536
1616
  "args": {},
1537
1617
  "deprecationReason": null,
1538
- "description": "When this boolean value is true, then a cable is connected to the Socket port",
1618
+ "description": "Indicates if there is a physical connection to the port",
1539
1619
  "id_str": "sites___devices___interfacesLinkState___mediaIn",
1540
1620
  "isDeprecated": false,
1541
1621
  "name": "mediaIn",
@@ -1588,7 +1668,7 @@
1588
1668
  "name": "InterfaceLinkState",
1589
1669
  "non_null": false
1590
1670
  },
1591
- "varName": "InterfaceLinkState"
1671
+ "varName": "interfaceLinkState"
1592
1672
  },
1593
1673
  "internalIP": {
1594
1674
  "args": {},
@@ -1791,7 +1871,7 @@
1791
1871
  "varName": "osVersion"
1792
1872
  },
1793
1873
  "recentConnections": {
1794
- "alias": "RecentConnectionRecentConnections: recentConnections",
1874
+ "alias": "recentConnectionRecentConnections: recentConnections",
1795
1875
  "args": {},
1796
1876
  "deprecationReason": null,
1797
1877
  "description": "Data related to the most recent completed traffic flows",
@@ -1799,9 +1879,9 @@
1799
1879
  "isDeprecated": false,
1800
1880
  "name": "recentConnections",
1801
1881
  "path": "sites.devices.recentConnections",
1802
- "requestStr": "$RecentConnection:[RecentConnection] ",
1882
+ "requestStr": "$recentConnection:[RecentConnection] ",
1803
1883
  "required": false,
1804
- "responseStr": "recentConnections:$RecentConnection ",
1884
+ "responseStr": "recentConnections:$recentConnection ",
1805
1885
  "type": {
1806
1886
  "definition": {
1807
1887
  "description": null,
@@ -1928,7 +2008,7 @@
1928
2008
  "varName": "remoteIP"
1929
2009
  },
1930
2010
  "remoteIPInfo": {
1931
- "alias": "IPInfoRemoteIPInfo: remoteIPInfo",
2011
+ "alias": "iPInfoRemoteIPInfo: remoteIPInfo",
1932
2012
  "args": {},
1933
2013
  "deprecationReason": null,
1934
2014
  "description": "IP address, ISP, and geographical information related to the PoP that the traffic flow was connected to",
@@ -1936,9 +2016,9 @@
1936
2016
  "isDeprecated": false,
1937
2017
  "name": "remoteIPInfo",
1938
2018
  "path": "sites.devices.recentConnections.remoteIPInfo",
1939
- "requestStr": "$IPInfo:IPInfo ",
2019
+ "requestStr": "$iPInfo:IPInfo ",
1940
2020
  "required": false,
1941
- "responseStr": "remoteIPInfo:$IPInfo ",
2021
+ "responseStr": "remoteIPInfo:$iPInfo ",
1942
2022
  "type": {
1943
2023
  "definition": {
1944
2024
  "description": "A general structure to contain IP detailed information",
@@ -2118,7 +2198,7 @@
2118
2198
  "name": "IPInfo",
2119
2199
  "non_null": false
2120
2200
  },
2121
- "varName": "IPInfo"
2201
+ "varName": "iPInfo"
2122
2202
  }
2123
2203
  },
2124
2204
  "inputFields": null,
@@ -2136,7 +2216,7 @@
2136
2216
  "name": "RecentConnection",
2137
2217
  "non_null": false
2138
2218
  },
2139
- "varName": "RecentConnection"
2219
+ "varName": "recentConnection"
2140
2220
  },
2141
2221
  "releaseGroup": {
2142
2222
  "args": {},
@@ -2159,7 +2239,7 @@
2159
2239
  "varName": "releaseGroup"
2160
2240
  },
2161
2241
  "socketInfo": {
2162
- "alias": "SocketInfoSocketInfo: socketInfo",
2242
+ "alias": "socketInfoSocketInfo: socketInfo",
2163
2243
  "args": {},
2164
2244
  "deprecationReason": null,
2165
2245
  "description": "Shows data related to the Socket, such as version and serial number",
@@ -2167,9 +2247,9 @@
2167
2247
  "isDeprecated": false,
2168
2248
  "name": "socketInfo",
2169
2249
  "path": "sites.devices.socketInfo",
2170
- "requestStr": "$SocketInfo:SocketInfo ",
2250
+ "requestStr": "$socketInfo:SocketInfo ",
2171
2251
  "required": false,
2172
- "responseStr": "socketInfo:$SocketInfo ",
2252
+ "responseStr": "socketInfo:$socketInfo ",
2173
2253
  "type": {
2174
2254
  "definition": {
2175
2255
  "description": "Basic information about socket",
@@ -2381,7 +2461,7 @@
2381
2461
  "name": "SocketInfo",
2382
2462
  "non_null": false
2383
2463
  },
2384
- "varName": "SocketInfo"
2464
+ "varName": "socketInfo"
2385
2465
  },
2386
2466
  "type": {
2387
2467
  "args": {},
@@ -2459,10 +2539,10 @@
2459
2539
  "name": "DeviceSnapshot",
2460
2540
  "non_null": false
2461
2541
  },
2462
- "varName": "DeviceSnapshot"
2542
+ "varName": "deviceSnapshot"
2463
2543
  },
2464
2544
  "haStatus": {
2465
- "alias": "HaStatusHaStatus: haStatus",
2545
+ "alias": "haStatusHaStatus: haStatus",
2466
2546
  "args": {},
2467
2547
  "deprecationReason": null,
2468
2548
  "description": "Site HA readiness information",
@@ -2470,9 +2550,9 @@
2470
2550
  "isDeprecated": false,
2471
2551
  "name": "haStatus",
2472
2552
  "path": "sites.haStatus",
2473
- "requestStr": "$HaStatus:HaStatus ",
2553
+ "requestStr": "$haStatus:HaStatus ",
2474
2554
  "required": false,
2475
- "responseStr": "haStatus:$HaStatus ",
2555
+ "responseStr": "haStatus:$haStatus ",
2476
2556
  "type": {
2477
2557
  "definition": {
2478
2558
  "description": "Basic Site Ha readiness information",
@@ -2668,7 +2748,7 @@
2668
2748
  "name": "HaStatus",
2669
2749
  "non_null": false
2670
2750
  },
2671
- "varName": "HaStatus"
2751
+ "varName": "haStatus"
2672
2752
  },
2673
2753
  "hostCount": {
2674
2754
  "args": {},
@@ -2711,7 +2791,7 @@
2711
2791
  "varName": "id"
2712
2792
  },
2713
2793
  "info": {
2714
- "alias": "SiteInfoInfo: info",
2794
+ "alias": "siteInfoInfo: info",
2715
2795
  "args": {},
2716
2796
  "deprecationReason": null,
2717
2797
  "description": "General real-time information about the site",
@@ -2719,9 +2799,9 @@
2719
2799
  "isDeprecated": false,
2720
2800
  "name": "info",
2721
2801
  "path": "sites.info",
2722
- "requestStr": "$SiteInfo:SiteInfo ",
2802
+ "requestStr": "$siteInfo:SiteInfo ",
2723
2803
  "required": false,
2724
- "responseStr": "info:$SiteInfo ",
2804
+ "responseStr": "info:$siteInfo ",
2725
2805
  "type": {
2726
2806
  "definition": {
2727
2807
  "description": "Basic Site configuration information",
@@ -2959,9 +3039,9 @@
2959
3039
  "isDeprecated": false,
2960
3040
  "name": "interfaces",
2961
3041
  "path": "sites.info.interfaces",
2962
- "requestStr": "$InterfaceInfo:[InterfaceInfo] ",
3042
+ "requestStr": "$interfaceInfo:[InterfaceInfo] ",
2963
3043
  "required": false,
2964
- "responseStr": "interfaces:$InterfaceInfo ",
3044
+ "responseStr": "interfaces:$interfaceInfo ",
2965
3045
  "type": {
2966
3046
  "definition": {
2967
3047
  "description": "Basic Socket Interface configuration information",
@@ -3084,7 +3164,7 @@
3084
3164
  "name": "InterfaceInfo",
3085
3165
  "non_null": false
3086
3166
  },
3087
- "varName": "InterfaceInfo"
3167
+ "varName": "interfaceInfo"
3088
3168
  },
3089
3169
  "ipsec": {
3090
3170
  "args": {},
@@ -3094,9 +3174,9 @@
3094
3174
  "isDeprecated": false,
3095
3175
  "name": "ipsec",
3096
3176
  "path": "sites.info.ipsec",
3097
- "requestStr": "$IPSecInfo:[IPSecInfo] ",
3177
+ "requestStr": "$iPSecInfo:[IPSecInfo] ",
3098
3178
  "required": false,
3099
- "responseStr": "ipsec:$IPSecInfo ",
3179
+ "responseStr": "ipsec:$iPSecInfo ",
3100
3180
  "type": {
3101
3181
  "definition": {
3102
3182
  "description": "Basic IPSec configuration information",
@@ -3198,7 +3278,7 @@
3198
3278
  "name": "IPSecInfo",
3199
3279
  "non_null": false
3200
3280
  },
3201
- "varName": "IPSecInfo"
3281
+ "varName": "iPSecInfo"
3202
3282
  },
3203
3283
  "isHA": {
3204
3284
  "args": {},
@@ -3268,9 +3348,9 @@
3268
3348
  "isDeprecated": false,
3269
3349
  "name": "sockets",
3270
3350
  "path": "sites.info.sockets",
3271
- "requestStr": "$SocketInfo:[SocketInfo] ",
3351
+ "requestStr": "$socketInfo:[SocketInfo] ",
3272
3352
  "required": false,
3273
- "responseStr": "sockets:$SocketInfo ",
3353
+ "responseStr": "sockets:$socketInfo ",
3274
3354
  "type": {
3275
3355
  "definition": {
3276
3356
  "description": "Basic information about socket",
@@ -3317,7 +3397,7 @@
3317
3397
  "varName": "isPrimary"
3318
3398
  },
3319
3399
  "platform": {
3320
- "alias": "SocketPlatformPlatform: platform",
3400
+ "alias": "socketPlatformPlatform: platform",
3321
3401
  "args": {},
3322
3402
  "deprecationReason": null,
3323
3403
  "description": "Shows Socket type",
@@ -3485,7 +3565,7 @@
3485
3565
  "name": "SocketInfo",
3486
3566
  "non_null": false
3487
3567
  },
3488
- "varName": "SocketInfo"
3568
+ "varName": "socketInfo"
3489
3569
  },
3490
3570
  "type": {
3491
3571
  "args": {},
@@ -3557,7 +3637,7 @@
3557
3637
  "name": "SiteInfo",
3558
3638
  "non_null": false
3559
3639
  },
3560
- "varName": "SiteInfo"
3640
+ "varName": "siteInfo"
3561
3641
  },
3562
3642
  "lastConnected": {
3563
3643
  "args": {},
@@ -3580,7 +3660,7 @@
3580
3660
  "varName": "lastConnected"
3581
3661
  },
3582
3662
  "operationalStatus": {
3583
- "alias": "OperationalStatusOperationalStatus: operationalStatus",
3663
+ "alias": "operationalStatusOperationalStatus: operationalStatus",
3584
3664
  "args": {},
3585
3665
  "deprecationReason": null,
3586
3666
  "description": "Status for a site or VPN user",
@@ -3710,7 +3790,7 @@
3710
3790
  "name": "SiteSnapshot",
3711
3791
  "non_null": false
3712
3792
  },
3713
- "varName": "SiteSnapshot"
3793
+ "varName": "siteSnapshot"
3714
3794
  },
3715
3795
  "timestamp": {
3716
3796
  "args": {},
@@ -3761,9 +3841,9 @@
3761
3841
  "isDeprecated": false,
3762
3842
  "name": "users",
3763
3843
  "path": "users",
3764
- "requestStr": "$UserSnapshot:[UserSnapshot] ",
3844
+ "requestStr": "$userSnapshot:[UserSnapshot] ",
3765
3845
  "required": false,
3766
- "responseStr": "users:$UserSnapshot ",
3846
+ "responseStr": "users:$userSnapshot ",
3767
3847
  "type": {
3768
3848
  "definition": {
3769
3849
  "description": null,
@@ -3790,7 +3870,7 @@
3790
3870
  "varName": "connectedInOffice"
3791
3871
  },
3792
3872
  "connectivityStatus": {
3793
- "alias": "ConnectivityStatusConnectivityStatus: connectivityStatus",
3873
+ "alias": "connectivityStatusConnectivityStatus: connectivityStatus",
3794
3874
  "args": {},
3795
3875
  "deprecationReason": null,
3796
3876
  "description": "Connectivity to the Cato Cloud",
@@ -3855,7 +3935,7 @@
3855
3935
  "varName": "deviceName"
3856
3936
  },
3857
3937
  "devices": {
3858
- "alias": "DeviceSnapshotDevices: devices",
3938
+ "alias": "deviceSnapshotDevices: devices",
3859
3939
  "args": {},
3860
3940
  "deprecationReason": null,
3861
3941
  "description": "Data related to the Client",
@@ -3863,9 +3943,9 @@
3863
3943
  "isDeprecated": false,
3864
3944
  "name": "devices",
3865
3945
  "path": "users.devices",
3866
- "requestStr": "$DeviceSnapshot:[DeviceSnapshot] ",
3946
+ "requestStr": "$deviceSnapshot:[DeviceSnapshot] ",
3867
3947
  "required": false,
3868
- "responseStr": "devices:$DeviceSnapshot ",
3948
+ "responseStr": "devices:$deviceSnapshot ",
3869
3949
  "type": {
3870
3950
  "definition": {
3871
3951
  "description": null,
@@ -3911,6 +3991,26 @@
3911
3991
  },
3912
3992
  "varName": "connectedSince"
3913
3993
  },
3994
+ "deviceUptime": {
3995
+ "args": {},
3996
+ "deprecationReason": null,
3997
+ "description": "Indicates the Socket uptime",
3998
+ "id_str": "users___devices___deviceUptime",
3999
+ "isDeprecated": false,
4000
+ "name": "deviceUptime",
4001
+ "path": "users.devices.deviceUptime",
4002
+ "requestStr": "$deviceUptime:Int ",
4003
+ "required": false,
4004
+ "responseStr": "deviceUptime:$deviceUptime ",
4005
+ "type": {
4006
+ "kind": [
4007
+ "SCALAR"
4008
+ ],
4009
+ "name": "Int",
4010
+ "non_null": false
4011
+ },
4012
+ "varName": "deviceUptime"
4013
+ },
3914
4014
  "haRole": {
3915
4015
  "args": {},
3916
4016
  "deprecationReason": null,
@@ -3972,7 +4072,7 @@
3972
4072
  "varName": "identifier"
3973
4073
  },
3974
4074
  "interfaces": {
3975
- "alias": "InterfaceSnapshotInterfaces: interfaces",
4075
+ "alias": "interfaceSnapshotInterfaces: interfaces",
3976
4076
  "args": {},
3977
4077
  "deprecationReason": null,
3978
4078
  "description": "Snapshot data for outbound facing interfaces",
@@ -3980,16 +4080,16 @@
3980
4080
  "isDeprecated": false,
3981
4081
  "name": "interfaces",
3982
4082
  "path": "users.devices.interfaces",
3983
- "requestStr": "$InterfaceSnapshot:[InterfaceSnapshot] ",
4083
+ "requestStr": "$interfaceSnapshot:[InterfaceSnapshot] ",
3984
4084
  "required": false,
3985
- "responseStr": "interfaces:$InterfaceSnapshot ",
4085
+ "responseStr": "interfaces:$interfaceSnapshot ",
3986
4086
  "type": {
3987
4087
  "definition": {
3988
4088
  "description": null,
3989
4089
  "enumValues": null,
3990
4090
  "fields": {
3991
4091
  "cellularInterfaceInfo": {
3992
- "alias": "CellularInterfaceCellularInterfaceInfo: cellularInterfaceInfo",
4092
+ "alias": "cellularInterfaceCellularInterfaceInfo: cellularInterfaceInfo",
3993
4093
  "args": {},
3994
4094
  "deprecationReason": null,
3995
4095
  "description": "Information about cellular (LTE) interface",
@@ -3997,9 +4097,9 @@
3997
4097
  "isDeprecated": false,
3998
4098
  "name": "cellularInterfaceInfo",
3999
4099
  "path": "users.devices.interfaces.cellularInterfaceInfo",
4000
- "requestStr": "$CellularInterface:CellularInterface ",
4100
+ "requestStr": "$cellularInterface:CellularInterface ",
4001
4101
  "required": false,
4002
- "responseStr": "cellularInterfaceInfo:$CellularInterface ",
4102
+ "responseStr": "cellularInterfaceInfo:$cellularInterface ",
4003
4103
  "type": {
4004
4104
  "definition": {
4005
4105
  "description": null,
@@ -4464,7 +4564,7 @@
4464
4564
  "name": "CellularInterface",
4465
4565
  "non_null": false
4466
4566
  },
4467
- "varName": "CellularInterface"
4567
+ "varName": "cellularInterface"
4468
4568
  },
4469
4569
  "connected": {
4470
4570
  "args": {},
@@ -4507,7 +4607,7 @@
4507
4607
  "varName": "id"
4508
4608
  },
4509
4609
  "info": {
4510
- "alias": "InterfaceInfoInfo: info",
4610
+ "alias": "interfaceInfoInfo: info",
4511
4611
  "args": {},
4512
4612
  "deprecationReason": null,
4513
4613
  "description": "data about the WAN link that is configured in the Socket Configuration window for the site",
@@ -4515,9 +4615,9 @@
4515
4615
  "isDeprecated": false,
4516
4616
  "name": "info",
4517
4617
  "path": "users.devices.interfaces.info",
4518
- "requestStr": "$InterfaceInfo:InterfaceInfo ",
4618
+ "requestStr": "$interfaceInfo:InterfaceInfo ",
4519
4619
  "required": false,
4520
- "responseStr": "info:$InterfaceInfo ",
4620
+ "responseStr": "info:$interfaceInfo ",
4521
4621
  "type": {
4522
4622
  "definition": {
4523
4623
  "description": "Basic Socket Interface configuration information",
@@ -4638,7 +4738,7 @@
4638
4738
  "name": "InterfaceInfo",
4639
4739
  "non_null": false
4640
4740
  },
4641
- "varName": "InterfaceInfo"
4741
+ "varName": "interfaceInfo"
4642
4742
  },
4643
4743
  "name": {
4644
4744
  "args": {},
@@ -4801,7 +4901,7 @@
4801
4901
  "varName": "tunnelRemoteIP"
4802
4902
  },
4803
4903
  "tunnelRemoteIPInfo": {
4804
- "alias": "IPInfoTunnelRemoteIPInfo: tunnelRemoteIPInfo",
4904
+ "alias": "iPInfoTunnelRemoteIPInfo: tunnelRemoteIPInfo",
4805
4905
  "args": {},
4806
4906
  "deprecationReason": null,
4807
4907
  "description": "IP address, ISP, and geographical information related to the WAN ISP",
@@ -4809,9 +4909,9 @@
4809
4909
  "isDeprecated": false,
4810
4910
  "name": "tunnelRemoteIPInfo",
4811
4911
  "path": "users.devices.interfaces.tunnelRemoteIPInfo",
4812
- "requestStr": "$IPInfo:IPInfo ",
4912
+ "requestStr": "$iPInfo:IPInfo ",
4813
4913
  "required": false,
4814
- "responseStr": "tunnelRemoteIPInfo:$IPInfo ",
4914
+ "responseStr": "tunnelRemoteIPInfo:$iPInfo ",
4815
4915
  "type": {
4816
4916
  "definition": {
4817
4917
  "description": "A general structure to contain IP detailed information",
@@ -4991,7 +5091,7 @@
4991
5091
  "name": "IPInfo",
4992
5092
  "non_null": false
4993
5093
  },
4994
- "varName": "IPInfo"
5094
+ "varName": "iPInfo"
4995
5095
  },
4996
5096
  "tunnelUptime": {
4997
5097
  "args": {},
@@ -5049,10 +5149,10 @@
5049
5149
  "name": "InterfaceSnapshot",
5050
5150
  "non_null": false
5051
5151
  },
5052
- "varName": "InterfaceSnapshot"
5152
+ "varName": "interfaceSnapshot"
5053
5153
  },
5054
5154
  "interfacesLinkState": {
5055
- "alias": "InterfaceLinkStateInterfacesLinkState: interfacesLinkState",
5155
+ "alias": "interfaceLinkStateInterfacesLinkState: interfacesLinkState",
5056
5156
  "args": {},
5057
5157
  "deprecationReason": null,
5058
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",
@@ -5060,9 +5160,9 @@
5060
5160
  "isDeprecated": false,
5061
5161
  "name": "interfacesLinkState",
5062
5162
  "path": "users.devices.interfacesLinkState",
5063
- "requestStr": "$InterfaceLinkState:[InterfaceLinkState] ",
5163
+ "requestStr": "$interfaceLinkState:[InterfaceLinkState] ",
5064
5164
  "required": false,
5065
- "responseStr": "interfacesLinkState:$InterfaceLinkState ",
5165
+ "responseStr": "interfacesLinkState:$interfaceLinkState ",
5066
5166
  "type": {
5067
5167
  "definition": {
5068
5168
  "description": null,
@@ -5088,6 +5188,66 @@
5088
5188
  },
5089
5189
  "varName": "duplex"
5090
5190
  },
5191
+ "hasAddress": {
5192
+ "args": {},
5193
+ "deprecationReason": null,
5194
+ "description": "Indicates if the WAN interface has an IP address",
5195
+ "id_str": "users___devices___interfacesLinkState___hasAddress",
5196
+ "isDeprecated": false,
5197
+ "name": "hasAddress",
5198
+ "path": "users.devices.interfacesLinkState.hasAddress",
5199
+ "requestStr": "$hasAddress:Boolean ",
5200
+ "required": false,
5201
+ "responseStr": "hasAddress:$hasAddress ",
5202
+ "type": {
5203
+ "kind": [
5204
+ "SCALAR"
5205
+ ],
5206
+ "name": "Boolean",
5207
+ "non_null": false
5208
+ },
5209
+ "varName": "hasAddress"
5210
+ },
5211
+ "hasInternet": {
5212
+ "args": {},
5213
+ "deprecationReason": null,
5214
+ "description": "Indicates if the interface is connected to the Internet",
5215
+ "id_str": "users___devices___interfacesLinkState___hasInternet",
5216
+ "isDeprecated": false,
5217
+ "name": "hasInternet",
5218
+ "path": "users.devices.interfacesLinkState.hasInternet",
5219
+ "requestStr": "$hasInternet:Boolean ",
5220
+ "required": false,
5221
+ "responseStr": "hasInternet:$hasInternet ",
5222
+ "type": {
5223
+ "kind": [
5224
+ "SCALAR"
5225
+ ],
5226
+ "name": "Boolean",
5227
+ "non_null": false
5228
+ },
5229
+ "varName": "hasInternet"
5230
+ },
5231
+ "hasTunnel": {
5232
+ "args": {},
5233
+ "deprecationReason": null,
5234
+ "description": "Indicates if a connection has been established with the Cato Cloud",
5235
+ "id_str": "users___devices___interfacesLinkState___hasTunnel",
5236
+ "isDeprecated": false,
5237
+ "name": "hasTunnel",
5238
+ "path": "users.devices.interfacesLinkState.hasTunnel",
5239
+ "requestStr": "$hasTunnel:Boolean ",
5240
+ "required": false,
5241
+ "responseStr": "hasTunnel:$hasTunnel ",
5242
+ "type": {
5243
+ "kind": [
5244
+ "SCALAR"
5245
+ ],
5246
+ "name": "Boolean",
5247
+ "non_null": false
5248
+ },
5249
+ "varName": "hasTunnel"
5250
+ },
5091
5251
  "id": {
5092
5252
  "args": {},
5093
5253
  "deprecationReason": null,
@@ -5131,7 +5291,7 @@
5131
5291
  "mediaIn": {
5132
5292
  "args": {},
5133
5293
  "deprecationReason": null,
5134
- "description": "When this boolean value is true, then a cable is connected to the Socket port",
5294
+ "description": "Indicates if there is a physical connection to the port",
5135
5295
  "id_str": "users___devices___interfacesLinkState___mediaIn",
5136
5296
  "isDeprecated": false,
5137
5297
  "name": "mediaIn",
@@ -5184,7 +5344,7 @@
5184
5344
  "name": "InterfaceLinkState",
5185
5345
  "non_null": false
5186
5346
  },
5187
- "varName": "InterfaceLinkState"
5347
+ "varName": "interfaceLinkState"
5188
5348
  },
5189
5349
  "internalIP": {
5190
5350
  "args": {},
@@ -5387,7 +5547,7 @@
5387
5547
  "varName": "osVersion"
5388
5548
  },
5389
5549
  "recentConnections": {
5390
- "alias": "RecentConnectionRecentConnections: recentConnections",
5550
+ "alias": "recentConnectionRecentConnections: recentConnections",
5391
5551
  "args": {},
5392
5552
  "deprecationReason": null,
5393
5553
  "description": "Data related to the most recent completed traffic flows",
@@ -5395,9 +5555,9 @@
5395
5555
  "isDeprecated": false,
5396
5556
  "name": "recentConnections",
5397
5557
  "path": "users.devices.recentConnections",
5398
- "requestStr": "$RecentConnection:[RecentConnection] ",
5558
+ "requestStr": "$recentConnection:[RecentConnection] ",
5399
5559
  "required": false,
5400
- "responseStr": "recentConnections:$RecentConnection ",
5560
+ "responseStr": "recentConnections:$recentConnection ",
5401
5561
  "type": {
5402
5562
  "definition": {
5403
5563
  "description": null,
@@ -5524,7 +5684,7 @@
5524
5684
  "varName": "remoteIP"
5525
5685
  },
5526
5686
  "remoteIPInfo": {
5527
- "alias": "IPInfoRemoteIPInfo: remoteIPInfo",
5687
+ "alias": "iPInfoRemoteIPInfo: remoteIPInfo",
5528
5688
  "args": {},
5529
5689
  "deprecationReason": null,
5530
5690
  "description": "IP address, ISP, and geographical information related to the PoP that the traffic flow was connected to",
@@ -5532,9 +5692,9 @@
5532
5692
  "isDeprecated": false,
5533
5693
  "name": "remoteIPInfo",
5534
5694
  "path": "users.devices.recentConnections.remoteIPInfo",
5535
- "requestStr": "$IPInfo:IPInfo ",
5695
+ "requestStr": "$iPInfo:IPInfo ",
5536
5696
  "required": false,
5537
- "responseStr": "remoteIPInfo:$IPInfo ",
5697
+ "responseStr": "remoteIPInfo:$iPInfo ",
5538
5698
  "type": {
5539
5699
  "definition": {
5540
5700
  "description": "A general structure to contain IP detailed information",
@@ -5714,7 +5874,7 @@
5714
5874
  "name": "IPInfo",
5715
5875
  "non_null": false
5716
5876
  },
5717
- "varName": "IPInfo"
5877
+ "varName": "iPInfo"
5718
5878
  }
5719
5879
  },
5720
5880
  "inputFields": null,
@@ -5732,7 +5892,7 @@
5732
5892
  "name": "RecentConnection",
5733
5893
  "non_null": false
5734
5894
  },
5735
- "varName": "RecentConnection"
5895
+ "varName": "recentConnection"
5736
5896
  },
5737
5897
  "releaseGroup": {
5738
5898
  "args": {},
@@ -5755,7 +5915,7 @@
5755
5915
  "varName": "releaseGroup"
5756
5916
  },
5757
5917
  "socketInfo": {
5758
- "alias": "SocketInfoSocketInfo: socketInfo",
5918
+ "alias": "socketInfoSocketInfo: socketInfo",
5759
5919
  "args": {},
5760
5920
  "deprecationReason": null,
5761
5921
  "description": "Shows data related to the Socket, such as version and serial number",
@@ -5763,9 +5923,9 @@
5763
5923
  "isDeprecated": false,
5764
5924
  "name": "socketInfo",
5765
5925
  "path": "users.devices.socketInfo",
5766
- "requestStr": "$SocketInfo:SocketInfo ",
5926
+ "requestStr": "$socketInfo:SocketInfo ",
5767
5927
  "required": false,
5768
- "responseStr": "socketInfo:$SocketInfo ",
5928
+ "responseStr": "socketInfo:$socketInfo ",
5769
5929
  "type": {
5770
5930
  "definition": {
5771
5931
  "description": "Basic information about socket",
@@ -5977,7 +6137,7 @@
5977
6137
  "name": "SocketInfo",
5978
6138
  "non_null": false
5979
6139
  },
5980
- "varName": "SocketInfo"
6140
+ "varName": "socketInfo"
5981
6141
  },
5982
6142
  "type": {
5983
6143
  "args": {},
@@ -6055,7 +6215,7 @@
6055
6215
  "name": "DeviceSnapshot",
6056
6216
  "non_null": false
6057
6217
  },
6058
- "varName": "DeviceSnapshot"
6218
+ "varName": "deviceSnapshot"
6059
6219
  },
6060
6220
  "id": {
6061
6221
  "args": {},
@@ -6078,7 +6238,7 @@
6078
6238
  "varName": "id"
6079
6239
  },
6080
6240
  "info": {
6081
- "alias": "UserInfoInfo: info",
6241
+ "alias": "userInfoInfo: info",
6082
6242
  "args": {},
6083
6243
  "deprecationReason": null,
6084
6244
  "description": "General information about the VPN user",
@@ -6086,9 +6246,9 @@
6086
6246
  "isDeprecated": false,
6087
6247
  "name": "info",
6088
6248
  "path": "users.info",
6089
- "requestStr": "$UserInfo:UserInfo ",
6249
+ "requestStr": "$userInfo:UserInfo ",
6090
6250
  "required": false,
6091
- "responseStr": "info:$UserInfo ",
6251
+ "responseStr": "info:$userInfo ",
6092
6252
  "type": {
6093
6253
  "definition": {
6094
6254
  "description": "Basic User configuration information",
@@ -6302,7 +6462,7 @@
6302
6462
  "name": "UserInfo",
6303
6463
  "non_null": false
6304
6464
  },
6305
- "varName": "UserInfo"
6465
+ "varName": "userInfo"
6306
6466
  },
6307
6467
  "internalIP": {
6308
6468
  "args": {},
@@ -6365,7 +6525,7 @@
6365
6525
  "varName": "name"
6366
6526
  },
6367
6527
  "operationalStatus": {
6368
- "alias": "OperationalStatusOperationalStatus: operationalStatus",
6528
+ "alias": "operationalStatusOperationalStatus: operationalStatus",
6369
6529
  "args": {},
6370
6530
  "deprecationReason": null,
6371
6531
  "description": "Status for a site or VPN user",
@@ -6520,7 +6680,7 @@
6520
6680
  "varName": "popName"
6521
6681
  },
6522
6682
  "recentConnections": {
6523
- "alias": "RecentConnectionRecentConnections: recentConnections",
6683
+ "alias": "recentConnectionRecentConnections: recentConnections",
6524
6684
  "args": {},
6525
6685
  "deprecationReason": null,
6526
6686
  "description": "Data related to the most recent completed VPN connections",
@@ -6528,9 +6688,9 @@
6528
6688
  "isDeprecated": false,
6529
6689
  "name": "recentConnections",
6530
6690
  "path": "users.recentConnections",
6531
- "requestStr": "$RecentConnection:[RecentConnection] ",
6691
+ "requestStr": "$recentConnection:[RecentConnection] ",
6532
6692
  "required": false,
6533
- "responseStr": "recentConnections:$RecentConnection ",
6693
+ "responseStr": "recentConnections:$recentConnection ",
6534
6694
  "type": {
6535
6695
  "definition": {
6536
6696
  "description": null,
@@ -6657,7 +6817,7 @@
6657
6817
  "varName": "remoteIP"
6658
6818
  },
6659
6819
  "remoteIPInfo": {
6660
- "alias": "IPInfoRemoteIPInfo: remoteIPInfo",
6820
+ "alias": "iPInfoRemoteIPInfo: remoteIPInfo",
6661
6821
  "args": {},
6662
6822
  "deprecationReason": null,
6663
6823
  "description": "IP address, ISP, and geographical information related to the PoP that the traffic flow was connected to",
@@ -6665,9 +6825,9 @@
6665
6825
  "isDeprecated": false,
6666
6826
  "name": "remoteIPInfo",
6667
6827
  "path": "users.recentConnections.remoteIPInfo",
6668
- "requestStr": "$IPInfo:IPInfo ",
6828
+ "requestStr": "$iPInfo:IPInfo ",
6669
6829
  "required": false,
6670
- "responseStr": "remoteIPInfo:$IPInfo ",
6830
+ "responseStr": "remoteIPInfo:$iPInfo ",
6671
6831
  "type": {
6672
6832
  "definition": {
6673
6833
  "description": "A general structure to contain IP detailed information",
@@ -6847,7 +7007,7 @@
6847
7007
  "name": "IPInfo",
6848
7008
  "non_null": false
6849
7009
  },
6850
- "varName": "IPInfo"
7010
+ "varName": "iPInfo"
6851
7011
  }
6852
7012
  },
6853
7013
  "inputFields": null,
@@ -6865,7 +7025,7 @@
6865
7025
  "name": "RecentConnection",
6866
7026
  "non_null": false
6867
7027
  },
6868
- "varName": "RecentConnection"
7028
+ "varName": "recentConnection"
6869
7029
  },
6870
7030
  "remoteIP": {
6871
7031
  "args": {},
@@ -6888,7 +7048,7 @@
6888
7048
  "varName": "remoteIP"
6889
7049
  },
6890
7050
  "remoteIPInfo": {
6891
- "alias": "IPInfoRemoteIPInfo: remoteIPInfo",
7051
+ "alias": "iPInfoRemoteIPInfo: remoteIPInfo",
6892
7052
  "args": {},
6893
7053
  "deprecationReason": null,
6894
7054
  "description": "IP address, ISP, and geographical information related to the Client",
@@ -6896,9 +7056,9 @@
6896
7056
  "isDeprecated": false,
6897
7057
  "name": "remoteIPInfo",
6898
7058
  "path": "users.remoteIPInfo",
6899
- "requestStr": "$IPInfo:IPInfo ",
7059
+ "requestStr": "$iPInfo:IPInfo ",
6900
7060
  "required": false,
6901
- "responseStr": "remoteIPInfo:$IPInfo ",
7061
+ "responseStr": "remoteIPInfo:$iPInfo ",
6902
7062
  "type": {
6903
7063
  "definition": {
6904
7064
  "description": "A general structure to contain IP detailed information",
@@ -7078,7 +7238,7 @@
7078
7238
  "name": "IPInfo",
7079
7239
  "non_null": false
7080
7240
  },
7081
- "varName": "IPInfo"
7241
+ "varName": "iPInfo"
7082
7242
  },
7083
7243
  "uptime": {
7084
7244
  "args": {},
@@ -7156,7 +7316,7 @@
7156
7316
  "name": "UserSnapshot",
7157
7317
  "non_null": false
7158
7318
  },
7159
- "varName": "UserSnapshot"
7319
+ "varName": "userSnapshot"
7160
7320
  }
7161
7321
  },
7162
7322
  "inputFields": null,