catocli 2.0.5__py3-none-any.whl → 2.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of catocli might be problematic. Click here for more details.

Files changed (361) hide show
  1. catocli/Utils/clidriver.py +10 -0
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/export_sites/export_sites.py +18 -1
  4. catocli/parsers/custom/import_sites_to_tf/__init__.py +3 -1
  5. catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +71 -5
  6. catocli/parsers/mutation_accountManagement/__init__.py +13 -0
  7. catocli/parsers/mutation_accountManagement_disableAccount/README.md +16 -0
  8. catocli/parsers/mutation_groups/README.md +7 -0
  9. catocli/parsers/mutation_groups/__init__.py +48 -0
  10. catocli/parsers/mutation_groups_createGroup/README.md +18 -0
  11. catocli/parsers/mutation_groups_deleteGroup/README.md +18 -0
  12. catocli/parsers/mutation_groups_updateGroup/README.md +18 -0
  13. catocli/parsers/mutation_site/__init__.py +104 -0
  14. catocli/parsers/mutation_site_assignSiteBwLicense/README.md +17 -0
  15. catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +17 -0
  16. catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +17 -0
  17. catocli/parsers/mutation_site_removeSiteBwLicense/README.md +17 -0
  18. catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +17 -0
  19. catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +17 -0
  20. catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +17 -0
  21. catocli/parsers/mutation_site_updateSiteBwLicense/README.md +17 -0
  22. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +1 -1
  23. catocli/parsers/mutation_sites/__init__.py +104 -0
  24. catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +17 -0
  25. catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +17 -0
  26. catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +17 -0
  27. catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +17 -0
  28. catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +17 -0
  29. catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +17 -0
  30. catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +17 -0
  31. catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +17 -0
  32. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +1 -1
  33. catocli/parsers/parserApiClient.py +17 -8
  34. catocli/parsers/query_eventsFeed/README.md +1 -1
  35. catocli/parsers/query_groups/README.md +7 -0
  36. catocli/parsers/query_groups/__init__.py +54 -0
  37. catocli/parsers/query_groups_group/README.md +7 -0
  38. catocli/parsers/query_groups_groupList/README.md +18 -0
  39. catocli/parsers/query_groups_group_members/README.md +18 -0
  40. catocli/parsers/query_groups_whereUsed/README.md +17 -0
  41. catocli/parsers/query_popLocations/README.md +17 -0
  42. catocli/parsers/query_popLocations/__init__.py +16 -0
  43. catocli/parsers/query_site/__init__.py +26 -0
  44. catocli/parsers/query_site_secondaryAwsVSocket/README.md +17 -0
  45. catocli/parsers/query_site_secondaryAzureVSocket/README.md +17 -0
  46. catocli/parsers/query_socketPortMetrics/README.md +23 -0
  47. catocli/parsers/query_socketPortMetrics/__init__.py +16 -0
  48. catocli/parsers/query_socketPortMetricsTimeSeries/README.md +24 -0
  49. catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +16 -0
  50. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/METADATA +3 -2
  51. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/RECORD +249 -297
  52. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/WHEEL +1 -1
  53. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/top_level.txt +0 -2
  54. models/mutation.accountManagement.addAccount.json +97 -0
  55. models/mutation.accountManagement.disableAccount.json +545 -0
  56. models/mutation.accountManagement.removeAccount.json +102 -3
  57. models/mutation.accountManagement.updateAccount.json +97 -0
  58. models/mutation.admin.addAdmin.json +6 -9
  59. models/mutation.container.delete.json +2 -2
  60. models/mutation.container.fqdn.addValues.json +3 -3
  61. models/mutation.container.fqdn.createFromFile.json +3 -3
  62. models/mutation.container.fqdn.removeValues.json +3 -3
  63. models/mutation.container.fqdn.updateFromFile.json +3 -3
  64. models/mutation.container.ipAddressRange.addValues.json +3 -3
  65. models/mutation.container.ipAddressRange.createFromFile.json +3 -3
  66. models/mutation.container.ipAddressRange.removeValues.json +3 -3
  67. models/mutation.container.ipAddressRange.updateFromFile.json +3 -3
  68. models/mutation.groups.createGroup.json +3178 -0
  69. models/mutation.groups.deleteGroup.json +2758 -0
  70. models/mutation.groups.updateGroup.json +4429 -0
  71. models/mutation.hardware.updateHardwareShipping.json +30 -10
  72. models/mutation.policy.appTenantRestriction.addRule.json +33 -33
  73. models/mutation.policy.appTenantRestriction.addSection.json +4 -4
  74. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +33 -33
  75. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +33 -33
  76. models/mutation.policy.appTenantRestriction.moveRule.json +27 -27
  77. models/mutation.policy.appTenantRestriction.moveSection.json +4 -4
  78. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +33 -33
  79. models/mutation.policy.appTenantRestriction.removeRule.json +27 -27
  80. models/mutation.policy.appTenantRestriction.removeSection.json +4 -4
  81. models/mutation.policy.appTenantRestriction.updatePolicy.json +33 -33
  82. models/mutation.policy.appTenantRestriction.updateRule.json +33 -33
  83. models/mutation.policy.appTenantRestriction.updateSection.json +4 -4
  84. models/mutation.policy.dynamicIpAllocation.addRule.json +12 -12
  85. models/mutation.policy.dynamicIpAllocation.addSection.json +4 -4
  86. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +18 -18
  87. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +18 -18
  88. models/mutation.policy.dynamicIpAllocation.moveRule.json +12 -12
  89. models/mutation.policy.dynamicIpAllocation.moveSection.json +4 -4
  90. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +18 -18
  91. models/mutation.policy.dynamicIpAllocation.removeRule.json +12 -12
  92. models/mutation.policy.dynamicIpAllocation.removeSection.json +4 -4
  93. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +18 -18
  94. models/mutation.policy.dynamicIpAllocation.updateRule.json +12 -12
  95. models/mutation.policy.dynamicIpAllocation.updateSection.json +4 -4
  96. models/mutation.policy.internetFirewall.addRule.json +141 -141
  97. models/mutation.policy.internetFirewall.addSection.json +4 -4
  98. models/mutation.policy.internetFirewall.createPolicyRevision.json +102 -102
  99. models/mutation.policy.internetFirewall.discardPolicyRevision.json +102 -102
  100. models/mutation.policy.internetFirewall.moveRule.json +96 -96
  101. models/mutation.policy.internetFirewall.moveSection.json +4 -4
  102. models/mutation.policy.internetFirewall.publishPolicyRevision.json +102 -102
  103. models/mutation.policy.internetFirewall.removeRule.json +96 -96
  104. models/mutation.policy.internetFirewall.removeSection.json +4 -4
  105. models/mutation.policy.internetFirewall.updatePolicy.json +102 -102
  106. models/mutation.policy.internetFirewall.updateRule.json +141 -141
  107. models/mutation.policy.internetFirewall.updateSection.json +4 -4
  108. models/mutation.policy.remotePortFwd.addRule.json +21 -21
  109. models/mutation.policy.remotePortFwd.addSection.json +4 -4
  110. models/mutation.policy.remotePortFwd.createPolicyRevision.json +24 -24
  111. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +24 -24
  112. models/mutation.policy.remotePortFwd.moveRule.json +18 -18
  113. models/mutation.policy.remotePortFwd.moveSection.json +4 -4
  114. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +24 -24
  115. models/mutation.policy.remotePortFwd.removeRule.json +18 -18
  116. models/mutation.policy.remotePortFwd.removeSection.json +4 -4
  117. models/mutation.policy.remotePortFwd.updatePolicy.json +24 -24
  118. models/mutation.policy.remotePortFwd.updateRule.json +21 -21
  119. models/mutation.policy.remotePortFwd.updateSection.json +4 -4
  120. models/mutation.policy.socketLan.addRule.json +97 -97
  121. models/mutation.policy.socketLan.addSection.json +4 -4
  122. models/mutation.policy.socketLan.createPolicyRevision.json +91 -91
  123. models/mutation.policy.socketLan.discardPolicyRevision.json +91 -91
  124. models/mutation.policy.socketLan.moveRule.json +85 -85
  125. models/mutation.policy.socketLan.moveSection.json +4 -4
  126. models/mutation.policy.socketLan.publishPolicyRevision.json +91 -91
  127. models/mutation.policy.socketLan.removeRule.json +85 -85
  128. models/mutation.policy.socketLan.removeSection.json +4 -4
  129. models/mutation.policy.socketLan.updatePolicy.json +91 -91
  130. models/mutation.policy.socketLan.updateRule.json +97 -97
  131. models/mutation.policy.socketLan.updateSection.json +4 -4
  132. models/mutation.policy.terminalServer.addRule.json +7 -7
  133. models/mutation.policy.terminalServer.addSection.json +4 -4
  134. models/mutation.policy.terminalServer.createPolicyRevision.json +13 -13
  135. models/mutation.policy.terminalServer.discardPolicyRevision.json +13 -13
  136. models/mutation.policy.terminalServer.moveRule.json +7 -7
  137. models/mutation.policy.terminalServer.moveSection.json +4 -4
  138. models/mutation.policy.terminalServer.publishPolicyRevision.json +13 -13
  139. models/mutation.policy.terminalServer.removeRule.json +7 -7
  140. models/mutation.policy.terminalServer.removeSection.json +4 -4
  141. models/mutation.policy.terminalServer.updatePolicy.json +13 -13
  142. models/mutation.policy.terminalServer.updateRule.json +7 -7
  143. models/mutation.policy.terminalServer.updateSection.json +4 -4
  144. models/mutation.policy.wanFirewall.addRule.json +157 -157
  145. models/mutation.policy.wanFirewall.addSection.json +4 -4
  146. models/mutation.policy.wanFirewall.createPolicyRevision.json +121 -121
  147. models/mutation.policy.wanFirewall.discardPolicyRevision.json +121 -121
  148. models/mutation.policy.wanFirewall.moveRule.json +115 -115
  149. models/mutation.policy.wanFirewall.moveSection.json +4 -4
  150. models/mutation.policy.wanFirewall.publishPolicyRevision.json +121 -121
  151. models/mutation.policy.wanFirewall.removeRule.json +115 -115
  152. models/mutation.policy.wanFirewall.removeSection.json +4 -4
  153. models/mutation.policy.wanFirewall.updatePolicy.json +121 -121
  154. models/mutation.policy.wanFirewall.updateRule.json +157 -157
  155. models/mutation.policy.wanFirewall.updateSection.json +4 -4
  156. models/mutation.policy.wanNetwork.addRule.json +103 -103
  157. models/mutation.policy.wanNetwork.addSection.json +4 -4
  158. models/mutation.policy.wanNetwork.createPolicyRevision.json +97 -97
  159. models/mutation.policy.wanNetwork.discardPolicyRevision.json +97 -97
  160. models/mutation.policy.wanNetwork.moveRule.json +91 -91
  161. models/mutation.policy.wanNetwork.moveSection.json +4 -4
  162. models/mutation.policy.wanNetwork.publishPolicyRevision.json +97 -97
  163. models/mutation.policy.wanNetwork.removeRule.json +91 -91
  164. models/mutation.policy.wanNetwork.removeSection.json +4 -4
  165. models/mutation.policy.wanNetwork.updatePolicy.json +97 -97
  166. models/mutation.policy.wanNetwork.updateRule.json +103 -103
  167. models/mutation.policy.wanNetwork.updateSection.json +4 -4
  168. models/mutation.site.addBgpPeer.json +10 -10
  169. models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
  170. models/mutation.site.addSocketAddOnCard.json +2 -2
  171. models/mutation.site.assignSiteBwLicense.json +12879 -0
  172. models/mutation.site.removeBgpPeer.json +10 -10
  173. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
  174. models/mutation.site.removeSecondaryAwsVSocket.json +375 -0
  175. models/mutation.site.removeSecondaryAzureVSocket.json +354 -0
  176. models/mutation.site.removeSiteBwLicense.json +12822 -0
  177. models/mutation.site.removeSocketAddOnCard.json +2 -2
  178. models/mutation.site.replaceSiteBwLicense.json +12939 -0
  179. models/mutation.site.startSiteUpgrade.json +36 -15
  180. models/mutation.site.updateBgpPeer.json +10 -10
  181. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +2 -2
  182. models/mutation.site.updateSecondaryAwsVSocket.json +643 -0
  183. models/mutation.site.updateSecondaryAzureVSocket.json +565 -0
  184. models/mutation.site.updateSiteBwLicense.json +12882 -0
  185. models/mutation.site.updateSiteGeneralDetails.json +724 -1
  186. models/mutation.sites.addBgpPeer.json +10 -10
  187. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
  188. models/mutation.sites.addSocketAddOnCard.json +2 -2
  189. models/mutation.sites.assignSiteBwLicense.json +12879 -0
  190. models/mutation.sites.removeBgpPeer.json +10 -10
  191. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
  192. models/mutation.sites.removeSecondaryAwsVSocket.json +375 -0
  193. models/mutation.sites.removeSecondaryAzureVSocket.json +354 -0
  194. models/mutation.sites.removeSiteBwLicense.json +12822 -0
  195. models/mutation.sites.removeSocketAddOnCard.json +2 -2
  196. models/mutation.sites.replaceSiteBwLicense.json +12939 -0
  197. models/mutation.sites.startSiteUpgrade.json +36 -15
  198. models/mutation.sites.updateBgpPeer.json +10 -10
  199. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +2 -2
  200. models/mutation.sites.updateSecondaryAwsVSocket.json +643 -0
  201. models/mutation.sites.updateSecondaryAzureVSocket.json +565 -0
  202. models/mutation.sites.updateSiteBwLicense.json +12882 -0
  203. models/mutation.sites.updateSiteGeneralDetails.json +724 -1
  204. models/mutation.xdr.addStoryComment.json +1 -1
  205. models/mutation.xdr.analystFeedback.json +84 -84
  206. models/mutation.xdr.deleteStoryComment.json +1 -1
  207. models/query.accountManagement.json +97 -0
  208. models/query.accountMetrics.json +45 -45
  209. models/query.accountSnapshot.json +30 -30
  210. models/query.admin.json +6 -6
  211. models/query.admins.json +13 -13
  212. models/query.appStats.json +915 -867
  213. models/query.appStatsTimeSeries.json +692 -656
  214. models/query.auditFeed.json +6 -6
  215. models/query.catalogs.json +52 -52
  216. models/query.container.json +16 -16
  217. models/query.devices.json +20 -93
  218. models/query.entityLookup.json +2 -2
  219. models/query.events.json +288 -384
  220. models/query.eventsFeed.json +73 -97
  221. models/query.eventsTimeSeries.json +219 -291
  222. models/query.groups.group.members.json +3058 -0
  223. models/query.groups.groupList.json +6474 -0
  224. models/query.groups.whereUsed.json +697 -0
  225. models/query.hardware.json +27 -7
  226. models/query.hardwareManagement.json +8 -8
  227. models/query.licensing.json +3487 -1324
  228. models/query.policy.appTenantRestriction.policy.json +32 -32
  229. models/query.policy.dynamicIpAllocation.policy.json +18 -18
  230. models/query.policy.internetFirewall.policy.json +93 -93
  231. models/query.policy.remotePortFwd.policy.json +23 -23
  232. models/query.policy.socketLan.policy.json +88 -88
  233. models/query.policy.terminalServer.policy.json +13 -13
  234. models/query.policy.wanFirewall.policy.json +111 -111
  235. models/query.policy.wanNetwork.policy.json +97 -97
  236. models/query.popLocations.json +2878 -0
  237. models/query.sandbox.json +5 -5
  238. models/query.site.bgpPeer.json +4 -4
  239. models/query.site.bgpPeerList.json +10 -10
  240. models/query.site.secondaryAwsVSocket.json +340 -0
  241. models/query.site.secondaryAzureVSocket.json +319 -0
  242. models/query.site.siteBgpStatus.json +2 -2
  243. models/query.socketPortMetrics.json +2410 -0
  244. models/query.socketPortMetricsTimeSeries.json +2361 -0
  245. models/query.xdr.stories.json +104 -104
  246. models/query.xdr.story.json +93 -93
  247. schema/catolib.py +21 -12
  248. build/lib/catocli/Utils/clidriver.py +0 -268
  249. build/lib/catocli/Utils/profile_manager.py +0 -188
  250. build/lib/catocli/Utils/version_checker.py +0 -192
  251. build/lib/catocli/__init__.py +0 -2
  252. build/lib/catocli/__main__.py +0 -12
  253. build/lib/catocli/parsers/configure/__init__.py +0 -115
  254. build/lib/catocli/parsers/configure/configure.py +0 -307
  255. build/lib/catocli/parsers/custom/__init__.py +0 -57
  256. build/lib/catocli/parsers/custom/customLib.py +0 -561
  257. build/lib/catocli/parsers/custom/export_rules/__init__.py +0 -42
  258. build/lib/catocli/parsers/custom/export_rules/export_rules.py +0 -234
  259. build/lib/catocli/parsers/custom/export_sites/__init__.py +0 -21
  260. build/lib/catocli/parsers/custom/export_sites/export_sites.py +0 -372
  261. build/lib/catocli/parsers/custom/import_rules_to_tf/__init__.py +0 -58
  262. build/lib/catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +0 -451
  263. build/lib/catocli/parsers/custom/import_sites_to_tf/__init__.py +0 -45
  264. build/lib/catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +0 -891
  265. build/lib/catocli/parsers/mutation_accountManagement/__init__.py +0 -48
  266. build/lib/catocli/parsers/mutation_admin/__init__.py +0 -48
  267. build/lib/catocli/parsers/mutation_container/__init__.py +0 -138
  268. build/lib/catocli/parsers/mutation_hardware/__init__.py +0 -22
  269. build/lib/catocli/parsers/mutation_policy/__init__.py +0 -1305
  270. build/lib/catocli/parsers/mutation_sandbox/__init__.py +0 -35
  271. build/lib/catocli/parsers/mutation_site/__init__.py +0 -373
  272. build/lib/catocli/parsers/mutation_sites/__init__.py +0 -373
  273. build/lib/catocli/parsers/mutation_xdr/__init__.py +0 -48
  274. build/lib/catocli/parsers/parserApiClient.py +0 -513
  275. build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -16
  276. build/lib/catocli/parsers/query_accountManagement/__init__.py +0 -16
  277. build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -16
  278. build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -16
  279. build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -16
  280. build/lib/catocli/parsers/query_admin/__init__.py +0 -16
  281. build/lib/catocli/parsers/query_admins/__init__.py +0 -16
  282. build/lib/catocli/parsers/query_appStats/__init__.py +0 -16
  283. build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -16
  284. build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -16
  285. build/lib/catocli/parsers/query_catalogs/__init__.py +0 -16
  286. build/lib/catocli/parsers/query_container/__init__.py +0 -16
  287. build/lib/catocli/parsers/query_devices/__init__.py +0 -16
  288. build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -16
  289. build/lib/catocli/parsers/query_events/__init__.py +0 -16
  290. build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -16
  291. build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -16
  292. build/lib/catocli/parsers/query_hardware/__init__.py +0 -16
  293. build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -16
  294. build/lib/catocli/parsers/query_licensing/__init__.py +0 -16
  295. build/lib/catocli/parsers/query_policy/__init__.py +0 -161
  296. build/lib/catocli/parsers/query_sandbox/__init__.py +0 -16
  297. build/lib/catocli/parsers/query_site/__init__.py +0 -100
  298. build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -13
  299. build/lib/catocli/parsers/query_subDomains/__init__.py +0 -16
  300. build/lib/catocli/parsers/query_xdr/__init__.py +0 -35
  301. build/lib/catocli/parsers/raw/__init__.py +0 -12
  302. build/lib/graphql_client/__init__.py +0 -11
  303. build/lib/graphql_client/api/__init__.py +0 -3
  304. build/lib/graphql_client/api/call_api.py +0 -84
  305. build/lib/graphql_client/api_client.py +0 -192
  306. build/lib/graphql_client/api_client_types.py +0 -409
  307. build/lib/graphql_client/configuration.py +0 -232
  308. build/lib/graphql_client/models/__init__.py +0 -13
  309. build/lib/graphql_client/models/no_schema.py +0 -71
  310. build/lib/schema/catolib.py +0 -1141
  311. build/lib/schema/importSchema.py +0 -60
  312. build/lib/schema/remove_policyid.py +0 -89
  313. build/lib/schema/remove_policyid_mutations.py +0 -89
  314. build/lib/scripts/catolib.py +0 -62
  315. build/lib/scripts/export_if_rules_to_json.py +0 -188
  316. build/lib/scripts/export_wf_rules_to_json.py +0 -111
  317. build/lib/scripts/import_wf_rules_to_tfstate.py +0 -331
  318. build/lib/vendor/certifi/__init__.py +0 -4
  319. build/lib/vendor/certifi/__main__.py +0 -12
  320. build/lib/vendor/certifi/core.py +0 -114
  321. build/lib/vendor/certifi/py.typed +0 -0
  322. build/lib/vendor/six.py +0 -998
  323. build/lib/vendor/urllib3/__init__.py +0 -211
  324. build/lib/vendor/urllib3/_base_connection.py +0 -172
  325. build/lib/vendor/urllib3/_collections.py +0 -483
  326. build/lib/vendor/urllib3/_request_methods.py +0 -278
  327. build/lib/vendor/urllib3/_version.py +0 -16
  328. build/lib/vendor/urllib3/connection.py +0 -1033
  329. build/lib/vendor/urllib3/connectionpool.py +0 -1182
  330. build/lib/vendor/urllib3/contrib/__init__.py +0 -0
  331. build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
  332. build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
  333. build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
  334. build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
  335. build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
  336. build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
  337. build/lib/vendor/urllib3/contrib/socks.py +0 -228
  338. build/lib/vendor/urllib3/exceptions.py +0 -321
  339. build/lib/vendor/urllib3/fields.py +0 -341
  340. build/lib/vendor/urllib3/filepost.py +0 -89
  341. build/lib/vendor/urllib3/http2/__init__.py +0 -53
  342. build/lib/vendor/urllib3/http2/connection.py +0 -356
  343. build/lib/vendor/urllib3/http2/probe.py +0 -87
  344. build/lib/vendor/urllib3/poolmanager.py +0 -637
  345. build/lib/vendor/urllib3/py.typed +0 -2
  346. build/lib/vendor/urllib3/response.py +0 -1265
  347. build/lib/vendor/urllib3/util/__init__.py +0 -42
  348. build/lib/vendor/urllib3/util/connection.py +0 -137
  349. build/lib/vendor/urllib3/util/proxy.py +0 -43
  350. build/lib/vendor/urllib3/util/request.py +0 -256
  351. build/lib/vendor/urllib3/util/response.py +0 -101
  352. build/lib/vendor/urllib3/util/retry.py +0 -533
  353. build/lib/vendor/urllib3/util/ssl_.py +0 -513
  354. build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
  355. build/lib/vendor/urllib3/util/ssltransport.py +0 -276
  356. build/lib/vendor/urllib3/util/timeout.py +0 -275
  357. build/lib/vendor/urllib3/util/url.py +0 -471
  358. build/lib/vendor/urllib3/util/util.py +0 -42
  359. build/lib/vendor/urllib3/util/wait.py +0 -124
  360. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/entry_points.txt +0 -0
  361. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info/licenses}/LICENSE +0 -0
@@ -0,0 +1,2361 @@
1
+ {
2
+ "args": {
3
+ "accountID": {
4
+ "defaultValue": null,
5
+ "description": "Account ID",
6
+ "id_str": "accountID",
7
+ "name": "accountID",
8
+ "path": "accountID",
9
+ "requestStr": "$accountID:ID! ",
10
+ "required": true,
11
+ "responseStr": "accountID:$accountID ",
12
+ "type": {
13
+ "kind": [
14
+ "NON_NULL",
15
+ "SCALAR"
16
+ ],
17
+ "name": "ID",
18
+ "non_null": false
19
+ },
20
+ "varName": "accountID"
21
+ },
22
+ "dimensions": {
23
+ "defaultValue": null,
24
+ "description": null,
25
+ "id_str": "dimensions",
26
+ "name": "dimensions",
27
+ "path": "dimensions",
28
+ "requestStr": "$socketPortMetricsDimension:[SocketPortMetricsDimension] ",
29
+ "required": false,
30
+ "responseStr": "dimensions:$socketPortMetricsDimension ",
31
+ "type": {
32
+ "definition": {
33
+ "description": null,
34
+ "enumValues": null,
35
+ "fields": null,
36
+ "inputFields": {
37
+ "fieldName": {
38
+ "defaultValue": null,
39
+ "description": null,
40
+ "id_str": "dimensions___fieldName",
41
+ "name": "fieldName",
42
+ "path": "dimensions.fieldName",
43
+ "requestStr": "$fieldName:SocketPortMetricsFieldName! ",
44
+ "required": true,
45
+ "responseStr": "fieldName:$fieldName ",
46
+ "type": {
47
+ "definition": {
48
+ "description": null,
49
+ "enumValues": [
50
+ {
51
+ "deprecationReason": null,
52
+ "description": "Unique identifier of the account that owns the site.",
53
+ "isDeprecated": false,
54
+ "name": "account_id"
55
+ },
56
+ {
57
+ "deprecationReason": null,
58
+ "description": "Unique identifier of the site where the socket is deployed.",
59
+ "isDeprecated": false,
60
+ "name": "site_id"
61
+ },
62
+ {
63
+ "deprecationReason": null,
64
+ "description": "Unique identifier of the Socket (Cato edge device).",
65
+ "isDeprecated": false,
66
+ "name": "device_id"
67
+ },
68
+ {
69
+ "deprecationReason": null,
70
+ "description": "The name or ID of the physical or logical interface on the Socket device (e.g., eth0, cell1).",
71
+ "isDeprecated": false,
72
+ "name": "socket_interface"
73
+ },
74
+ {
75
+ "deprecationReason": null,
76
+ "description": "Describes the interface role such as primary, backup, cellular, or none.",
77
+ "isDeprecated": false,
78
+ "name": "socket_interface_role"
79
+ },
80
+ {
81
+ "deprecationReason": null,
82
+ "description": "Indicates the high-availability (HA) role of the device (e.g., active, standby).",
83
+ "isDeprecated": false,
84
+ "name": "ha_role"
85
+ },
86
+ {
87
+ "deprecationReason": null,
88
+ "description": "Type of physical interface (e.g., ethernet, cellular).",
89
+ "isDeprecated": false,
90
+ "name": "physical_interface_type"
91
+ },
92
+ {
93
+ "deprecationReason": null,
94
+ "description": "Type of transport used by the interface (e.g., wired, lte, 5g, wifi).",
95
+ "isDeprecated": false,
96
+ "name": "transport_type"
97
+ },
98
+ {
99
+ "deprecationReason": null,
100
+ "description": "SIM card number (for cellular interfaces).",
101
+ "isDeprecated": false,
102
+ "name": "sim_num"
103
+ },
104
+ {
105
+ "deprecationReason": null,
106
+ "description": "Total bytes sent upstream (from the device to the network).",
107
+ "isDeprecated": false,
108
+ "name": "bytes_upstream"
109
+ },
110
+ {
111
+ "deprecationReason": null,
112
+ "description": "Total bytes received downstream (from the network to the device).",
113
+ "isDeprecated": false,
114
+ "name": "bytes_downstream"
115
+ },
116
+ {
117
+ "deprecationReason": null,
118
+ "description": "Combined total of upstream and downstream bytes.",
119
+ "isDeprecated": false,
120
+ "name": "bytes_total"
121
+ },
122
+ {
123
+ "deprecationReason": null,
124
+ "description": "Current upload throughput in Mbps.",
125
+ "isDeprecated": false,
126
+ "name": "throughput_upstream"
127
+ },
128
+ {
129
+ "deprecationReason": null,
130
+ "description": "Current download throughput in Mbps.",
131
+ "isDeprecated": false,
132
+ "name": "throughput_downstream"
133
+ },
134
+ {
135
+ "deprecationReason": null,
136
+ "description": "Human-readable name of the site.",
137
+ "isDeprecated": false,
138
+ "name": "site_name"
139
+ },
140
+ {
141
+ "deprecationReason": null,
142
+ "description": "Generic signal strength indicator (often maps to bars or percentage).",
143
+ "isDeprecated": false,
144
+ "name": "cellular_signal_strength"
145
+ },
146
+ {
147
+ "deprecationReason": null,
148
+ "description": "Reference Signal Received Quality \u2013 a key LTE/5G metric for link quality (dB).",
149
+ "isDeprecated": false,
150
+ "name": "cellular_rsrq"
151
+ },
152
+ {
153
+ "deprecationReason": null,
154
+ "description": "Reference Signal Received Power \u2013 measures LTE/5G signal strength (dBm).",
155
+ "isDeprecated": false,
156
+ "name": "cellular_rsrp"
157
+ },
158
+ {
159
+ "deprecationReason": null,
160
+ "description": "Received Signal Strength Indicator \u2013 legacy strength metric (dBm).",
161
+ "isDeprecated": false,
162
+ "name": "cellular_rssi"
163
+ },
164
+ {
165
+ "deprecationReason": null,
166
+ "description": "Signal to Interference + Noise Ratio \u2013 LTE/5G metric for signal clarity (dB).",
167
+ "isDeprecated": false,
168
+ "name": "cellular_sinr"
169
+ }
170
+ ],
171
+ "fields": null,
172
+ "inputFields": null,
173
+ "interfaces": null,
174
+ "kind": "ENUM",
175
+ "name": "SocketPortMetricsFieldName",
176
+ "possibleTypes": null
177
+ },
178
+ "indexType": "enum",
179
+ "kind": [
180
+ "NON_NULL",
181
+ "ENUM"
182
+ ],
183
+ "name": "SocketPortMetricsFieldName",
184
+ "non_null": false
185
+ },
186
+ "varName": "fieldName"
187
+ }
188
+ },
189
+ "interfaces": null,
190
+ "kind": "INPUT_OBJECT",
191
+ "name": "SocketPortMetricsDimension",
192
+ "possibleTypes": null
193
+ },
194
+ "indexType": "input_object",
195
+ "kind": [
196
+ "LIST",
197
+ "INPUT_OBJECT"
198
+ ],
199
+ "name": "SocketPortMetricsDimension",
200
+ "non_null": false
201
+ },
202
+ "varName": "socketPortMetricsDimension"
203
+ },
204
+ "filters": {
205
+ "defaultValue": null,
206
+ "description": null,
207
+ "id_str": "filters",
208
+ "name": "filters",
209
+ "path": "filters",
210
+ "requestStr": "$socketPortMetricsFilter:[SocketPortMetricsFilter!] ",
211
+ "required": false,
212
+ "responseStr": "filters:$socketPortMetricsFilter ",
213
+ "type": {
214
+ "definition": {
215
+ "description": null,
216
+ "enumValues": null,
217
+ "fields": null,
218
+ "inputFields": {
219
+ "fieldName": {
220
+ "defaultValue": null,
221
+ "description": null,
222
+ "id_str": "filters___fieldName",
223
+ "name": "fieldName",
224
+ "path": "filters.fieldName",
225
+ "requestStr": "$fieldName:SocketPortMetricsFieldName! ",
226
+ "required": true,
227
+ "responseStr": "fieldName:$fieldName ",
228
+ "type": {
229
+ "definition": {
230
+ "description": null,
231
+ "enumValues": [
232
+ {
233
+ "deprecationReason": null,
234
+ "description": "Unique identifier of the account that owns the site.",
235
+ "isDeprecated": false,
236
+ "name": "account_id"
237
+ },
238
+ {
239
+ "deprecationReason": null,
240
+ "description": "Unique identifier of the site where the socket is deployed.",
241
+ "isDeprecated": false,
242
+ "name": "site_id"
243
+ },
244
+ {
245
+ "deprecationReason": null,
246
+ "description": "Unique identifier of the Socket (Cato edge device).",
247
+ "isDeprecated": false,
248
+ "name": "device_id"
249
+ },
250
+ {
251
+ "deprecationReason": null,
252
+ "description": "The name or ID of the physical or logical interface on the Socket device (e.g., eth0, cell1).",
253
+ "isDeprecated": false,
254
+ "name": "socket_interface"
255
+ },
256
+ {
257
+ "deprecationReason": null,
258
+ "description": "Describes the interface role such as primary, backup, cellular, or none.",
259
+ "isDeprecated": false,
260
+ "name": "socket_interface_role"
261
+ },
262
+ {
263
+ "deprecationReason": null,
264
+ "description": "Indicates the high-availability (HA) role of the device (e.g., active, standby).",
265
+ "isDeprecated": false,
266
+ "name": "ha_role"
267
+ },
268
+ {
269
+ "deprecationReason": null,
270
+ "description": "Type of physical interface (e.g., ethernet, cellular).",
271
+ "isDeprecated": false,
272
+ "name": "physical_interface_type"
273
+ },
274
+ {
275
+ "deprecationReason": null,
276
+ "description": "Type of transport used by the interface (e.g., wired, lte, 5g, wifi).",
277
+ "isDeprecated": false,
278
+ "name": "transport_type"
279
+ },
280
+ {
281
+ "deprecationReason": null,
282
+ "description": "SIM card number (for cellular interfaces).",
283
+ "isDeprecated": false,
284
+ "name": "sim_num"
285
+ },
286
+ {
287
+ "deprecationReason": null,
288
+ "description": "Total bytes sent upstream (from the device to the network).",
289
+ "isDeprecated": false,
290
+ "name": "bytes_upstream"
291
+ },
292
+ {
293
+ "deprecationReason": null,
294
+ "description": "Total bytes received downstream (from the network to the device).",
295
+ "isDeprecated": false,
296
+ "name": "bytes_downstream"
297
+ },
298
+ {
299
+ "deprecationReason": null,
300
+ "description": "Combined total of upstream and downstream bytes.",
301
+ "isDeprecated": false,
302
+ "name": "bytes_total"
303
+ },
304
+ {
305
+ "deprecationReason": null,
306
+ "description": "Current upload throughput in Mbps.",
307
+ "isDeprecated": false,
308
+ "name": "throughput_upstream"
309
+ },
310
+ {
311
+ "deprecationReason": null,
312
+ "description": "Current download throughput in Mbps.",
313
+ "isDeprecated": false,
314
+ "name": "throughput_downstream"
315
+ },
316
+ {
317
+ "deprecationReason": null,
318
+ "description": "Human-readable name of the site.",
319
+ "isDeprecated": false,
320
+ "name": "site_name"
321
+ },
322
+ {
323
+ "deprecationReason": null,
324
+ "description": "Generic signal strength indicator (often maps to bars or percentage).",
325
+ "isDeprecated": false,
326
+ "name": "cellular_signal_strength"
327
+ },
328
+ {
329
+ "deprecationReason": null,
330
+ "description": "Reference Signal Received Quality \u2013 a key LTE/5G metric for link quality (dB).",
331
+ "isDeprecated": false,
332
+ "name": "cellular_rsrq"
333
+ },
334
+ {
335
+ "deprecationReason": null,
336
+ "description": "Reference Signal Received Power \u2013 measures LTE/5G signal strength (dBm).",
337
+ "isDeprecated": false,
338
+ "name": "cellular_rsrp"
339
+ },
340
+ {
341
+ "deprecationReason": null,
342
+ "description": "Received Signal Strength Indicator \u2013 legacy strength metric (dBm).",
343
+ "isDeprecated": false,
344
+ "name": "cellular_rssi"
345
+ },
346
+ {
347
+ "deprecationReason": null,
348
+ "description": "Signal to Interference + Noise Ratio \u2013 LTE/5G metric for signal clarity (dB).",
349
+ "isDeprecated": false,
350
+ "name": "cellular_sinr"
351
+ }
352
+ ],
353
+ "fields": null,
354
+ "inputFields": null,
355
+ "interfaces": null,
356
+ "kind": "ENUM",
357
+ "name": "SocketPortMetricsFieldName",
358
+ "possibleTypes": null
359
+ },
360
+ "indexType": "enum",
361
+ "kind": [
362
+ "NON_NULL",
363
+ "ENUM"
364
+ ],
365
+ "name": "SocketPortMetricsFieldName",
366
+ "non_null": false
367
+ },
368
+ "varName": "fieldName"
369
+ },
370
+ "operator": {
371
+ "defaultValue": null,
372
+ "description": null,
373
+ "id_str": "filters___operator",
374
+ "name": "operator",
375
+ "path": "filters.operator",
376
+ "requestStr": "$operator:FilterOperator! ",
377
+ "required": true,
378
+ "responseStr": "operator:$operator ",
379
+ "type": {
380
+ "definition": {
381
+ "description": null,
382
+ "enumValues": [
383
+ {
384
+ "deprecationReason": null,
385
+ "description": null,
386
+ "isDeprecated": false,
387
+ "name": "is"
388
+ },
389
+ {
390
+ "deprecationReason": null,
391
+ "description": null,
392
+ "isDeprecated": false,
393
+ "name": "is_not"
394
+ },
395
+ {
396
+ "deprecationReason": null,
397
+ "description": null,
398
+ "isDeprecated": false,
399
+ "name": "in"
400
+ },
401
+ {
402
+ "deprecationReason": null,
403
+ "description": null,
404
+ "isDeprecated": false,
405
+ "name": "not_in"
406
+ },
407
+ {
408
+ "deprecationReason": null,
409
+ "description": null,
410
+ "isDeprecated": false,
411
+ "name": "exists"
412
+ },
413
+ {
414
+ "deprecationReason": null,
415
+ "description": null,
416
+ "isDeprecated": false,
417
+ "name": "not_exists"
418
+ },
419
+ {
420
+ "deprecationReason": null,
421
+ "description": null,
422
+ "isDeprecated": false,
423
+ "name": "between"
424
+ },
425
+ {
426
+ "deprecationReason": null,
427
+ "description": null,
428
+ "isDeprecated": false,
429
+ "name": "not_between"
430
+ },
431
+ {
432
+ "deprecationReason": null,
433
+ "description": null,
434
+ "isDeprecated": false,
435
+ "name": "gt"
436
+ },
437
+ {
438
+ "deprecationReason": null,
439
+ "description": null,
440
+ "isDeprecated": false,
441
+ "name": "gte"
442
+ },
443
+ {
444
+ "deprecationReason": null,
445
+ "description": null,
446
+ "isDeprecated": false,
447
+ "name": "lt"
448
+ },
449
+ {
450
+ "deprecationReason": null,
451
+ "description": null,
452
+ "isDeprecated": false,
453
+ "name": "lte"
454
+ }
455
+ ],
456
+ "fields": null,
457
+ "inputFields": null,
458
+ "interfaces": null,
459
+ "kind": "ENUM",
460
+ "name": "FilterOperator",
461
+ "possibleTypes": null
462
+ },
463
+ "indexType": "enum",
464
+ "kind": [
465
+ "NON_NULL",
466
+ "ENUM"
467
+ ],
468
+ "name": "FilterOperator",
469
+ "non_null": false
470
+ },
471
+ "varName": "operator"
472
+ },
473
+ "values": {
474
+ "defaultValue": null,
475
+ "description": null,
476
+ "id_str": "filters___values",
477
+ "name": "values",
478
+ "path": "filters.values",
479
+ "requestStr": "$values:[String]! ",
480
+ "required": true,
481
+ "responseStr": "values:$values ",
482
+ "type": {
483
+ "kind": [
484
+ "NON_NULL",
485
+ "LIST",
486
+ "NON_NULL",
487
+ "SCALAR"
488
+ ],
489
+ "name": "String",
490
+ "non_null": false
491
+ },
492
+ "varName": "values"
493
+ }
494
+ },
495
+ "interfaces": null,
496
+ "kind": "INPUT_OBJECT",
497
+ "name": "SocketPortMetricsFilter",
498
+ "possibleTypes": null
499
+ },
500
+ "indexType": "input_object",
501
+ "kind": [
502
+ "LIST",
503
+ "NON_NULL",
504
+ "INPUT_OBJECT"
505
+ ],
506
+ "name": "SocketPortMetricsFilter",
507
+ "non_null": false
508
+ },
509
+ "varName": "socketPortMetricsFilter"
510
+ },
511
+ "measures": {
512
+ "defaultValue": null,
513
+ "description": null,
514
+ "id_str": "measures",
515
+ "name": "measures",
516
+ "path": "measures",
517
+ "requestStr": "$socketPortMetricsMeasure:[SocketPortMetricsMeasure] ",
518
+ "required": false,
519
+ "responseStr": "measures:$socketPortMetricsMeasure ",
520
+ "type": {
521
+ "definition": {
522
+ "description": null,
523
+ "enumValues": null,
524
+ "fields": null,
525
+ "inputFields": {
526
+ "aggType": {
527
+ "defaultValue": null,
528
+ "description": null,
529
+ "id_str": "measures___aggType",
530
+ "name": "aggType",
531
+ "path": "measures.aggType",
532
+ "requestStr": "$aggType:AggregationType! ",
533
+ "required": true,
534
+ "responseStr": "aggType:$aggType ",
535
+ "type": {
536
+ "definition": {
537
+ "description": null,
538
+ "enumValues": [
539
+ {
540
+ "deprecationReason": null,
541
+ "description": null,
542
+ "isDeprecated": false,
543
+ "name": "sum"
544
+ },
545
+ {
546
+ "deprecationReason": null,
547
+ "description": null,
548
+ "isDeprecated": false,
549
+ "name": "count"
550
+ },
551
+ {
552
+ "deprecationReason": null,
553
+ "description": null,
554
+ "isDeprecated": false,
555
+ "name": "count_distinct"
556
+ },
557
+ {
558
+ "deprecationReason": null,
559
+ "description": null,
560
+ "isDeprecated": false,
561
+ "name": "distinct"
562
+ },
563
+ {
564
+ "deprecationReason": null,
565
+ "description": null,
566
+ "isDeprecated": false,
567
+ "name": "avg"
568
+ },
569
+ {
570
+ "deprecationReason": null,
571
+ "description": null,
572
+ "isDeprecated": false,
573
+ "name": "max"
574
+ },
575
+ {
576
+ "deprecationReason": null,
577
+ "description": null,
578
+ "isDeprecated": false,
579
+ "name": "min"
580
+ },
581
+ {
582
+ "deprecationReason": null,
583
+ "description": null,
584
+ "isDeprecated": false,
585
+ "name": "any"
586
+ },
587
+ {
588
+ "deprecationReason": null,
589
+ "description": null,
590
+ "isDeprecated": false,
591
+ "name": "changes"
592
+ },
593
+ {
594
+ "deprecationReason": null,
595
+ "description": null,
596
+ "isDeprecated": false,
597
+ "name": "uniq_set"
598
+ }
599
+ ],
600
+ "fields": null,
601
+ "inputFields": null,
602
+ "interfaces": null,
603
+ "kind": "ENUM",
604
+ "name": "AggregationType",
605
+ "possibleTypes": null
606
+ },
607
+ "indexType": "enum",
608
+ "kind": [
609
+ "NON_NULL",
610
+ "ENUM"
611
+ ],
612
+ "name": "AggregationType",
613
+ "non_null": false
614
+ },
615
+ "varName": "aggType"
616
+ },
617
+ "fieldName": {
618
+ "defaultValue": null,
619
+ "description": null,
620
+ "id_str": "measures___fieldName",
621
+ "name": "fieldName",
622
+ "path": "measures.fieldName",
623
+ "requestStr": "$fieldName:SocketPortMetricsFieldName! ",
624
+ "required": true,
625
+ "responseStr": "fieldName:$fieldName ",
626
+ "type": {
627
+ "definition": {
628
+ "description": null,
629
+ "enumValues": [
630
+ {
631
+ "deprecationReason": null,
632
+ "description": "Unique identifier of the account that owns the site.",
633
+ "isDeprecated": false,
634
+ "name": "account_id"
635
+ },
636
+ {
637
+ "deprecationReason": null,
638
+ "description": "Unique identifier of the site where the socket is deployed.",
639
+ "isDeprecated": false,
640
+ "name": "site_id"
641
+ },
642
+ {
643
+ "deprecationReason": null,
644
+ "description": "Unique identifier of the Socket (Cato edge device).",
645
+ "isDeprecated": false,
646
+ "name": "device_id"
647
+ },
648
+ {
649
+ "deprecationReason": null,
650
+ "description": "The name or ID of the physical or logical interface on the Socket device (e.g., eth0, cell1).",
651
+ "isDeprecated": false,
652
+ "name": "socket_interface"
653
+ },
654
+ {
655
+ "deprecationReason": null,
656
+ "description": "Describes the interface role such as primary, backup, cellular, or none.",
657
+ "isDeprecated": false,
658
+ "name": "socket_interface_role"
659
+ },
660
+ {
661
+ "deprecationReason": null,
662
+ "description": "Indicates the high-availability (HA) role of the device (e.g., active, standby).",
663
+ "isDeprecated": false,
664
+ "name": "ha_role"
665
+ },
666
+ {
667
+ "deprecationReason": null,
668
+ "description": "Type of physical interface (e.g., ethernet, cellular).",
669
+ "isDeprecated": false,
670
+ "name": "physical_interface_type"
671
+ },
672
+ {
673
+ "deprecationReason": null,
674
+ "description": "Type of transport used by the interface (e.g., wired, lte, 5g, wifi).",
675
+ "isDeprecated": false,
676
+ "name": "transport_type"
677
+ },
678
+ {
679
+ "deprecationReason": null,
680
+ "description": "SIM card number (for cellular interfaces).",
681
+ "isDeprecated": false,
682
+ "name": "sim_num"
683
+ },
684
+ {
685
+ "deprecationReason": null,
686
+ "description": "Total bytes sent upstream (from the device to the network).",
687
+ "isDeprecated": false,
688
+ "name": "bytes_upstream"
689
+ },
690
+ {
691
+ "deprecationReason": null,
692
+ "description": "Total bytes received downstream (from the network to the device).",
693
+ "isDeprecated": false,
694
+ "name": "bytes_downstream"
695
+ },
696
+ {
697
+ "deprecationReason": null,
698
+ "description": "Combined total of upstream and downstream bytes.",
699
+ "isDeprecated": false,
700
+ "name": "bytes_total"
701
+ },
702
+ {
703
+ "deprecationReason": null,
704
+ "description": "Current upload throughput in Mbps.",
705
+ "isDeprecated": false,
706
+ "name": "throughput_upstream"
707
+ },
708
+ {
709
+ "deprecationReason": null,
710
+ "description": "Current download throughput in Mbps.",
711
+ "isDeprecated": false,
712
+ "name": "throughput_downstream"
713
+ },
714
+ {
715
+ "deprecationReason": null,
716
+ "description": "Human-readable name of the site.",
717
+ "isDeprecated": false,
718
+ "name": "site_name"
719
+ },
720
+ {
721
+ "deprecationReason": null,
722
+ "description": "Generic signal strength indicator (often maps to bars or percentage).",
723
+ "isDeprecated": false,
724
+ "name": "cellular_signal_strength"
725
+ },
726
+ {
727
+ "deprecationReason": null,
728
+ "description": "Reference Signal Received Quality \u2013 a key LTE/5G metric for link quality (dB).",
729
+ "isDeprecated": false,
730
+ "name": "cellular_rsrq"
731
+ },
732
+ {
733
+ "deprecationReason": null,
734
+ "description": "Reference Signal Received Power \u2013 measures LTE/5G signal strength (dBm).",
735
+ "isDeprecated": false,
736
+ "name": "cellular_rsrp"
737
+ },
738
+ {
739
+ "deprecationReason": null,
740
+ "description": "Received Signal Strength Indicator \u2013 legacy strength metric (dBm).",
741
+ "isDeprecated": false,
742
+ "name": "cellular_rssi"
743
+ },
744
+ {
745
+ "deprecationReason": null,
746
+ "description": "Signal to Interference + Noise Ratio \u2013 LTE/5G metric for signal clarity (dB).",
747
+ "isDeprecated": false,
748
+ "name": "cellular_sinr"
749
+ }
750
+ ],
751
+ "fields": null,
752
+ "inputFields": null,
753
+ "interfaces": null,
754
+ "kind": "ENUM",
755
+ "name": "SocketPortMetricsFieldName",
756
+ "possibleTypes": null
757
+ },
758
+ "indexType": "enum",
759
+ "kind": [
760
+ "NON_NULL",
761
+ "ENUM"
762
+ ],
763
+ "name": "SocketPortMetricsFieldName",
764
+ "non_null": false
765
+ },
766
+ "varName": "fieldName"
767
+ },
768
+ "trend": {
769
+ "defaultValue": null,
770
+ "description": null,
771
+ "id_str": "measures___trend",
772
+ "name": "trend",
773
+ "path": "measures.trend",
774
+ "requestStr": "$trend:Boolean ",
775
+ "required": false,
776
+ "responseStr": "trend:$trend ",
777
+ "type": {
778
+ "kind": [
779
+ "SCALAR"
780
+ ],
781
+ "name": "Boolean",
782
+ "non_null": false
783
+ },
784
+ "varName": "trend"
785
+ }
786
+ },
787
+ "interfaces": null,
788
+ "kind": "INPUT_OBJECT",
789
+ "name": "SocketPortMetricsMeasure",
790
+ "possibleTypes": null
791
+ },
792
+ "indexType": "input_object",
793
+ "kind": [
794
+ "LIST",
795
+ "INPUT_OBJECT"
796
+ ],
797
+ "name": "SocketPortMetricsMeasure",
798
+ "non_null": false
799
+ },
800
+ "varName": "socketPortMetricsMeasure"
801
+ },
802
+ "timeFrame": {
803
+ "defaultValue": null,
804
+ "description": null,
805
+ "id_str": "timeFrame",
806
+ "name": "timeFrame",
807
+ "path": "timeFrame",
808
+ "requestStr": "$timeFrame:TimeFrame! ",
809
+ "required": true,
810
+ "responseStr": "timeFrame:$timeFrame ",
811
+ "type": {
812
+ "kind": [
813
+ "NON_NULL",
814
+ "SCALAR"
815
+ ],
816
+ "name": "TimeFrame",
817
+ "non_null": false
818
+ },
819
+ "varName": "timeFrame"
820
+ }
821
+ },
822
+ "deprecationReason": null,
823
+ "description": "Provides historical time series metrics for physical and logical interfaces on Cato Sockets.\nThis API enables detailed monitoring of LAN, WAN, Tunnel, Bypass, and Off-Cloud traffic, including throughput, bandwidth usage, and cellular signal quality.",
824
+ "fieldTypes": {
825
+ "DimensionData": true,
826
+ "DimensionKey": true,
827
+ "Timeseries": true,
828
+ "TimeseriesKey": true,
829
+ "UnitType": true
830
+ },
831
+ "isDeprecated": false,
832
+ "name": "socketPortMetricsTimeSeries",
833
+ "operationArgs": {
834
+ "accountID": {
835
+ "defaultValue": null,
836
+ "description": "Account ID",
837
+ "id_str": "accountID",
838
+ "name": "accountID",
839
+ "path": "accountID",
840
+ "requestStr": "$accountID:ID! ",
841
+ "required": true,
842
+ "responseStr": "accountID:$accountID ",
843
+ "type": {
844
+ "kind": [
845
+ "NON_NULL",
846
+ "SCALAR"
847
+ ],
848
+ "name": "ID",
849
+ "non_null": false
850
+ },
851
+ "varName": "accountID"
852
+ },
853
+ "buckets": {
854
+ "defaultValue": null,
855
+ "description": null,
856
+ "id_str": "timeseries___buckets",
857
+ "name": "buckets",
858
+ "path": "timeseries.buckets",
859
+ "requestStr": "$buckets:Int! ",
860
+ "required": true,
861
+ "responseStr": "buckets:$buckets ",
862
+ "type": {
863
+ "kind": [
864
+ "NON_NULL",
865
+ "SCALAR"
866
+ ],
867
+ "name": "Int",
868
+ "non_null": false
869
+ },
870
+ "varName": "buckets"
871
+ },
872
+ "perSecond": {
873
+ "defaultValue": "true",
874
+ "description": "whether to normalize the data into per second (i.e. divide by granularity)",
875
+ "id_str": "data___perSecond",
876
+ "name": "perSecond",
877
+ "path": "data.perSecond",
878
+ "requestStr": "$perSecond:Boolean ",
879
+ "required": false,
880
+ "responseStr": "perSecond:$perSecond ",
881
+ "type": {
882
+ "kind": [
883
+ "SCALAR"
884
+ ],
885
+ "name": "Boolean",
886
+ "non_null": false
887
+ },
888
+ "varName": "perSecond"
889
+ },
890
+ "socketPortMetricsDimension": {
891
+ "defaultValue": null,
892
+ "description": null,
893
+ "id_str": "dimensions",
894
+ "name": "dimensions",
895
+ "path": "dimensions",
896
+ "requestStr": "$socketPortMetricsDimension:[SocketPortMetricsDimension] ",
897
+ "required": false,
898
+ "responseStr": "dimensions:$socketPortMetricsDimension ",
899
+ "type": {
900
+ "definition": {
901
+ "description": null,
902
+ "enumValues": null,
903
+ "fields": null,
904
+ "inputFields": {
905
+ "fieldName": {
906
+ "defaultValue": null,
907
+ "description": null,
908
+ "id_str": "dimensions___fieldName",
909
+ "name": "fieldName",
910
+ "path": "dimensions.fieldName",
911
+ "requestStr": "$fieldName:SocketPortMetricsFieldName! ",
912
+ "required": true,
913
+ "responseStr": "fieldName:$fieldName ",
914
+ "type": {
915
+ "definition": {
916
+ "description": null,
917
+ "enumValues": [
918
+ {
919
+ "deprecationReason": null,
920
+ "description": "Unique identifier of the account that owns the site.",
921
+ "isDeprecated": false,
922
+ "name": "account_id"
923
+ },
924
+ {
925
+ "deprecationReason": null,
926
+ "description": "Unique identifier of the site where the socket is deployed.",
927
+ "isDeprecated": false,
928
+ "name": "site_id"
929
+ },
930
+ {
931
+ "deprecationReason": null,
932
+ "description": "Unique identifier of the Socket (Cato edge device).",
933
+ "isDeprecated": false,
934
+ "name": "device_id"
935
+ },
936
+ {
937
+ "deprecationReason": null,
938
+ "description": "The name or ID of the physical or logical interface on the Socket device (e.g., eth0, cell1).",
939
+ "isDeprecated": false,
940
+ "name": "socket_interface"
941
+ },
942
+ {
943
+ "deprecationReason": null,
944
+ "description": "Describes the interface role such as primary, backup, cellular, or none.",
945
+ "isDeprecated": false,
946
+ "name": "socket_interface_role"
947
+ },
948
+ {
949
+ "deprecationReason": null,
950
+ "description": "Indicates the high-availability (HA) role of the device (e.g., active, standby).",
951
+ "isDeprecated": false,
952
+ "name": "ha_role"
953
+ },
954
+ {
955
+ "deprecationReason": null,
956
+ "description": "Type of physical interface (e.g., ethernet, cellular).",
957
+ "isDeprecated": false,
958
+ "name": "physical_interface_type"
959
+ },
960
+ {
961
+ "deprecationReason": null,
962
+ "description": "Type of transport used by the interface (e.g., wired, lte, 5g, wifi).",
963
+ "isDeprecated": false,
964
+ "name": "transport_type"
965
+ },
966
+ {
967
+ "deprecationReason": null,
968
+ "description": "SIM card number (for cellular interfaces).",
969
+ "isDeprecated": false,
970
+ "name": "sim_num"
971
+ },
972
+ {
973
+ "deprecationReason": null,
974
+ "description": "Total bytes sent upstream (from the device to the network).",
975
+ "isDeprecated": false,
976
+ "name": "bytes_upstream"
977
+ },
978
+ {
979
+ "deprecationReason": null,
980
+ "description": "Total bytes received downstream (from the network to the device).",
981
+ "isDeprecated": false,
982
+ "name": "bytes_downstream"
983
+ },
984
+ {
985
+ "deprecationReason": null,
986
+ "description": "Combined total of upstream and downstream bytes.",
987
+ "isDeprecated": false,
988
+ "name": "bytes_total"
989
+ },
990
+ {
991
+ "deprecationReason": null,
992
+ "description": "Current upload throughput in Mbps.",
993
+ "isDeprecated": false,
994
+ "name": "throughput_upstream"
995
+ },
996
+ {
997
+ "deprecationReason": null,
998
+ "description": "Current download throughput in Mbps.",
999
+ "isDeprecated": false,
1000
+ "name": "throughput_downstream"
1001
+ },
1002
+ {
1003
+ "deprecationReason": null,
1004
+ "description": "Human-readable name of the site.",
1005
+ "isDeprecated": false,
1006
+ "name": "site_name"
1007
+ },
1008
+ {
1009
+ "deprecationReason": null,
1010
+ "description": "Generic signal strength indicator (often maps to bars or percentage).",
1011
+ "isDeprecated": false,
1012
+ "name": "cellular_signal_strength"
1013
+ },
1014
+ {
1015
+ "deprecationReason": null,
1016
+ "description": "Reference Signal Received Quality \u2013 a key LTE/5G metric for link quality (dB).",
1017
+ "isDeprecated": false,
1018
+ "name": "cellular_rsrq"
1019
+ },
1020
+ {
1021
+ "deprecationReason": null,
1022
+ "description": "Reference Signal Received Power \u2013 measures LTE/5G signal strength (dBm).",
1023
+ "isDeprecated": false,
1024
+ "name": "cellular_rsrp"
1025
+ },
1026
+ {
1027
+ "deprecationReason": null,
1028
+ "description": "Received Signal Strength Indicator \u2013 legacy strength metric (dBm).",
1029
+ "isDeprecated": false,
1030
+ "name": "cellular_rssi"
1031
+ },
1032
+ {
1033
+ "deprecationReason": null,
1034
+ "description": "Signal to Interference + Noise Ratio \u2013 LTE/5G metric for signal clarity (dB).",
1035
+ "isDeprecated": false,
1036
+ "name": "cellular_sinr"
1037
+ }
1038
+ ],
1039
+ "fields": null,
1040
+ "inputFields": null,
1041
+ "interfaces": null,
1042
+ "kind": "ENUM",
1043
+ "name": "SocketPortMetricsFieldName",
1044
+ "possibleTypes": null
1045
+ },
1046
+ "indexType": "enum",
1047
+ "kind": [
1048
+ "NON_NULL",
1049
+ "ENUM"
1050
+ ],
1051
+ "name": "SocketPortMetricsFieldName",
1052
+ "non_null": false
1053
+ },
1054
+ "varName": "fieldName"
1055
+ }
1056
+ },
1057
+ "interfaces": null,
1058
+ "kind": "INPUT_OBJECT",
1059
+ "name": "SocketPortMetricsDimension",
1060
+ "possibleTypes": null
1061
+ },
1062
+ "indexType": "input_object",
1063
+ "kind": [
1064
+ "LIST",
1065
+ "INPUT_OBJECT"
1066
+ ],
1067
+ "name": "SocketPortMetricsDimension",
1068
+ "non_null": false
1069
+ },
1070
+ "varName": "socketPortMetricsDimension"
1071
+ },
1072
+ "socketPortMetricsFilter": {
1073
+ "defaultValue": null,
1074
+ "description": null,
1075
+ "id_str": "filters",
1076
+ "name": "filters",
1077
+ "path": "filters",
1078
+ "requestStr": "$socketPortMetricsFilter:[SocketPortMetricsFilter!] ",
1079
+ "required": false,
1080
+ "responseStr": "filters:$socketPortMetricsFilter ",
1081
+ "type": {
1082
+ "definition": {
1083
+ "description": null,
1084
+ "enumValues": null,
1085
+ "fields": null,
1086
+ "inputFields": {
1087
+ "fieldName": {
1088
+ "defaultValue": null,
1089
+ "description": null,
1090
+ "id_str": "filters___fieldName",
1091
+ "name": "fieldName",
1092
+ "path": "filters.fieldName",
1093
+ "requestStr": "$fieldName:SocketPortMetricsFieldName! ",
1094
+ "required": true,
1095
+ "responseStr": "fieldName:$fieldName ",
1096
+ "type": {
1097
+ "definition": {
1098
+ "description": null,
1099
+ "enumValues": [
1100
+ {
1101
+ "deprecationReason": null,
1102
+ "description": "Unique identifier of the account that owns the site.",
1103
+ "isDeprecated": false,
1104
+ "name": "account_id"
1105
+ },
1106
+ {
1107
+ "deprecationReason": null,
1108
+ "description": "Unique identifier of the site where the socket is deployed.",
1109
+ "isDeprecated": false,
1110
+ "name": "site_id"
1111
+ },
1112
+ {
1113
+ "deprecationReason": null,
1114
+ "description": "Unique identifier of the Socket (Cato edge device).",
1115
+ "isDeprecated": false,
1116
+ "name": "device_id"
1117
+ },
1118
+ {
1119
+ "deprecationReason": null,
1120
+ "description": "The name or ID of the physical or logical interface on the Socket device (e.g., eth0, cell1).",
1121
+ "isDeprecated": false,
1122
+ "name": "socket_interface"
1123
+ },
1124
+ {
1125
+ "deprecationReason": null,
1126
+ "description": "Describes the interface role such as primary, backup, cellular, or none.",
1127
+ "isDeprecated": false,
1128
+ "name": "socket_interface_role"
1129
+ },
1130
+ {
1131
+ "deprecationReason": null,
1132
+ "description": "Indicates the high-availability (HA) role of the device (e.g., active, standby).",
1133
+ "isDeprecated": false,
1134
+ "name": "ha_role"
1135
+ },
1136
+ {
1137
+ "deprecationReason": null,
1138
+ "description": "Type of physical interface (e.g., ethernet, cellular).",
1139
+ "isDeprecated": false,
1140
+ "name": "physical_interface_type"
1141
+ },
1142
+ {
1143
+ "deprecationReason": null,
1144
+ "description": "Type of transport used by the interface (e.g., wired, lte, 5g, wifi).",
1145
+ "isDeprecated": false,
1146
+ "name": "transport_type"
1147
+ },
1148
+ {
1149
+ "deprecationReason": null,
1150
+ "description": "SIM card number (for cellular interfaces).",
1151
+ "isDeprecated": false,
1152
+ "name": "sim_num"
1153
+ },
1154
+ {
1155
+ "deprecationReason": null,
1156
+ "description": "Total bytes sent upstream (from the device to the network).",
1157
+ "isDeprecated": false,
1158
+ "name": "bytes_upstream"
1159
+ },
1160
+ {
1161
+ "deprecationReason": null,
1162
+ "description": "Total bytes received downstream (from the network to the device).",
1163
+ "isDeprecated": false,
1164
+ "name": "bytes_downstream"
1165
+ },
1166
+ {
1167
+ "deprecationReason": null,
1168
+ "description": "Combined total of upstream and downstream bytes.",
1169
+ "isDeprecated": false,
1170
+ "name": "bytes_total"
1171
+ },
1172
+ {
1173
+ "deprecationReason": null,
1174
+ "description": "Current upload throughput in Mbps.",
1175
+ "isDeprecated": false,
1176
+ "name": "throughput_upstream"
1177
+ },
1178
+ {
1179
+ "deprecationReason": null,
1180
+ "description": "Current download throughput in Mbps.",
1181
+ "isDeprecated": false,
1182
+ "name": "throughput_downstream"
1183
+ },
1184
+ {
1185
+ "deprecationReason": null,
1186
+ "description": "Human-readable name of the site.",
1187
+ "isDeprecated": false,
1188
+ "name": "site_name"
1189
+ },
1190
+ {
1191
+ "deprecationReason": null,
1192
+ "description": "Generic signal strength indicator (often maps to bars or percentage).",
1193
+ "isDeprecated": false,
1194
+ "name": "cellular_signal_strength"
1195
+ },
1196
+ {
1197
+ "deprecationReason": null,
1198
+ "description": "Reference Signal Received Quality \u2013 a key LTE/5G metric for link quality (dB).",
1199
+ "isDeprecated": false,
1200
+ "name": "cellular_rsrq"
1201
+ },
1202
+ {
1203
+ "deprecationReason": null,
1204
+ "description": "Reference Signal Received Power \u2013 measures LTE/5G signal strength (dBm).",
1205
+ "isDeprecated": false,
1206
+ "name": "cellular_rsrp"
1207
+ },
1208
+ {
1209
+ "deprecationReason": null,
1210
+ "description": "Received Signal Strength Indicator \u2013 legacy strength metric (dBm).",
1211
+ "isDeprecated": false,
1212
+ "name": "cellular_rssi"
1213
+ },
1214
+ {
1215
+ "deprecationReason": null,
1216
+ "description": "Signal to Interference + Noise Ratio \u2013 LTE/5G metric for signal clarity (dB).",
1217
+ "isDeprecated": false,
1218
+ "name": "cellular_sinr"
1219
+ }
1220
+ ],
1221
+ "fields": null,
1222
+ "inputFields": null,
1223
+ "interfaces": null,
1224
+ "kind": "ENUM",
1225
+ "name": "SocketPortMetricsFieldName",
1226
+ "possibleTypes": null
1227
+ },
1228
+ "indexType": "enum",
1229
+ "kind": [
1230
+ "NON_NULL",
1231
+ "ENUM"
1232
+ ],
1233
+ "name": "SocketPortMetricsFieldName",
1234
+ "non_null": false
1235
+ },
1236
+ "varName": "fieldName"
1237
+ },
1238
+ "operator": {
1239
+ "defaultValue": null,
1240
+ "description": null,
1241
+ "id_str": "filters___operator",
1242
+ "name": "operator",
1243
+ "path": "filters.operator",
1244
+ "requestStr": "$operator:FilterOperator! ",
1245
+ "required": true,
1246
+ "responseStr": "operator:$operator ",
1247
+ "type": {
1248
+ "definition": {
1249
+ "description": null,
1250
+ "enumValues": [
1251
+ {
1252
+ "deprecationReason": null,
1253
+ "description": null,
1254
+ "isDeprecated": false,
1255
+ "name": "is"
1256
+ },
1257
+ {
1258
+ "deprecationReason": null,
1259
+ "description": null,
1260
+ "isDeprecated": false,
1261
+ "name": "is_not"
1262
+ },
1263
+ {
1264
+ "deprecationReason": null,
1265
+ "description": null,
1266
+ "isDeprecated": false,
1267
+ "name": "in"
1268
+ },
1269
+ {
1270
+ "deprecationReason": null,
1271
+ "description": null,
1272
+ "isDeprecated": false,
1273
+ "name": "not_in"
1274
+ },
1275
+ {
1276
+ "deprecationReason": null,
1277
+ "description": null,
1278
+ "isDeprecated": false,
1279
+ "name": "exists"
1280
+ },
1281
+ {
1282
+ "deprecationReason": null,
1283
+ "description": null,
1284
+ "isDeprecated": false,
1285
+ "name": "not_exists"
1286
+ },
1287
+ {
1288
+ "deprecationReason": null,
1289
+ "description": null,
1290
+ "isDeprecated": false,
1291
+ "name": "between"
1292
+ },
1293
+ {
1294
+ "deprecationReason": null,
1295
+ "description": null,
1296
+ "isDeprecated": false,
1297
+ "name": "not_between"
1298
+ },
1299
+ {
1300
+ "deprecationReason": null,
1301
+ "description": null,
1302
+ "isDeprecated": false,
1303
+ "name": "gt"
1304
+ },
1305
+ {
1306
+ "deprecationReason": null,
1307
+ "description": null,
1308
+ "isDeprecated": false,
1309
+ "name": "gte"
1310
+ },
1311
+ {
1312
+ "deprecationReason": null,
1313
+ "description": null,
1314
+ "isDeprecated": false,
1315
+ "name": "lt"
1316
+ },
1317
+ {
1318
+ "deprecationReason": null,
1319
+ "description": null,
1320
+ "isDeprecated": false,
1321
+ "name": "lte"
1322
+ }
1323
+ ],
1324
+ "fields": null,
1325
+ "inputFields": null,
1326
+ "interfaces": null,
1327
+ "kind": "ENUM",
1328
+ "name": "FilterOperator",
1329
+ "possibleTypes": null
1330
+ },
1331
+ "indexType": "enum",
1332
+ "kind": [
1333
+ "NON_NULL",
1334
+ "ENUM"
1335
+ ],
1336
+ "name": "FilterOperator",
1337
+ "non_null": false
1338
+ },
1339
+ "varName": "operator"
1340
+ },
1341
+ "values": {
1342
+ "defaultValue": null,
1343
+ "description": null,
1344
+ "id_str": "filters___values",
1345
+ "name": "values",
1346
+ "path": "filters.values",
1347
+ "requestStr": "$values:[String]! ",
1348
+ "required": true,
1349
+ "responseStr": "values:$values ",
1350
+ "type": {
1351
+ "kind": [
1352
+ "NON_NULL",
1353
+ "LIST",
1354
+ "NON_NULL",
1355
+ "SCALAR"
1356
+ ],
1357
+ "name": "String",
1358
+ "non_null": false
1359
+ },
1360
+ "varName": "values"
1361
+ }
1362
+ },
1363
+ "interfaces": null,
1364
+ "kind": "INPUT_OBJECT",
1365
+ "name": "SocketPortMetricsFilter",
1366
+ "possibleTypes": null
1367
+ },
1368
+ "indexType": "input_object",
1369
+ "kind": [
1370
+ "LIST",
1371
+ "NON_NULL",
1372
+ "INPUT_OBJECT"
1373
+ ],
1374
+ "name": "SocketPortMetricsFilter",
1375
+ "non_null": false
1376
+ },
1377
+ "varName": "socketPortMetricsFilter"
1378
+ },
1379
+ "socketPortMetricsMeasure": {
1380
+ "defaultValue": null,
1381
+ "description": null,
1382
+ "id_str": "measures",
1383
+ "name": "measures",
1384
+ "path": "measures",
1385
+ "requestStr": "$socketPortMetricsMeasure:[SocketPortMetricsMeasure] ",
1386
+ "required": false,
1387
+ "responseStr": "measures:$socketPortMetricsMeasure ",
1388
+ "type": {
1389
+ "definition": {
1390
+ "description": null,
1391
+ "enumValues": null,
1392
+ "fields": null,
1393
+ "inputFields": {
1394
+ "aggType": {
1395
+ "defaultValue": null,
1396
+ "description": null,
1397
+ "id_str": "measures___aggType",
1398
+ "name": "aggType",
1399
+ "path": "measures.aggType",
1400
+ "requestStr": "$aggType:AggregationType! ",
1401
+ "required": true,
1402
+ "responseStr": "aggType:$aggType ",
1403
+ "type": {
1404
+ "definition": {
1405
+ "description": null,
1406
+ "enumValues": [
1407
+ {
1408
+ "deprecationReason": null,
1409
+ "description": null,
1410
+ "isDeprecated": false,
1411
+ "name": "sum"
1412
+ },
1413
+ {
1414
+ "deprecationReason": null,
1415
+ "description": null,
1416
+ "isDeprecated": false,
1417
+ "name": "count"
1418
+ },
1419
+ {
1420
+ "deprecationReason": null,
1421
+ "description": null,
1422
+ "isDeprecated": false,
1423
+ "name": "count_distinct"
1424
+ },
1425
+ {
1426
+ "deprecationReason": null,
1427
+ "description": null,
1428
+ "isDeprecated": false,
1429
+ "name": "distinct"
1430
+ },
1431
+ {
1432
+ "deprecationReason": null,
1433
+ "description": null,
1434
+ "isDeprecated": false,
1435
+ "name": "avg"
1436
+ },
1437
+ {
1438
+ "deprecationReason": null,
1439
+ "description": null,
1440
+ "isDeprecated": false,
1441
+ "name": "max"
1442
+ },
1443
+ {
1444
+ "deprecationReason": null,
1445
+ "description": null,
1446
+ "isDeprecated": false,
1447
+ "name": "min"
1448
+ },
1449
+ {
1450
+ "deprecationReason": null,
1451
+ "description": null,
1452
+ "isDeprecated": false,
1453
+ "name": "any"
1454
+ },
1455
+ {
1456
+ "deprecationReason": null,
1457
+ "description": null,
1458
+ "isDeprecated": false,
1459
+ "name": "changes"
1460
+ },
1461
+ {
1462
+ "deprecationReason": null,
1463
+ "description": null,
1464
+ "isDeprecated": false,
1465
+ "name": "uniq_set"
1466
+ }
1467
+ ],
1468
+ "fields": null,
1469
+ "inputFields": null,
1470
+ "interfaces": null,
1471
+ "kind": "ENUM",
1472
+ "name": "AggregationType",
1473
+ "possibleTypes": null
1474
+ },
1475
+ "indexType": "enum",
1476
+ "kind": [
1477
+ "NON_NULL",
1478
+ "ENUM"
1479
+ ],
1480
+ "name": "AggregationType",
1481
+ "non_null": false
1482
+ },
1483
+ "varName": "aggType"
1484
+ },
1485
+ "fieldName": {
1486
+ "defaultValue": null,
1487
+ "description": null,
1488
+ "id_str": "measures___fieldName",
1489
+ "name": "fieldName",
1490
+ "path": "measures.fieldName",
1491
+ "requestStr": "$fieldName:SocketPortMetricsFieldName! ",
1492
+ "required": true,
1493
+ "responseStr": "fieldName:$fieldName ",
1494
+ "type": {
1495
+ "definition": {
1496
+ "description": null,
1497
+ "enumValues": [
1498
+ {
1499
+ "deprecationReason": null,
1500
+ "description": "Unique identifier of the account that owns the site.",
1501
+ "isDeprecated": false,
1502
+ "name": "account_id"
1503
+ },
1504
+ {
1505
+ "deprecationReason": null,
1506
+ "description": "Unique identifier of the site where the socket is deployed.",
1507
+ "isDeprecated": false,
1508
+ "name": "site_id"
1509
+ },
1510
+ {
1511
+ "deprecationReason": null,
1512
+ "description": "Unique identifier of the Socket (Cato edge device).",
1513
+ "isDeprecated": false,
1514
+ "name": "device_id"
1515
+ },
1516
+ {
1517
+ "deprecationReason": null,
1518
+ "description": "The name or ID of the physical or logical interface on the Socket device (e.g., eth0, cell1).",
1519
+ "isDeprecated": false,
1520
+ "name": "socket_interface"
1521
+ },
1522
+ {
1523
+ "deprecationReason": null,
1524
+ "description": "Describes the interface role such as primary, backup, cellular, or none.",
1525
+ "isDeprecated": false,
1526
+ "name": "socket_interface_role"
1527
+ },
1528
+ {
1529
+ "deprecationReason": null,
1530
+ "description": "Indicates the high-availability (HA) role of the device (e.g., active, standby).",
1531
+ "isDeprecated": false,
1532
+ "name": "ha_role"
1533
+ },
1534
+ {
1535
+ "deprecationReason": null,
1536
+ "description": "Type of physical interface (e.g., ethernet, cellular).",
1537
+ "isDeprecated": false,
1538
+ "name": "physical_interface_type"
1539
+ },
1540
+ {
1541
+ "deprecationReason": null,
1542
+ "description": "Type of transport used by the interface (e.g., wired, lte, 5g, wifi).",
1543
+ "isDeprecated": false,
1544
+ "name": "transport_type"
1545
+ },
1546
+ {
1547
+ "deprecationReason": null,
1548
+ "description": "SIM card number (for cellular interfaces).",
1549
+ "isDeprecated": false,
1550
+ "name": "sim_num"
1551
+ },
1552
+ {
1553
+ "deprecationReason": null,
1554
+ "description": "Total bytes sent upstream (from the device to the network).",
1555
+ "isDeprecated": false,
1556
+ "name": "bytes_upstream"
1557
+ },
1558
+ {
1559
+ "deprecationReason": null,
1560
+ "description": "Total bytes received downstream (from the network to the device).",
1561
+ "isDeprecated": false,
1562
+ "name": "bytes_downstream"
1563
+ },
1564
+ {
1565
+ "deprecationReason": null,
1566
+ "description": "Combined total of upstream and downstream bytes.",
1567
+ "isDeprecated": false,
1568
+ "name": "bytes_total"
1569
+ },
1570
+ {
1571
+ "deprecationReason": null,
1572
+ "description": "Current upload throughput in Mbps.",
1573
+ "isDeprecated": false,
1574
+ "name": "throughput_upstream"
1575
+ },
1576
+ {
1577
+ "deprecationReason": null,
1578
+ "description": "Current download throughput in Mbps.",
1579
+ "isDeprecated": false,
1580
+ "name": "throughput_downstream"
1581
+ },
1582
+ {
1583
+ "deprecationReason": null,
1584
+ "description": "Human-readable name of the site.",
1585
+ "isDeprecated": false,
1586
+ "name": "site_name"
1587
+ },
1588
+ {
1589
+ "deprecationReason": null,
1590
+ "description": "Generic signal strength indicator (often maps to bars or percentage).",
1591
+ "isDeprecated": false,
1592
+ "name": "cellular_signal_strength"
1593
+ },
1594
+ {
1595
+ "deprecationReason": null,
1596
+ "description": "Reference Signal Received Quality \u2013 a key LTE/5G metric for link quality (dB).",
1597
+ "isDeprecated": false,
1598
+ "name": "cellular_rsrq"
1599
+ },
1600
+ {
1601
+ "deprecationReason": null,
1602
+ "description": "Reference Signal Received Power \u2013 measures LTE/5G signal strength (dBm).",
1603
+ "isDeprecated": false,
1604
+ "name": "cellular_rsrp"
1605
+ },
1606
+ {
1607
+ "deprecationReason": null,
1608
+ "description": "Received Signal Strength Indicator \u2013 legacy strength metric (dBm).",
1609
+ "isDeprecated": false,
1610
+ "name": "cellular_rssi"
1611
+ },
1612
+ {
1613
+ "deprecationReason": null,
1614
+ "description": "Signal to Interference + Noise Ratio \u2013 LTE/5G metric for signal clarity (dB).",
1615
+ "isDeprecated": false,
1616
+ "name": "cellular_sinr"
1617
+ }
1618
+ ],
1619
+ "fields": null,
1620
+ "inputFields": null,
1621
+ "interfaces": null,
1622
+ "kind": "ENUM",
1623
+ "name": "SocketPortMetricsFieldName",
1624
+ "possibleTypes": null
1625
+ },
1626
+ "indexType": "enum",
1627
+ "kind": [
1628
+ "NON_NULL",
1629
+ "ENUM"
1630
+ ],
1631
+ "name": "SocketPortMetricsFieldName",
1632
+ "non_null": false
1633
+ },
1634
+ "varName": "fieldName"
1635
+ },
1636
+ "trend": {
1637
+ "defaultValue": null,
1638
+ "description": null,
1639
+ "id_str": "measures___trend",
1640
+ "name": "trend",
1641
+ "path": "measures.trend",
1642
+ "requestStr": "$trend:Boolean ",
1643
+ "required": false,
1644
+ "responseStr": "trend:$trend ",
1645
+ "type": {
1646
+ "kind": [
1647
+ "SCALAR"
1648
+ ],
1649
+ "name": "Boolean",
1650
+ "non_null": false
1651
+ },
1652
+ "varName": "trend"
1653
+ }
1654
+ },
1655
+ "interfaces": null,
1656
+ "kind": "INPUT_OBJECT",
1657
+ "name": "SocketPortMetricsMeasure",
1658
+ "possibleTypes": null
1659
+ },
1660
+ "indexType": "input_object",
1661
+ "kind": [
1662
+ "LIST",
1663
+ "INPUT_OBJECT"
1664
+ ],
1665
+ "name": "SocketPortMetricsMeasure",
1666
+ "non_null": false
1667
+ },
1668
+ "varName": "socketPortMetricsMeasure"
1669
+ },
1670
+ "timeFrame": {
1671
+ "defaultValue": null,
1672
+ "description": null,
1673
+ "id_str": "timeFrame",
1674
+ "name": "timeFrame",
1675
+ "path": "timeFrame",
1676
+ "requestStr": "$timeFrame:TimeFrame! ",
1677
+ "required": true,
1678
+ "responseStr": "timeFrame:$timeFrame ",
1679
+ "type": {
1680
+ "kind": [
1681
+ "NON_NULL",
1682
+ "SCALAR"
1683
+ ],
1684
+ "name": "TimeFrame",
1685
+ "non_null": false
1686
+ },
1687
+ "varName": "timeFrame"
1688
+ },
1689
+ "useDefaultSizeBucket": {
1690
+ "defaultValue": "false",
1691
+ "description": "In case we want to have the default size bucket (from properties)",
1692
+ "id_str": "data___useDefaultSizeBucket",
1693
+ "name": "useDefaultSizeBucket",
1694
+ "path": "data.useDefaultSizeBucket",
1695
+ "requestStr": "$useDefaultSizeBucket:Boolean ",
1696
+ "required": false,
1697
+ "responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
1698
+ "type": {
1699
+ "kind": [
1700
+ "SCALAR"
1701
+ ],
1702
+ "name": "Boolean",
1703
+ "non_null": false
1704
+ },
1705
+ "varName": "useDefaultSizeBucket"
1706
+ },
1707
+ "withMissingData": {
1708
+ "defaultValue": "false",
1709
+ "description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
1710
+ "id_str": "data___withMissingData",
1711
+ "name": "withMissingData",
1712
+ "path": "data.withMissingData",
1713
+ "requestStr": "$withMissingData:Boolean ",
1714
+ "required": false,
1715
+ "responseStr": "withMissingData:$withMissingData ",
1716
+ "type": {
1717
+ "kind": [
1718
+ "SCALAR"
1719
+ ],
1720
+ "name": "Boolean",
1721
+ "non_null": false
1722
+ },
1723
+ "varName": "withMissingData"
1724
+ }
1725
+ },
1726
+ "path": "query.socketPortMetricsTimeSeries",
1727
+ "type": {
1728
+ "definition": {
1729
+ "description": null,
1730
+ "enumValues": null,
1731
+ "fields": {
1732
+ "from": {
1733
+ "args": {},
1734
+ "deprecationReason": null,
1735
+ "description": null,
1736
+ "id_str": "from",
1737
+ "isDeprecated": false,
1738
+ "name": "from",
1739
+ "path": "from",
1740
+ "requestStr": "$from:DateTime ",
1741
+ "required": false,
1742
+ "responseStr": "from:$from ",
1743
+ "type": {
1744
+ "kind": [
1745
+ "SCALAR"
1746
+ ],
1747
+ "name": "DateTime",
1748
+ "non_null": false
1749
+ },
1750
+ "varName": "from"
1751
+ },
1752
+ "granularity": {
1753
+ "args": {},
1754
+ "deprecationReason": null,
1755
+ "description": null,
1756
+ "id_str": "granularity",
1757
+ "isDeprecated": false,
1758
+ "name": "granularity",
1759
+ "path": "granularity",
1760
+ "requestStr": "$granularity:Int ",
1761
+ "required": false,
1762
+ "responseStr": "granularity:$granularity ",
1763
+ "type": {
1764
+ "kind": [
1765
+ "SCALAR"
1766
+ ],
1767
+ "name": "Int",
1768
+ "non_null": false
1769
+ },
1770
+ "varName": "granularity"
1771
+ },
1772
+ "id": {
1773
+ "args": {},
1774
+ "deprecationReason": null,
1775
+ "description": null,
1776
+ "id_str": "id",
1777
+ "isDeprecated": false,
1778
+ "name": "id",
1779
+ "path": "id",
1780
+ "requestStr": "$id:ID ",
1781
+ "required": false,
1782
+ "responseStr": "id:$id ",
1783
+ "type": {
1784
+ "kind": [
1785
+ "SCALAR"
1786
+ ],
1787
+ "name": "ID",
1788
+ "non_null": false
1789
+ },
1790
+ "varName": "id"
1791
+ },
1792
+ "timeseries": {
1793
+ "args": {
1794
+ "timeseries___buckets": {
1795
+ "defaultValue": null,
1796
+ "description": null,
1797
+ "id_str": "timeseries___buckets",
1798
+ "name": "buckets",
1799
+ "path": "timeseries.buckets",
1800
+ "requestStr": "$buckets:Int! ",
1801
+ "required": true,
1802
+ "responseStr": "buckets:$buckets ",
1803
+ "type": {
1804
+ "kind": [
1805
+ "NON_NULL",
1806
+ "SCALAR"
1807
+ ],
1808
+ "name": "Int",
1809
+ "non_null": false
1810
+ },
1811
+ "varName": "buckets"
1812
+ }
1813
+ },
1814
+ "deprecationReason": null,
1815
+ "description": null,
1816
+ "id_str": "timeseries",
1817
+ "isDeprecated": false,
1818
+ "name": "timeseries",
1819
+ "path": "timeseries",
1820
+ "requestStr": "$timeseries:[Timeseries] ",
1821
+ "required": false,
1822
+ "responseStr": "timeseries:$timeseries ",
1823
+ "type": {
1824
+ "definition": {
1825
+ "description": null,
1826
+ "enumValues": null,
1827
+ "fields": {
1828
+ "data": {
1829
+ "args": {
1830
+ "data___perSecond": {
1831
+ "defaultValue": "true",
1832
+ "description": "whether to normalize the data into per second (i.e. divide by granularity)",
1833
+ "id_str": "data___perSecond",
1834
+ "name": "perSecond",
1835
+ "path": "data.perSecond",
1836
+ "requestStr": "$perSecond:Boolean ",
1837
+ "required": false,
1838
+ "responseStr": "perSecond:$perSecond ",
1839
+ "type": {
1840
+ "kind": [
1841
+ "SCALAR"
1842
+ ],
1843
+ "name": "Boolean",
1844
+ "non_null": false
1845
+ },
1846
+ "varName": "perSecond"
1847
+ },
1848
+ "data___useDefaultSizeBucket": {
1849
+ "defaultValue": "false",
1850
+ "description": "In case we want to have the default size bucket (from properties)",
1851
+ "id_str": "data___useDefaultSizeBucket",
1852
+ "name": "useDefaultSizeBucket",
1853
+ "path": "data.useDefaultSizeBucket",
1854
+ "requestStr": "$useDefaultSizeBucket:Boolean ",
1855
+ "required": false,
1856
+ "responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
1857
+ "type": {
1858
+ "kind": [
1859
+ "SCALAR"
1860
+ ],
1861
+ "name": "Boolean",
1862
+ "non_null": false
1863
+ },
1864
+ "varName": "useDefaultSizeBucket"
1865
+ },
1866
+ "data___withMissingData": {
1867
+ "defaultValue": "false",
1868
+ "description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
1869
+ "id_str": "data___withMissingData",
1870
+ "name": "withMissingData",
1871
+ "path": "data.withMissingData",
1872
+ "requestStr": "$withMissingData:Boolean ",
1873
+ "required": false,
1874
+ "responseStr": "withMissingData:$withMissingData ",
1875
+ "type": {
1876
+ "kind": [
1877
+ "SCALAR"
1878
+ ],
1879
+ "name": "Boolean",
1880
+ "non_null": false
1881
+ },
1882
+ "varName": "withMissingData"
1883
+ }
1884
+ },
1885
+ "deprecationReason": null,
1886
+ "description": "Data is an array of tuples, each containing two values: [timestamp, metric], where the timestamp is in\nmilliseconds from the epoch (1.1.1970), and the metric is a number (according to the unit type)",
1887
+ "id_str": "timeseries___data",
1888
+ "isDeprecated": false,
1889
+ "name": "data",
1890
+ "path": "timeseries.data",
1891
+ "requestStr": "$data:[Float] ",
1892
+ "required": false,
1893
+ "responseStr": "data:$data ",
1894
+ "type": {
1895
+ "kind": [
1896
+ "LIST",
1897
+ "LIST",
1898
+ "NON_NULL",
1899
+ "SCALAR"
1900
+ ],
1901
+ "name": "Float",
1902
+ "non_null": false
1903
+ },
1904
+ "varName": "data"
1905
+ },
1906
+ "dimensions": {
1907
+ "alias": "dimensionsTimeseries: dimensions",
1908
+ "args": {},
1909
+ "deprecationReason": null,
1910
+ "description": "List of dimension values for this timeseries",
1911
+ "id_str": "timeseries___dimensions",
1912
+ "isDeprecated": false,
1913
+ "name": "dimensions",
1914
+ "path": "timeseries.dimensions",
1915
+ "requestStr": "$dimensionData:[DimensionData] ",
1916
+ "required": false,
1917
+ "responseStr": "dimensions:$dimensionData ",
1918
+ "type": {
1919
+ "definition": {
1920
+ "description": null,
1921
+ "enumValues": null,
1922
+ "fields": {
1923
+ "label": {
1924
+ "args": {},
1925
+ "deprecationReason": null,
1926
+ "description": "Type of the dimension",
1927
+ "id_str": "timeseries___dimensions___label",
1928
+ "isDeprecated": false,
1929
+ "name": "label",
1930
+ "path": "timeseries.dimensions.label",
1931
+ "requestStr": "$label:String! ",
1932
+ "required": true,
1933
+ "responseStr": "label:$label ",
1934
+ "type": {
1935
+ "kind": [
1936
+ "NON_NULL",
1937
+ "SCALAR"
1938
+ ],
1939
+ "name": "String",
1940
+ "non_null": false
1941
+ },
1942
+ "varName": "label"
1943
+ },
1944
+ "value": {
1945
+ "args": {},
1946
+ "deprecationReason": null,
1947
+ "description": "String value of the dimension",
1948
+ "id_str": "timeseries___dimensions___value",
1949
+ "isDeprecated": false,
1950
+ "name": "value",
1951
+ "path": "timeseries.dimensions.value",
1952
+ "requestStr": "$value:String ",
1953
+ "required": false,
1954
+ "responseStr": "value:$value ",
1955
+ "type": {
1956
+ "kind": [
1957
+ "SCALAR"
1958
+ ],
1959
+ "name": "String",
1960
+ "non_null": false
1961
+ },
1962
+ "varName": "value"
1963
+ }
1964
+ },
1965
+ "inputFields": null,
1966
+ "interfaces": {},
1967
+ "kind": "OBJECT",
1968
+ "name": "DimensionData",
1969
+ "possibleTypes": null
1970
+ },
1971
+ "indexType": "object",
1972
+ "kind": [
1973
+ "LIST",
1974
+ "NON_NULL",
1975
+ "OBJECT"
1976
+ ],
1977
+ "name": "DimensionData",
1978
+ "non_null": false
1979
+ },
1980
+ "varName": "dimensionData"
1981
+ },
1982
+ "info": {
1983
+ "args": {},
1984
+ "deprecationReason": null,
1985
+ "description": "Specific information about the timeseries, used to build its name, title etc",
1986
+ "id_str": "timeseries___info",
1987
+ "isDeprecated": false,
1988
+ "name": "info",
1989
+ "path": "timeseries.info",
1990
+ "requestStr": "$info:[String] ",
1991
+ "required": false,
1992
+ "responseStr": "info:$info ",
1993
+ "type": {
1994
+ "kind": [
1995
+ "LIST",
1996
+ "NON_NULL",
1997
+ "SCALAR"
1998
+ ],
1999
+ "name": "String",
2000
+ "non_null": false
2001
+ },
2002
+ "varName": "info"
2003
+ },
2004
+ "key": {
2005
+ "alias": "keyTimeseries: key",
2006
+ "args": {},
2007
+ "deprecationReason": null,
2008
+ "description": "Timeseries key: measure and dimension values",
2009
+ "id_str": "timeseries___key",
2010
+ "isDeprecated": false,
2011
+ "name": "key",
2012
+ "path": "timeseries.key",
2013
+ "requestStr": "$timeseriesKey:TimeseriesKey ",
2014
+ "required": false,
2015
+ "responseStr": "key:$timeseriesKey ",
2016
+ "type": {
2017
+ "definition": {
2018
+ "description": null,
2019
+ "enumValues": null,
2020
+ "fields": {
2021
+ "dimensions": {
2022
+ "args": {},
2023
+ "deprecationReason": null,
2024
+ "description": "List of dimension key-value pair for this timeseries key",
2025
+ "id_str": "timeseries___key___dimensions",
2026
+ "isDeprecated": false,
2027
+ "name": "dimensions",
2028
+ "path": "timeseries.key.dimensions",
2029
+ "requestStr": "$dimensionKey:[DimensionKey] ",
2030
+ "required": false,
2031
+ "responseStr": "dimensions:$dimensionKey ",
2032
+ "type": {
2033
+ "definition": {
2034
+ "description": null,
2035
+ "enumValues": null,
2036
+ "fields": {
2037
+ "fieldName": {
2038
+ "args": {},
2039
+ "deprecationReason": null,
2040
+ "description": "Dimension field",
2041
+ "id_str": "timeseries___key___dimensions___fieldName",
2042
+ "isDeprecated": false,
2043
+ "name": "fieldName",
2044
+ "path": "timeseries.key.dimensions.fieldName",
2045
+ "requestStr": "$fieldName:String! ",
2046
+ "required": true,
2047
+ "responseStr": "fieldName:$fieldName ",
2048
+ "type": {
2049
+ "kind": [
2050
+ "NON_NULL",
2051
+ "SCALAR"
2052
+ ],
2053
+ "name": "String",
2054
+ "non_null": false
2055
+ },
2056
+ "varName": "fieldName"
2057
+ },
2058
+ "value": {
2059
+ "args": {},
2060
+ "deprecationReason": null,
2061
+ "description": "String value of the dimension",
2062
+ "id_str": "timeseries___key___dimensions___value",
2063
+ "isDeprecated": false,
2064
+ "name": "value",
2065
+ "path": "timeseries.key.dimensions.value",
2066
+ "requestStr": "$value:String ",
2067
+ "required": false,
2068
+ "responseStr": "value:$value ",
2069
+ "type": {
2070
+ "kind": [
2071
+ "SCALAR"
2072
+ ],
2073
+ "name": "String",
2074
+ "non_null": false
2075
+ },
2076
+ "varName": "value"
2077
+ }
2078
+ },
2079
+ "inputFields": null,
2080
+ "interfaces": {},
2081
+ "kind": "OBJECT",
2082
+ "name": "DimensionKey",
2083
+ "possibleTypes": null
2084
+ },
2085
+ "indexType": "object",
2086
+ "kind": [
2087
+ "LIST",
2088
+ "NON_NULL",
2089
+ "OBJECT"
2090
+ ],
2091
+ "name": "DimensionKey",
2092
+ "non_null": false
2093
+ },
2094
+ "varName": "dimensionKey"
2095
+ },
2096
+ "measureFieldName": {
2097
+ "args": {},
2098
+ "deprecationReason": null,
2099
+ "description": "Measure field",
2100
+ "id_str": "timeseries___key___measureFieldName",
2101
+ "isDeprecated": false,
2102
+ "name": "measureFieldName",
2103
+ "path": "timeseries.key.measureFieldName",
2104
+ "requestStr": "$measureFieldName:String! ",
2105
+ "required": true,
2106
+ "responseStr": "measureFieldName:$measureFieldName ",
2107
+ "type": {
2108
+ "kind": [
2109
+ "NON_NULL",
2110
+ "SCALAR"
2111
+ ],
2112
+ "name": "String",
2113
+ "non_null": false
2114
+ },
2115
+ "varName": "measureFieldName"
2116
+ }
2117
+ },
2118
+ "inputFields": null,
2119
+ "interfaces": {},
2120
+ "kind": "OBJECT",
2121
+ "name": "TimeseriesKey",
2122
+ "possibleTypes": null
2123
+ },
2124
+ "indexType": "object",
2125
+ "kind": [
2126
+ "OBJECT"
2127
+ ],
2128
+ "name": "TimeseriesKey",
2129
+ "non_null": false
2130
+ },
2131
+ "varName": "timeseriesKey"
2132
+ },
2133
+ "label": {
2134
+ "args": {},
2135
+ "deprecationReason": null,
2136
+ "description": "Indicates the type of the timeseries",
2137
+ "id_str": "timeseries___label",
2138
+ "isDeprecated": false,
2139
+ "name": "label",
2140
+ "path": "timeseries.label",
2141
+ "requestStr": "$label:String! ",
2142
+ "required": true,
2143
+ "responseStr": "label:$label ",
2144
+ "type": {
2145
+ "kind": [
2146
+ "NON_NULL",
2147
+ "SCALAR"
2148
+ ],
2149
+ "name": "String",
2150
+ "non_null": false
2151
+ },
2152
+ "varName": "label"
2153
+ },
2154
+ "sum": {
2155
+ "args": {},
2156
+ "deprecationReason": null,
2157
+ "description": "Summary of the metrics over the given time frame",
2158
+ "id_str": "timeseries___sum",
2159
+ "isDeprecated": false,
2160
+ "name": "sum",
2161
+ "path": "timeseries.sum",
2162
+ "requestStr": "$sum:Float ",
2163
+ "required": false,
2164
+ "responseStr": "sum:$sum ",
2165
+ "type": {
2166
+ "kind": [
2167
+ "SCALAR"
2168
+ ],
2169
+ "name": "Float",
2170
+ "non_null": false
2171
+ },
2172
+ "varName": "sum"
2173
+ },
2174
+ "units": {
2175
+ "alias": "unitsTimeseries: units",
2176
+ "args": {},
2177
+ "deprecationReason": null,
2178
+ "description": "Identifies what unit of data this timeseries represents. Note that toRate is only available for particular types\nof data to make sense.",
2179
+ "id_str": "timeseries___units",
2180
+ "isDeprecated": false,
2181
+ "name": "units",
2182
+ "path": "timeseries.units",
2183
+ "requestStr": "$units:UnitType ",
2184
+ "required": false,
2185
+ "responseStr": "units:$units ",
2186
+ "type": {
2187
+ "definition": {
2188
+ "description": null,
2189
+ "enumValues": [
2190
+ {
2191
+ "deprecationReason": null,
2192
+ "description": null,
2193
+ "isDeprecated": false,
2194
+ "name": "bytes"
2195
+ },
2196
+ {
2197
+ "deprecationReason": null,
2198
+ "description": null,
2199
+ "isDeprecated": false,
2200
+ "name": "packets"
2201
+ },
2202
+ {
2203
+ "deprecationReason": null,
2204
+ "description": null,
2205
+ "isDeprecated": false,
2206
+ "name": "bits"
2207
+ },
2208
+ {
2209
+ "deprecationReason": null,
2210
+ "description": null,
2211
+ "isDeprecated": false,
2212
+ "name": "ms"
2213
+ },
2214
+ {
2215
+ "deprecationReason": null,
2216
+ "description": null,
2217
+ "isDeprecated": false,
2218
+ "name": "percent"
2219
+ },
2220
+ {
2221
+ "deprecationReason": null,
2222
+ "description": "health analytics for the site",
2223
+ "isDeprecated": false,
2224
+ "name": "score"
2225
+ },
2226
+ {
2227
+ "deprecationReason": null,
2228
+ "description": "The number of occurrences for this unit",
2229
+ "isDeprecated": false,
2230
+ "name": "count"
2231
+ },
2232
+ {
2233
+ "deprecationReason": null,
2234
+ "description": "For metrics that are measured in seconds, such as tunnelAge, the number of seconds",
2235
+ "isDeprecated": false,
2236
+ "name": "seconds"
2237
+ },
2238
+ {
2239
+ "deprecationReason": null,
2240
+ "description": "Bits per second",
2241
+ "isDeprecated": false,
2242
+ "name": "bps"
2243
+ },
2244
+ {
2245
+ "deprecationReason": null,
2246
+ "description": "Bytes per second",
2247
+ "isDeprecated": false,
2248
+ "name": "bytesPerSec"
2249
+ },
2250
+ {
2251
+ "deprecationReason": null,
2252
+ "description": null,
2253
+ "isDeprecated": false,
2254
+ "name": "none"
2255
+ }
2256
+ ],
2257
+ "fields": null,
2258
+ "inputFields": null,
2259
+ "interfaces": null,
2260
+ "kind": "ENUM",
2261
+ "name": "UnitType",
2262
+ "possibleTypes": null
2263
+ },
2264
+ "indexType": "enum",
2265
+ "kind": [
2266
+ "ENUM"
2267
+ ],
2268
+ "name": "UnitType",
2269
+ "non_null": false
2270
+ },
2271
+ "varName": "units"
2272
+ }
2273
+ },
2274
+ "inputFields": null,
2275
+ "interfaces": {},
2276
+ "kind": "OBJECT",
2277
+ "name": "Timeseries",
2278
+ "possibleTypes": null
2279
+ },
2280
+ "indexType": "object",
2281
+ "kind": [
2282
+ "LIST",
2283
+ "NON_NULL",
2284
+ "OBJECT"
2285
+ ],
2286
+ "name": "Timeseries",
2287
+ "non_null": false
2288
+ },
2289
+ "varName": "timeseries"
2290
+ },
2291
+ "to": {
2292
+ "args": {},
2293
+ "deprecationReason": null,
2294
+ "description": null,
2295
+ "id_str": "to",
2296
+ "isDeprecated": false,
2297
+ "name": "to",
2298
+ "path": "to",
2299
+ "requestStr": "$to:DateTime ",
2300
+ "required": false,
2301
+ "responseStr": "to:$to ",
2302
+ "type": {
2303
+ "kind": [
2304
+ "SCALAR"
2305
+ ],
2306
+ "name": "DateTime",
2307
+ "non_null": false
2308
+ },
2309
+ "varName": "to"
2310
+ }
2311
+ },
2312
+ "inputFields": null,
2313
+ "interfaces": [],
2314
+ "kind": "OBJECT",
2315
+ "name": "SocketPortMetricsTimeSeries",
2316
+ "possibleTypes": null
2317
+ },
2318
+ "indexType": "object",
2319
+ "kind": [
2320
+ "OBJECT"
2321
+ ],
2322
+ "name": "SocketPortMetricsTimeSeries",
2323
+ "non_null": false
2324
+ },
2325
+ "variablesPayload": {
2326
+ "buckets": "Int",
2327
+ "perSecond": "Boolean",
2328
+ "socketPortMetricsDimension": {
2329
+ "fieldName": {
2330
+ "fieldName": "enum(SocketPortMetricsFieldName)"
2331
+ }
2332
+ },
2333
+ "socketPortMetricsFilter": {
2334
+ "fieldName": {
2335
+ "fieldName": "enum(SocketPortMetricsFieldName)"
2336
+ },
2337
+ "operator": {
2338
+ "operator": "enum(FilterOperator)"
2339
+ },
2340
+ "values": {
2341
+ "values": [
2342
+ "String"
2343
+ ]
2344
+ }
2345
+ },
2346
+ "socketPortMetricsMeasure": {
2347
+ "aggType": {
2348
+ "aggType": "enum(AggregationType)"
2349
+ },
2350
+ "fieldName": {
2351
+ "fieldName": "enum(SocketPortMetricsFieldName)"
2352
+ },
2353
+ "trend": {
2354
+ "trend": "Boolean"
2355
+ }
2356
+ },
2357
+ "timeFrame": "TimeFrame",
2358
+ "useDefaultSizeBucket": "Boolean",
2359
+ "withMissingData": "Boolean"
2360
+ }
2361
+ }