catocli 1.0.14__py3-none-any.whl → 1.0.17__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (249) hide show
  1. catocli/Utils/clidriver.py +19 -2
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_accountManagement/README.md +7 -0
  4. catocli/parsers/mutation_accountManagement/__init__.py +51 -0
  5. catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
  6. catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
  7. catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
  8. catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
  9. catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
  10. catocli/parsers/mutation_container_delete/README.md +2 -2
  11. catocli/parsers/mutation_policy/__init__.py +348 -0
  12. catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
  13. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
  14. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
  15. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
  16. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
  17. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
  18. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
  19. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
  20. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
  21. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
  22. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
  23. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
  24. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
  25. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
  26. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  27. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  28. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  29. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  30. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  31. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  32. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  33. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  34. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  35. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  36. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  37. catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
  38. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
  39. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
  40. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
  41. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
  42. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
  43. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
  44. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
  45. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
  46. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
  47. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
  48. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
  49. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
  50. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  51. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  52. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  53. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  54. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  55. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  56. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  57. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  58. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  59. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  60. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  61. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  62. catocli/parsers/mutation_site/__init__.py +98 -0
  63. catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
  64. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
  65. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
  66. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  67. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  68. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  69. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  70. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  71. catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
  72. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  73. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  74. catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
  75. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  76. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  77. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  78. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  79. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  80. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  81. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  82. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  83. catocli/parsers/mutation_sites/__init__.py +98 -0
  84. catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
  85. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
  86. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
  87. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  88. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  89. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  90. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  91. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  92. catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
  93. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  94. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  95. catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
  96. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  97. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  98. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  99. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  100. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  101. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  102. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  103. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  104. catocli/parsers/parserApiClient.py +7 -4
  105. catocli/parsers/query_accountManagement/README.md +16 -0
  106. catocli/parsers/query_accountManagement/__init__.py +17 -0
  107. catocli/parsers/query_admins/README.md +2 -2
  108. catocli/parsers/query_appStats/README.md +5 -5
  109. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  110. catocli/parsers/query_auditFeed/README.md +2 -2
  111. catocli/parsers/query_container/README.md +8 -8
  112. catocli/parsers/query_entityLookup/README.md +6 -6
  113. catocli/parsers/query_events/README.md +5 -5
  114. catocli/parsers/query_eventsFeed/README.md +3 -3
  115. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  116. catocli/parsers/query_hardwareManagement/README.md +2 -2
  117. catocli/parsers/query_policy/README.md +5 -3
  118. catocli/parsers/query_site/README.md +22 -0
  119. catocli/parsers/query_site/__init__.py +17 -0
  120. catocli/parsers/query_xdr_stories/README.md +2 -2
  121. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
  122. catocli-1.0.17.dist-info/RECORD +356 -0
  123. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
  124. models/mutation.accountManagement.addAccount.json +908 -0
  125. models/mutation.accountManagement.removeAccount.json +446 -0
  126. models/mutation.accountManagement.updateAccount.json +524 -0
  127. models/mutation.admin.addAdmin.json +103 -103
  128. models/mutation.admin.removeAdmin.json +3 -3
  129. models/mutation.admin.updateAdmin.json +121 -121
  130. models/mutation.container.delete.json +67 -67
  131. models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
  132. models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
  133. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
  134. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
  135. models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
  136. models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
  137. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
  138. models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
  139. models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
  140. models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
  141. models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
  142. models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
  143. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  144. models/mutation.policy.internetFirewall.addSection.json +92 -92
  145. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  146. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  147. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  148. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  149. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  150. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  151. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  152. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  153. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  154. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  155. models/mutation.policy.remotePortFwd.addRule.json +5502 -0
  156. models/mutation.policy.remotePortFwd.addSection.json +1358 -0
  157. models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
  158. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
  159. models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
  160. models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
  161. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
  162. models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
  163. models/mutation.policy.remotePortFwd.removeSection.json +958 -0
  164. models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
  165. models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
  166. models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
  167. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  168. models/mutation.policy.wanFirewall.addSection.json +92 -92
  169. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  170. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  171. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  172. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  173. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  174. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  175. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  176. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  177. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  178. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  179. models/mutation.site.addBgpPeer.json +3334 -0
  180. models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
  181. models/mutation.site.addCloudInterconnectSite.json +911 -0
  182. models/mutation.site.addIpsecIkeV2Site.json +45 -45
  183. models/mutation.site.addIpsecIkeV2SiteTunnels.json +104 -104
  184. models/mutation.site.addNetworkRange.json +55 -55
  185. models/mutation.site.addSocketSite.json +45 -45
  186. models/mutation.site.addStaticHost.json +35 -35
  187. models/mutation.site.removeBgpPeer.json +1158 -0
  188. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
  189. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +49 -49
  190. models/mutation.site.removeNetworkRange.json +5 -5
  191. models/mutation.site.removeSite.json +5 -5
  192. models/mutation.site.removeStaticHost.json +5 -5
  193. models/mutation.site.updateBgpPeer.json +3063 -0
  194. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
  195. models/mutation.site.updateHa.json +56 -56
  196. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  197. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +528 -125
  198. models/mutation.site.updateNetworkRange.json +76 -76
  199. models/mutation.site.updateSiteGeneralDetails.json +75 -75
  200. models/mutation.site.updateSocketInterface.json +284 -284
  201. models/mutation.site.updateStaticHost.json +56 -56
  202. models/mutation.sites.addBgpPeer.json +3334 -0
  203. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
  204. models/mutation.sites.addCloudInterconnectSite.json +911 -0
  205. models/mutation.sites.addIpsecIkeV2Site.json +45 -45
  206. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +104 -104
  207. models/mutation.sites.addNetworkRange.json +55 -55
  208. models/mutation.sites.addSocketSite.json +45 -45
  209. models/mutation.sites.addStaticHost.json +35 -35
  210. models/mutation.sites.removeBgpPeer.json +1158 -0
  211. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
  212. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +49 -49
  213. models/mutation.sites.removeNetworkRange.json +5 -5
  214. models/mutation.sites.removeSite.json +5 -5
  215. models/mutation.sites.removeStaticHost.json +5 -5
  216. models/mutation.sites.updateBgpPeer.json +3063 -0
  217. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
  218. models/mutation.sites.updateHa.json +56 -56
  219. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  220. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +528 -125
  221. models/mutation.sites.updateNetworkRange.json +76 -76
  222. models/mutation.sites.updateSiteGeneralDetails.json +75 -75
  223. models/mutation.sites.updateSocketInterface.json +284 -284
  224. models/mutation.sites.updateStaticHost.json +56 -56
  225. models/query.accountManagement.json +355 -0
  226. models/query.accountMetrics.json +235 -235
  227. models/query.accountRoles.json +3 -3
  228. models/query.accountSnapshot.json +116 -116
  229. models/query.admin.json +24 -24
  230. models/query.admins.json +138 -138
  231. models/query.appStats.json +92 -92
  232. models/query.appStatsTimeSeries.json +78 -78
  233. models/query.auditFeed.json +113 -89
  234. models/query.container.json +192 -192
  235. models/query.entityLookup.json +154 -154
  236. models/query.events.json +198 -102
  237. models/query.eventsFeed.json +74 -50
  238. models/query.eventsTimeSeries.json +186 -114
  239. models/query.hardwareManagement.json +317 -125
  240. models/query.licensing.json +971 -434
  241. models/query.policy.json +10946 -5043
  242. models/query.site.json +4138 -0
  243. models/query.xdr.stories.json +869 -869
  244. models/query.xdr.story.json +637 -637
  245. schema/catolib.py +12 -12
  246. catocli-1.0.14.dist-info/RECORD +0 -264
  247. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
  248. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
  249. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
@@ -25,9 +25,9 @@
25
25
  "id_str": "dimensions",
26
26
  "name": "dimensions",
27
27
  "path": "dimensions",
28
- "requestStr": "$EventsDimension:[EventsDimension] ",
28
+ "requestStr": "$eventsDimension:[EventsDimension] ",
29
29
  "required": false,
30
- "responseStr": "dimensions:$EventsDimension ",
30
+ "responseStr": "dimensions:$eventsDimension ",
31
31
  "type": {
32
32
  "definition": {
33
33
  "description": null,
@@ -48,9 +48,9 @@
48
48
  "description": null,
49
49
  "enumValues": [
50
50
  {
51
- "deprecationReason": null,
51
+ "deprecationReason": "use src_site_id/src_site_name instead",
52
52
  "description": "Name of site or user initiating the connection",
53
- "isDeprecated": false,
53
+ "isDeprecated": true,
54
54
  "name": "src_site"
55
55
  },
56
56
  {
@@ -258,11 +258,17 @@
258
258
  "name": "configured_host_name"
259
259
  },
260
260
  {
261
- "deprecationReason": null,
261
+ "deprecationReason": "use event_id instead",
262
262
  "description": "Cato Internal-use only",
263
- "isDeprecated": false,
263
+ "isDeprecated": true,
264
264
  "name": "internalId"
265
265
  },
266
+ {
267
+ "deprecationReason": null,
268
+ "description": "Event Id",
269
+ "isDeprecated": false,
270
+ "name": "event_id"
271
+ },
266
272
  {
267
273
  "deprecationReason": null,
268
274
  "description": "Type of LDAP Domain Controller sync event",
@@ -546,9 +552,9 @@
546
552
  "name": "incident_id"
547
553
  },
548
554
  {
549
- "deprecationReason": null,
555
+ "deprecationReason": "use application_id/application_name instead",
550
556
  "description": "For Internet firewall, app for this event",
551
- "isDeprecated": false,
557
+ "isDeprecated": true,
552
558
  "name": "application"
553
559
  },
554
560
  {
@@ -839,6 +845,12 @@
839
845
  "isDeprecated": false,
840
846
  "name": "dns_protection_category"
841
847
  },
848
+ {
849
+ "deprecationReason": null,
850
+ "description": "If the events was part of the sinkhole flow",
851
+ "isDeprecated": false,
852
+ "name": "is_sinkhole"
853
+ },
842
854
  {
843
855
  "deprecationReason": null,
844
856
  "description": null,
@@ -1417,7 +1429,7 @@
1417
1429
  "name": "EventsDimension",
1418
1430
  "non_null": false
1419
1431
  },
1420
- "varName": "EventsDimension"
1432
+ "varName": "eventsDimension"
1421
1433
  },
1422
1434
  "filters": {
1423
1435
  "defaultValue": null,
@@ -1425,9 +1437,9 @@
1425
1437
  "id_str": "filters",
1426
1438
  "name": "filters",
1427
1439
  "path": "filters",
1428
- "requestStr": "$EventsFilter:[EventsFilter!] ",
1440
+ "requestStr": "$eventsFilter:[EventsFilter!] ",
1429
1441
  "required": false,
1430
- "responseStr": "filters:$EventsFilter ",
1442
+ "responseStr": "filters:$eventsFilter ",
1431
1443
  "type": {
1432
1444
  "definition": {
1433
1445
  "description": null,
@@ -1448,9 +1460,9 @@
1448
1460
  "description": null,
1449
1461
  "enumValues": [
1450
1462
  {
1451
- "deprecationReason": null,
1463
+ "deprecationReason": "use src_site_id/src_site_name instead",
1452
1464
  "description": "Name of site or user initiating the connection",
1453
- "isDeprecated": false,
1465
+ "isDeprecated": true,
1454
1466
  "name": "src_site"
1455
1467
  },
1456
1468
  {
@@ -1658,11 +1670,17 @@
1658
1670
  "name": "configured_host_name"
1659
1671
  },
1660
1672
  {
1661
- "deprecationReason": null,
1673
+ "deprecationReason": "use event_id instead",
1662
1674
  "description": "Cato Internal-use only",
1663
- "isDeprecated": false,
1675
+ "isDeprecated": true,
1664
1676
  "name": "internalId"
1665
1677
  },
1678
+ {
1679
+ "deprecationReason": null,
1680
+ "description": "Event Id",
1681
+ "isDeprecated": false,
1682
+ "name": "event_id"
1683
+ },
1666
1684
  {
1667
1685
  "deprecationReason": null,
1668
1686
  "description": "Type of LDAP Domain Controller sync event",
@@ -1946,9 +1964,9 @@
1946
1964
  "name": "incident_id"
1947
1965
  },
1948
1966
  {
1949
- "deprecationReason": null,
1967
+ "deprecationReason": "use application_id/application_name instead",
1950
1968
  "description": "For Internet firewall, app for this event",
1951
- "isDeprecated": false,
1969
+ "isDeprecated": true,
1952
1970
  "name": "application"
1953
1971
  },
1954
1972
  {
@@ -2239,6 +2257,12 @@
2239
2257
  "isDeprecated": false,
2240
2258
  "name": "dns_protection_category"
2241
2259
  },
2260
+ {
2261
+ "deprecationReason": null,
2262
+ "description": "If the events was part of the sinkhole flow",
2263
+ "isDeprecated": false,
2264
+ "name": "is_sinkhole"
2265
+ },
2242
2266
  {
2243
2267
  "deprecationReason": null,
2244
2268
  "description": null,
@@ -2942,7 +2966,7 @@
2942
2966
  "name": "EventsFilter",
2943
2967
  "non_null": false
2944
2968
  },
2945
- "varName": "EventsFilter"
2969
+ "varName": "eventsFilter"
2946
2970
  },
2947
2971
  "measures": {
2948
2972
  "defaultValue": null,
@@ -2950,9 +2974,9 @@
2950
2974
  "id_str": "measures",
2951
2975
  "name": "measures",
2952
2976
  "path": "measures",
2953
- "requestStr": "$EventsMeasure:[EventsMeasure] ",
2977
+ "requestStr": "$eventsMeasure:[EventsMeasure] ",
2954
2978
  "required": false,
2955
- "responseStr": "measures:$EventsMeasure ",
2979
+ "responseStr": "measures:$eventsMeasure ",
2956
2980
  "type": {
2957
2981
  "definition": {
2958
2982
  "description": null,
@@ -3064,9 +3088,9 @@
3064
3088
  "description": null,
3065
3089
  "enumValues": [
3066
3090
  {
3067
- "deprecationReason": null,
3091
+ "deprecationReason": "use src_site_id/src_site_name instead",
3068
3092
  "description": "Name of site or user initiating the connection",
3069
- "isDeprecated": false,
3093
+ "isDeprecated": true,
3070
3094
  "name": "src_site"
3071
3095
  },
3072
3096
  {
@@ -3274,11 +3298,17 @@
3274
3298
  "name": "configured_host_name"
3275
3299
  },
3276
3300
  {
3277
- "deprecationReason": null,
3301
+ "deprecationReason": "use event_id instead",
3278
3302
  "description": "Cato Internal-use only",
3279
- "isDeprecated": false,
3303
+ "isDeprecated": true,
3280
3304
  "name": "internalId"
3281
3305
  },
3306
+ {
3307
+ "deprecationReason": null,
3308
+ "description": "Event Id",
3309
+ "isDeprecated": false,
3310
+ "name": "event_id"
3311
+ },
3282
3312
  {
3283
3313
  "deprecationReason": null,
3284
3314
  "description": "Type of LDAP Domain Controller sync event",
@@ -3562,9 +3592,9 @@
3562
3592
  "name": "incident_id"
3563
3593
  },
3564
3594
  {
3565
- "deprecationReason": null,
3595
+ "deprecationReason": "use application_id/application_name instead",
3566
3596
  "description": "For Internet firewall, app for this event",
3567
- "isDeprecated": false,
3597
+ "isDeprecated": true,
3568
3598
  "name": "application"
3569
3599
  },
3570
3600
  {
@@ -3855,6 +3885,12 @@
3855
3885
  "isDeprecated": false,
3856
3886
  "name": "dns_protection_category"
3857
3887
  },
3888
+ {
3889
+ "deprecationReason": null,
3890
+ "description": "If the events was part of the sinkhole flow",
3891
+ "isDeprecated": false,
3892
+ "name": "is_sinkhole"
3893
+ },
3858
3894
  {
3859
3895
  "deprecationReason": null,
3860
3896
  "description": null,
@@ -4451,7 +4487,7 @@
4451
4487
  "name": "EventsMeasure",
4452
4488
  "non_null": false
4453
4489
  },
4454
- "varName": "EventsMeasure"
4490
+ "varName": "eventsMeasure"
4455
4491
  },
4456
4492
  "timeFrame": {
4457
4493
  "defaultValue": null,
@@ -4485,15 +4521,53 @@
4485
4521
  "isDeprecated": false,
4486
4522
  "name": "eventsTimeSeries",
4487
4523
  "operationArgs": {
4488
- "EventsDimension": {
4524
+ "accountID": {
4525
+ "defaultValue": null,
4526
+ "description": "Account ID",
4527
+ "id_str": "accountID",
4528
+ "name": "accountID",
4529
+ "path": "accountID",
4530
+ "requestStr": "$accountID:ID! ",
4531
+ "required": true,
4532
+ "responseStr": "accountID:$accountID ",
4533
+ "type": {
4534
+ "kind": [
4535
+ "NON_NULL",
4536
+ "SCALAR"
4537
+ ],
4538
+ "name": "ID",
4539
+ "non_null": false
4540
+ },
4541
+ "varName": "accountID"
4542
+ },
4543
+ "buckets": {
4544
+ "defaultValue": null,
4545
+ "description": null,
4546
+ "id_str": "timeseries___buckets",
4547
+ "name": "buckets",
4548
+ "path": "timeseries.buckets",
4549
+ "requestStr": "$buckets:Int! ",
4550
+ "required": true,
4551
+ "responseStr": "buckets:$buckets ",
4552
+ "type": {
4553
+ "kind": [
4554
+ "NON_NULL",
4555
+ "SCALAR"
4556
+ ],
4557
+ "name": "Int",
4558
+ "non_null": false
4559
+ },
4560
+ "varName": "buckets"
4561
+ },
4562
+ "eventsDimension": {
4489
4563
  "defaultValue": null,
4490
4564
  "description": null,
4491
4565
  "id_str": "dimensions",
4492
4566
  "name": "dimensions",
4493
4567
  "path": "dimensions",
4494
- "requestStr": "$EventsDimension:[EventsDimension] ",
4568
+ "requestStr": "$eventsDimension:[EventsDimension] ",
4495
4569
  "required": false,
4496
- "responseStr": "dimensions:$EventsDimension ",
4570
+ "responseStr": "dimensions:$eventsDimension ",
4497
4571
  "type": {
4498
4572
  "definition": {
4499
4573
  "description": null,
@@ -4514,9 +4588,9 @@
4514
4588
  "description": null,
4515
4589
  "enumValues": [
4516
4590
  {
4517
- "deprecationReason": null,
4591
+ "deprecationReason": "use src_site_id/src_site_name instead",
4518
4592
  "description": "Name of site or user initiating the connection",
4519
- "isDeprecated": false,
4593
+ "isDeprecated": true,
4520
4594
  "name": "src_site"
4521
4595
  },
4522
4596
  {
@@ -4724,11 +4798,17 @@
4724
4798
  "name": "configured_host_name"
4725
4799
  },
4726
4800
  {
4727
- "deprecationReason": null,
4801
+ "deprecationReason": "use event_id instead",
4728
4802
  "description": "Cato Internal-use only",
4729
- "isDeprecated": false,
4803
+ "isDeprecated": true,
4730
4804
  "name": "internalId"
4731
4805
  },
4806
+ {
4807
+ "deprecationReason": null,
4808
+ "description": "Event Id",
4809
+ "isDeprecated": false,
4810
+ "name": "event_id"
4811
+ },
4732
4812
  {
4733
4813
  "deprecationReason": null,
4734
4814
  "description": "Type of LDAP Domain Controller sync event",
@@ -5012,9 +5092,9 @@
5012
5092
  "name": "incident_id"
5013
5093
  },
5014
5094
  {
5015
- "deprecationReason": null,
5095
+ "deprecationReason": "use application_id/application_name instead",
5016
5096
  "description": "For Internet firewall, app for this event",
5017
- "isDeprecated": false,
5097
+ "isDeprecated": true,
5018
5098
  "name": "application"
5019
5099
  },
5020
5100
  {
@@ -5305,6 +5385,12 @@
5305
5385
  "isDeprecated": false,
5306
5386
  "name": "dns_protection_category"
5307
5387
  },
5388
+ {
5389
+ "deprecationReason": null,
5390
+ "description": "If the events was part of the sinkhole flow",
5391
+ "isDeprecated": false,
5392
+ "name": "is_sinkhole"
5393
+ },
5308
5394
  {
5309
5395
  "deprecationReason": null,
5310
5396
  "description": null,
@@ -5883,17 +5969,17 @@
5883
5969
  "name": "EventsDimension",
5884
5970
  "non_null": false
5885
5971
  },
5886
- "varName": "EventsDimension"
5972
+ "varName": "eventsDimension"
5887
5973
  },
5888
- "EventsFilter": {
5974
+ "eventsFilter": {
5889
5975
  "defaultValue": null,
5890
5976
  "description": null,
5891
5977
  "id_str": "filters",
5892
5978
  "name": "filters",
5893
5979
  "path": "filters",
5894
- "requestStr": "$EventsFilter:[EventsFilter!] ",
5980
+ "requestStr": "$eventsFilter:[EventsFilter!] ",
5895
5981
  "required": false,
5896
- "responseStr": "filters:$EventsFilter ",
5982
+ "responseStr": "filters:$eventsFilter ",
5897
5983
  "type": {
5898
5984
  "definition": {
5899
5985
  "description": null,
@@ -5914,9 +6000,9 @@
5914
6000
  "description": null,
5915
6001
  "enumValues": [
5916
6002
  {
5917
- "deprecationReason": null,
6003
+ "deprecationReason": "use src_site_id/src_site_name instead",
5918
6004
  "description": "Name of site or user initiating the connection",
5919
- "isDeprecated": false,
6005
+ "isDeprecated": true,
5920
6006
  "name": "src_site"
5921
6007
  },
5922
6008
  {
@@ -6124,11 +6210,17 @@
6124
6210
  "name": "configured_host_name"
6125
6211
  },
6126
6212
  {
6127
- "deprecationReason": null,
6213
+ "deprecationReason": "use event_id instead",
6128
6214
  "description": "Cato Internal-use only",
6129
- "isDeprecated": false,
6215
+ "isDeprecated": true,
6130
6216
  "name": "internalId"
6131
6217
  },
6218
+ {
6219
+ "deprecationReason": null,
6220
+ "description": "Event Id",
6221
+ "isDeprecated": false,
6222
+ "name": "event_id"
6223
+ },
6132
6224
  {
6133
6225
  "deprecationReason": null,
6134
6226
  "description": "Type of LDAP Domain Controller sync event",
@@ -6412,9 +6504,9 @@
6412
6504
  "name": "incident_id"
6413
6505
  },
6414
6506
  {
6415
- "deprecationReason": null,
6507
+ "deprecationReason": "use application_id/application_name instead",
6416
6508
  "description": "For Internet firewall, app for this event",
6417
- "isDeprecated": false,
6509
+ "isDeprecated": true,
6418
6510
  "name": "application"
6419
6511
  },
6420
6512
  {
@@ -6705,6 +6797,12 @@
6705
6797
  "isDeprecated": false,
6706
6798
  "name": "dns_protection_category"
6707
6799
  },
6800
+ {
6801
+ "deprecationReason": null,
6802
+ "description": "If the events was part of the sinkhole flow",
6803
+ "isDeprecated": false,
6804
+ "name": "is_sinkhole"
6805
+ },
6708
6806
  {
6709
6807
  "deprecationReason": null,
6710
6808
  "description": null,
@@ -7408,17 +7506,17 @@
7408
7506
  "name": "EventsFilter",
7409
7507
  "non_null": false
7410
7508
  },
7411
- "varName": "EventsFilter"
7509
+ "varName": "eventsFilter"
7412
7510
  },
7413
- "EventsMeasure": {
7511
+ "eventsMeasure": {
7414
7512
  "defaultValue": null,
7415
7513
  "description": null,
7416
7514
  "id_str": "measures",
7417
7515
  "name": "measures",
7418
7516
  "path": "measures",
7419
- "requestStr": "$EventsMeasure:[EventsMeasure] ",
7517
+ "requestStr": "$eventsMeasure:[EventsMeasure] ",
7420
7518
  "required": false,
7421
- "responseStr": "measures:$EventsMeasure ",
7519
+ "responseStr": "measures:$eventsMeasure ",
7422
7520
  "type": {
7423
7521
  "definition": {
7424
7522
  "description": null,
@@ -7530,9 +7628,9 @@
7530
7628
  "description": null,
7531
7629
  "enumValues": [
7532
7630
  {
7533
- "deprecationReason": null,
7631
+ "deprecationReason": "use src_site_id/src_site_name instead",
7534
7632
  "description": "Name of site or user initiating the connection",
7535
- "isDeprecated": false,
7633
+ "isDeprecated": true,
7536
7634
  "name": "src_site"
7537
7635
  },
7538
7636
  {
@@ -7740,11 +7838,17 @@
7740
7838
  "name": "configured_host_name"
7741
7839
  },
7742
7840
  {
7743
- "deprecationReason": null,
7841
+ "deprecationReason": "use event_id instead",
7744
7842
  "description": "Cato Internal-use only",
7745
- "isDeprecated": false,
7843
+ "isDeprecated": true,
7746
7844
  "name": "internalId"
7747
7845
  },
7846
+ {
7847
+ "deprecationReason": null,
7848
+ "description": "Event Id",
7849
+ "isDeprecated": false,
7850
+ "name": "event_id"
7851
+ },
7748
7852
  {
7749
7853
  "deprecationReason": null,
7750
7854
  "description": "Type of LDAP Domain Controller sync event",
@@ -8028,9 +8132,9 @@
8028
8132
  "name": "incident_id"
8029
8133
  },
8030
8134
  {
8031
- "deprecationReason": null,
8135
+ "deprecationReason": "use application_id/application_name instead",
8032
8136
  "description": "For Internet firewall, app for this event",
8033
- "isDeprecated": false,
8137
+ "isDeprecated": true,
8034
8138
  "name": "application"
8035
8139
  },
8036
8140
  {
@@ -8321,6 +8425,12 @@
8321
8425
  "isDeprecated": false,
8322
8426
  "name": "dns_protection_category"
8323
8427
  },
8428
+ {
8429
+ "deprecationReason": null,
8430
+ "description": "If the events was part of the sinkhole flow",
8431
+ "isDeprecated": false,
8432
+ "name": "is_sinkhole"
8433
+ },
8324
8434
  {
8325
8435
  "deprecationReason": null,
8326
8436
  "description": null,
@@ -8917,45 +9027,7 @@
8917
9027
  "name": "EventsMeasure",
8918
9028
  "non_null": false
8919
9029
  },
8920
- "varName": "EventsMeasure"
8921
- },
8922
- "accountID": {
8923
- "defaultValue": null,
8924
- "description": "Account ID",
8925
- "id_str": "accountID",
8926
- "name": "accountID",
8927
- "path": "accountID",
8928
- "requestStr": "$accountID:ID! ",
8929
- "required": true,
8930
- "responseStr": "accountID:$accountID ",
8931
- "type": {
8932
- "kind": [
8933
- "NON_NULL",
8934
- "SCALAR"
8935
- ],
8936
- "name": "ID",
8937
- "non_null": false
8938
- },
8939
- "varName": "accountID"
8940
- },
8941
- "buckets": {
8942
- "defaultValue": null,
8943
- "description": null,
8944
- "id_str": "timeseries___buckets",
8945
- "name": "buckets",
8946
- "path": "timeseries.buckets",
8947
- "requestStr": "$buckets:Int! ",
8948
- "required": true,
8949
- "responseStr": "buckets:$buckets ",
8950
- "type": {
8951
- "kind": [
8952
- "NON_NULL",
8953
- "SCALAR"
8954
- ],
8955
- "name": "Int",
8956
- "non_null": false
8957
- },
8958
- "varName": "buckets"
9030
+ "varName": "eventsMeasure"
8959
9031
  },
8960
9032
  "perSecond": {
8961
9033
  "defaultValue": "true",
@@ -9107,9 +9179,9 @@
9107
9179
  "isDeprecated": false,
9108
9180
  "name": "timeseries",
9109
9181
  "path": "timeseries",
9110
- "requestStr": "$Timeseries:[Timeseries] ",
9182
+ "requestStr": "$timeseries:[Timeseries] ",
9111
9183
  "required": false,
9112
- "responseStr": "timeseries:$Timeseries ",
9184
+ "responseStr": "timeseries:$timeseries ",
9113
9185
  "type": {
9114
9186
  "definition": {
9115
9187
  "description": null,
@@ -9176,7 +9248,7 @@
9176
9248
  "varName": "data"
9177
9249
  },
9178
9250
  "dimensions": {
9179
- "alias": "DimensionDataDimensions: dimensions",
9251
+ "alias": "dimensionDataDimensions: dimensions",
9180
9252
  "args": {},
9181
9253
  "deprecationReason": null,
9182
9254
  "description": "List of dimension values for this timeseries",
@@ -9184,9 +9256,9 @@
9184
9256
  "isDeprecated": false,
9185
9257
  "name": "dimensions",
9186
9258
  "path": "timeseries.dimensions",
9187
- "requestStr": "$DimensionData:[DimensionData] ",
9259
+ "requestStr": "$dimensionData:[DimensionData] ",
9188
9260
  "required": false,
9189
- "responseStr": "dimensions:$DimensionData ",
9261
+ "responseStr": "dimensions:$dimensionData ",
9190
9262
  "type": {
9191
9263
  "definition": {
9192
9264
  "description": null,
@@ -9249,7 +9321,7 @@
9249
9321
  "name": "DimensionData",
9250
9322
  "non_null": false
9251
9323
  },
9252
- "varName": "DimensionData"
9324
+ "varName": "dimensionData"
9253
9325
  },
9254
9326
  "info": {
9255
9327
  "args": {},
@@ -9274,7 +9346,7 @@
9274
9346
  "varName": "info"
9275
9347
  },
9276
9348
  "key": {
9277
- "alias": "TimeseriesKeyKey: key",
9349
+ "alias": "timeseriesKeyKey: key",
9278
9350
  "args": {},
9279
9351
  "deprecationReason": null,
9280
9352
  "description": "Timeseries key: measure and dimension values",
@@ -9282,9 +9354,9 @@
9282
9354
  "isDeprecated": false,
9283
9355
  "name": "key",
9284
9356
  "path": "timeseries.key",
9285
- "requestStr": "$TimeseriesKey:TimeseriesKey ",
9357
+ "requestStr": "$timeseriesKey:TimeseriesKey ",
9286
9358
  "required": false,
9287
- "responseStr": "key:$TimeseriesKey ",
9359
+ "responseStr": "key:$timeseriesKey ",
9288
9360
  "type": {
9289
9361
  "definition": {
9290
9362
  "description": null,
@@ -9298,9 +9370,9 @@
9298
9370
  "isDeprecated": false,
9299
9371
  "name": "dimensions",
9300
9372
  "path": "timeseries.key.dimensions",
9301
- "requestStr": "$DimensionKey:[DimensionKey] ",
9373
+ "requestStr": "$dimensionKey:[DimensionKey] ",
9302
9374
  "required": false,
9303
- "responseStr": "dimensions:$DimensionKey ",
9375
+ "responseStr": "dimensions:$dimensionKey ",
9304
9376
  "type": {
9305
9377
  "definition": {
9306
9378
  "description": null,
@@ -9363,7 +9435,7 @@
9363
9435
  "name": "DimensionKey",
9364
9436
  "non_null": false
9365
9437
  },
9366
- "varName": "DimensionKey"
9438
+ "varName": "dimensionKey"
9367
9439
  },
9368
9440
  "measureFieldName": {
9369
9441
  "args": {},
@@ -9400,7 +9472,7 @@
9400
9472
  "name": "TimeseriesKey",
9401
9473
  "non_null": false
9402
9474
  },
9403
- "varName": "TimeseriesKey"
9475
+ "varName": "timeseriesKey"
9404
9476
  },
9405
9477
  "label": {
9406
9478
  "args": {},
@@ -9444,7 +9516,7 @@
9444
9516
  "varName": "sum"
9445
9517
  },
9446
9518
  "units": {
9447
- "alias": "UnitTypeUnits: units",
9519
+ "alias": "unitTypeUnits: units",
9448
9520
  "args": {},
9449
9521
  "deprecationReason": null,
9450
9522
  "description": "Identifies what unit of data this timeseries represents. Note that toRate is only available for particular types\nof data to make sense.",
@@ -9558,7 +9630,7 @@
9558
9630
  "name": "Timeseries",
9559
9631
  "non_null": false
9560
9632
  },
9561
- "varName": "Timeseries"
9633
+ "varName": "timeseries"
9562
9634
  },
9563
9635
  "to": {
9564
9636
  "args": {},
@@ -9595,12 +9667,13 @@
9595
9667
  "non_null": false
9596
9668
  },
9597
9669
  "variablesPayload": {
9598
- "EventsDimension": {
9670
+ "buckets": "Int",
9671
+ "eventsDimension": {
9599
9672
  "fieldName": {
9600
9673
  "fieldName": "enum(EventFieldName)"
9601
9674
  }
9602
9675
  },
9603
- "EventsFilter": {
9676
+ "eventsFilter": {
9604
9677
  "fieldName": {
9605
9678
  "fieldName": "enum(EventFieldName)"
9606
9679
  },
@@ -9613,7 +9686,7 @@
9613
9686
  ]
9614
9687
  }
9615
9688
  },
9616
- "EventsMeasure": {
9689
+ "eventsMeasure": {
9617
9690
  "aggType": {
9618
9691
  "aggType": "enum(AggregationType)"
9619
9692
  },
@@ -9624,7 +9697,6 @@
9624
9697
  "trend": "Boolean"
9625
9698
  }
9626
9699
  },
9627
- "buckets": "Int",
9628
9700
  "perSecond": "Boolean",
9629
9701
  "timeFrame": "TimeFrame",
9630
9702
  "withMissingData": "Boolean"