catocli 3.0.10__py3-none-any.whl → 3.0.12__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 (59) hide show
  1. catocli/Utils/clidriver.py +2 -2
  2. catocli/Utils/graphql_utils.py +15 -5
  3. catocli/Utils/help_formatter.py +50 -15
  4. catocli/__init__.py +1 -1
  5. catocli/parsers/custom/__init__.py +1 -1
  6. catocli/parsers/custom/customLib.py +3 -1
  7. catocli/parsers/mutation_groups_createGroup/README.md +39 -1
  8. catocli/parsers/mutation_groups_deleteGroup/README.md +39 -1
  9. catocli/parsers/mutation_groups_updateGroup/README.md +39 -1
  10. catocli/parsers/query_accountMetrics/README.md +29 -2
  11. catocli/parsers/query_accountSnapshot/README.md +16 -0
  12. catocli/parsers/query_appStats/README.md +11 -1
  13. catocli/parsers/query_appStatsTimeSeries/README.md +16 -2
  14. catocli/parsers/query_auditFeed/README.md +3 -1
  15. catocli/parsers/query_catalogs/README.md +178 -0
  16. catocli/parsers/query_container/README.md +49 -0
  17. catocli/parsers/query_devices/README.md +728 -0
  18. catocli/parsers/query_enterpriseDirectory/README.md +83 -0
  19. catocli/parsers/query_events/README.md +5 -1
  20. catocli/parsers/query_eventsTimeSeries/README.md +10 -2
  21. catocli/parsers/query_groups_groupList/README.md +39 -1
  22. catocli/parsers/query_hardware/README.md +153 -0
  23. catocli/parsers/query_hardwareManagement/README.md +56 -0
  24. catocli/parsers/query_popLocations/README.md +63 -0
  25. catocli/parsers/query_sandbox/README.md +69 -0
  26. catocli/parsers/query_socketPortMetrics/README.md +5 -1
  27. catocli/parsers/query_socketPortMetricsTimeSeries/README.md +10 -2
  28. catocli/parsers/query_xdr_stories/README.md +7 -2
  29. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/METADATA +1 -1
  30. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/RECORD +59 -59
  31. models/mutation.accountManagement.disableAccount.json +2 -2
  32. models/mutation.accountManagement.removeAccount.json +2 -2
  33. models/mutation.groups.createGroup.json +810 -0
  34. models/mutation.groups.deleteGroup.json +810 -0
  35. models/mutation.groups.updateGroup.json +810 -0
  36. models/query.accountMetrics.json +333 -1
  37. models/query.accountSnapshot.json +50 -1
  38. models/query.appStats.json +38 -0
  39. models/query.appStatsTimeSeries.json +78 -1
  40. models/query.auditFeed.json +105 -0
  41. models/query.catalogs.json +2708 -1
  42. models/query.container.json +793 -1
  43. models/query.devices.json +10338 -1
  44. models/query.enterpriseDirectory.json +1315 -1
  45. models/query.events.json +38 -0
  46. models/query.eventsFeed.json +1587 -0
  47. models/query.eventsTimeSeries.json +78 -1
  48. models/query.groups.groupList.json +810 -0
  49. models/query.hardware.json +2333 -1
  50. models/query.hardwareManagement.json +1086 -1
  51. models/query.popLocations.json +1172 -1
  52. models/query.sandbox.json +825 -1
  53. models/query.socketPortMetrics.json +38 -0
  54. models/query.socketPortMetricsTimeSeries.json +78 -1
  55. schema/catolib.py +107 -37
  56. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/WHEEL +0 -0
  57. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/entry_points.txt +0 -0
  58. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/licenses/LICENSE +0 -0
  59. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/top_level.txt +0 -0
@@ -5146,6 +5146,25 @@
5146
5146
  },
5147
5147
  "varName": "accountID"
5148
5148
  },
5149
+ "buckets": {
5150
+ "defaultValue": null,
5151
+ "description": null,
5152
+ "id_str": "timeseries___buckets",
5153
+ "name": "buckets",
5154
+ "path": "timeseries.buckets",
5155
+ "requestStr": "$buckets:Int! ",
5156
+ "required": true,
5157
+ "responseStr": "buckets:$buckets ",
5158
+ "type": {
5159
+ "kind": [
5160
+ "NON_NULL",
5161
+ "SCALAR"
5162
+ ],
5163
+ "name": "Int",
5164
+ "non_null": false
5165
+ },
5166
+ "varName": "buckets"
5167
+ },
5149
5168
  "eventsDimension": {
5150
5169
  "defaultValue": null,
5151
5170
  "description": null,
@@ -10228,6 +10247,24 @@
10228
10247
  },
10229
10248
  "varName": "eventsMeasure"
10230
10249
  },
10250
+ "perSecond": {
10251
+ "defaultValue": "true",
10252
+ "description": "whether to normalize the data into per second (i.e. divide by granularity)",
10253
+ "id_str": "data___perSecond",
10254
+ "name": "perSecond",
10255
+ "path": "data.perSecond",
10256
+ "requestStr": "$perSecond:Boolean ",
10257
+ "required": false,
10258
+ "responseStr": "perSecond:$perSecond ",
10259
+ "type": {
10260
+ "kind": [
10261
+ "SCALAR"
10262
+ ],
10263
+ "name": "Boolean",
10264
+ "non_null": false
10265
+ },
10266
+ "varName": "perSecond"
10267
+ },
10231
10268
  "timeFrame": {
10232
10269
  "defaultValue": null,
10233
10270
  "description": null,
@@ -10246,6 +10283,42 @@
10246
10283
  "non_null": false
10247
10284
  },
10248
10285
  "varName": "timeFrame"
10286
+ },
10287
+ "useDefaultSizeBucket": {
10288
+ "defaultValue": "false",
10289
+ "description": "In case we want to have the default size bucket (from properties)",
10290
+ "id_str": "data___useDefaultSizeBucket",
10291
+ "name": "useDefaultSizeBucket",
10292
+ "path": "data.useDefaultSizeBucket",
10293
+ "requestStr": "$useDefaultSizeBucket:Boolean ",
10294
+ "required": false,
10295
+ "responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
10296
+ "type": {
10297
+ "kind": [
10298
+ "SCALAR"
10299
+ ],
10300
+ "name": "Boolean",
10301
+ "non_null": false
10302
+ },
10303
+ "varName": "useDefaultSizeBucket"
10304
+ },
10305
+ "withMissingData": {
10306
+ "defaultValue": "false",
10307
+ "description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
10308
+ "id_str": "data___withMissingData",
10309
+ "name": "withMissingData",
10310
+ "path": "data.withMissingData",
10311
+ "requestStr": "$withMissingData:Boolean ",
10312
+ "required": false,
10313
+ "responseStr": "withMissingData:$withMissingData ",
10314
+ "type": {
10315
+ "kind": [
10316
+ "SCALAR"
10317
+ ],
10318
+ "name": "Boolean",
10319
+ "non_null": false
10320
+ },
10321
+ "varName": "withMissingData"
10249
10322
  }
10250
10323
  },
10251
10324
  "path": "query.eventsTimeSeries",
@@ -10845,6 +10918,7 @@
10845
10918
  "non_null": false
10846
10919
  },
10847
10920
  "variablesPayload": {
10921
+ "buckets": 1,
10848
10922
  "eventsDimension": {
10849
10923
  "fieldName": "access_method"
10850
10924
  },
@@ -10861,6 +10935,9 @@
10861
10935
  "fieldName": "access_method",
10862
10936
  "trend": true
10863
10937
  },
10864
- "timeFrame": "example_value"
10938
+ "perSecond": true,
10939
+ "timeFrame": "example_value",
10940
+ "useDefaultSizeBucket": true,
10941
+ "withMissingData": true
10865
10942
  }
10866
10943
  }