catocli 3.0.29__py3-none-any.whl → 3.0.31__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.
- catocli/Utils/clidriver.py +10 -10
- catocli/__init__.py +1 -1
- catocli/parsers/custom/export_rules/__init__.py +27 -2
- catocli/parsers/custom/export_rules/export_rules.py +113 -4
- catocli/parsers/custom/import_rules_to_tf/__init__.py +24 -0
- catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +178 -0
- catocli/parsers/customParserApiClient.py +3 -0
- catocli/parsers/query_appStatsTimeSeries/README.md +0 -1
- catocli/parsers/query_devices/README.md +35 -1
- {catocli-3.0.29.dist-info → catocli-3.0.31.dist-info}/METADATA +1 -1
- {catocli-3.0.29.dist-info → catocli-3.0.31.dist-info}/RECORD +19 -19
- models/mutation.xdr.analystFeedback.json +419 -0
- models/query.devices.json +2178 -604
- models/query.xdr.stories.json +419 -0
- models/query.xdr.story.json +419 -0
- {catocli-3.0.29.dist-info → catocli-3.0.31.dist-info}/WHEEL +0 -0
- {catocli-3.0.29.dist-info → catocli-3.0.31.dist-info}/entry_points.txt +0 -0
- {catocli-3.0.29.dist-info → catocli-3.0.31.dist-info}/licenses/LICENSE +0 -0
- {catocli-3.0.29.dist-info → catocli-3.0.31.dist-info}/top_level.txt +0 -0
models/query.xdr.stories.json
CHANGED
|
@@ -31503,6 +31503,425 @@
|
|
|
31503
31503
|
},
|
|
31504
31504
|
"varName": "engineType"
|
|
31505
31505
|
},
|
|
31506
|
+
"eventsGraphQuery": {
|
|
31507
|
+
"args": {},
|
|
31508
|
+
"deprecationReason": null,
|
|
31509
|
+
"description": null,
|
|
31510
|
+
"id_str": "stories___items___incident___eventsGraphQuery",
|
|
31511
|
+
"isDeprecated": false,
|
|
31512
|
+
"name": "eventsGraphQuery",
|
|
31513
|
+
"path": "stories.items.incident.eventsGraphQuery",
|
|
31514
|
+
"requestStr": "$eventsGraphQuery:EventsGraphQuery ",
|
|
31515
|
+
"required": false,
|
|
31516
|
+
"responseStr": "eventsGraphQuery:$eventsGraphQuery ",
|
|
31517
|
+
"type": {
|
|
31518
|
+
"definition": {
|
|
31519
|
+
"description": null,
|
|
31520
|
+
"enumValues": null,
|
|
31521
|
+
"fields": {
|
|
31522
|
+
"timeSeriesEvents": {
|
|
31523
|
+
"args": {},
|
|
31524
|
+
"deprecationReason": null,
|
|
31525
|
+
"description": null,
|
|
31526
|
+
"id_str": "stories___items___incident___eventsGraphQuery___timeSeriesEvents",
|
|
31527
|
+
"isDeprecated": false,
|
|
31528
|
+
"name": "timeSeriesEvents",
|
|
31529
|
+
"path": "stories.items.incident.eventsGraphQuery.timeSeriesEvents",
|
|
31530
|
+
"requestStr": "$timeSeriesEvents:TimeSeriesEvents ",
|
|
31531
|
+
"required": false,
|
|
31532
|
+
"responseStr": "timeSeriesEvents:$timeSeriesEvents ",
|
|
31533
|
+
"type": {
|
|
31534
|
+
"definition": {
|
|
31535
|
+
"description": null,
|
|
31536
|
+
"enumValues": null,
|
|
31537
|
+
"fields": {
|
|
31538
|
+
"accountID": {
|
|
31539
|
+
"args": {},
|
|
31540
|
+
"deprecationReason": null,
|
|
31541
|
+
"description": null,
|
|
31542
|
+
"id_str": "stories___items___incident___eventsGraphQuery___timeSeriesEvents___accountID",
|
|
31543
|
+
"isDeprecated": false,
|
|
31544
|
+
"name": "accountID",
|
|
31545
|
+
"path": "stories.items.incident.eventsGraphQuery.timeSeriesEvents.accountID",
|
|
31546
|
+
"requestStr": "$accountID:String! ",
|
|
31547
|
+
"required": true,
|
|
31548
|
+
"responseStr": "accountID:$accountID ",
|
|
31549
|
+
"type": {
|
|
31550
|
+
"kind": [
|
|
31551
|
+
"NON_NULL",
|
|
31552
|
+
"SCALAR"
|
|
31553
|
+
],
|
|
31554
|
+
"name": "String",
|
|
31555
|
+
"non_null": false
|
|
31556
|
+
},
|
|
31557
|
+
"varName": "accountID"
|
|
31558
|
+
},
|
|
31559
|
+
"buckets": {
|
|
31560
|
+
"args": {},
|
|
31561
|
+
"deprecationReason": null,
|
|
31562
|
+
"description": null,
|
|
31563
|
+
"id_str": "stories___items___incident___eventsGraphQuery___timeSeriesEvents___buckets",
|
|
31564
|
+
"isDeprecated": false,
|
|
31565
|
+
"name": "buckets",
|
|
31566
|
+
"path": "stories.items.incident.eventsGraphQuery.timeSeriesEvents.buckets",
|
|
31567
|
+
"requestStr": "$buckets:Int! ",
|
|
31568
|
+
"required": true,
|
|
31569
|
+
"responseStr": "buckets:$buckets ",
|
|
31570
|
+
"type": {
|
|
31571
|
+
"kind": [
|
|
31572
|
+
"NON_NULL",
|
|
31573
|
+
"SCALAR"
|
|
31574
|
+
],
|
|
31575
|
+
"name": "Int",
|
|
31576
|
+
"non_null": false
|
|
31577
|
+
},
|
|
31578
|
+
"varName": "buckets"
|
|
31579
|
+
},
|
|
31580
|
+
"dimensions": {
|
|
31581
|
+
"args": {},
|
|
31582
|
+
"deprecationReason": null,
|
|
31583
|
+
"description": null,
|
|
31584
|
+
"id_str": "stories___items___incident___eventsGraphQuery___timeSeriesEvents___dimensions",
|
|
31585
|
+
"isDeprecated": false,
|
|
31586
|
+
"name": "dimensions",
|
|
31587
|
+
"path": "stories.items.incident.eventsGraphQuery.timeSeriesEvents.dimensions",
|
|
31588
|
+
"requestStr": "$graphEventsDimension:[GraphEventsDimension]! ",
|
|
31589
|
+
"required": true,
|
|
31590
|
+
"responseStr": "dimensions:$graphEventsDimension ",
|
|
31591
|
+
"type": {
|
|
31592
|
+
"definition": {
|
|
31593
|
+
"description": null,
|
|
31594
|
+
"enumValues": null,
|
|
31595
|
+
"fields": {
|
|
31596
|
+
"fieldName": {
|
|
31597
|
+
"args": {},
|
|
31598
|
+
"deprecationReason": null,
|
|
31599
|
+
"description": null,
|
|
31600
|
+
"id_str": "stories___items___incident___eventsGraphQuery___timeSeriesEvents___dimensions___fieldName",
|
|
31601
|
+
"isDeprecated": false,
|
|
31602
|
+
"name": "fieldName",
|
|
31603
|
+
"path": "stories.items.incident.eventsGraphQuery.timeSeriesEvents.dimensions.fieldName",
|
|
31604
|
+
"requestStr": "$fieldName:String! ",
|
|
31605
|
+
"required": true,
|
|
31606
|
+
"responseStr": "fieldName:$fieldName ",
|
|
31607
|
+
"type": {
|
|
31608
|
+
"kind": [
|
|
31609
|
+
"NON_NULL",
|
|
31610
|
+
"SCALAR"
|
|
31611
|
+
],
|
|
31612
|
+
"name": "String",
|
|
31613
|
+
"non_null": false
|
|
31614
|
+
},
|
|
31615
|
+
"varName": "fieldName"
|
|
31616
|
+
}
|
|
31617
|
+
},
|
|
31618
|
+
"inputFields": null,
|
|
31619
|
+
"interfaces": [],
|
|
31620
|
+
"kind": "OBJECT",
|
|
31621
|
+
"name": "GraphEventsDimension",
|
|
31622
|
+
"possibleTypes": null
|
|
31623
|
+
},
|
|
31624
|
+
"indexType": "object",
|
|
31625
|
+
"kind": [
|
|
31626
|
+
"NON_NULL",
|
|
31627
|
+
"LIST",
|
|
31628
|
+
"NON_NULL",
|
|
31629
|
+
"OBJECT"
|
|
31630
|
+
],
|
|
31631
|
+
"name": "GraphEventsDimension",
|
|
31632
|
+
"non_null": false
|
|
31633
|
+
},
|
|
31634
|
+
"varName": "graphEventsDimension"
|
|
31635
|
+
},
|
|
31636
|
+
"filters": {
|
|
31637
|
+
"args": {},
|
|
31638
|
+
"deprecationReason": null,
|
|
31639
|
+
"description": null,
|
|
31640
|
+
"id_str": "stories___items___incident___eventsGraphQuery___timeSeriesEvents___filters",
|
|
31641
|
+
"isDeprecated": false,
|
|
31642
|
+
"name": "filters",
|
|
31643
|
+
"path": "stories.items.incident.eventsGraphQuery.timeSeriesEvents.filters",
|
|
31644
|
+
"requestStr": "$graphEventsFilter:[GraphEventsFilter]! ",
|
|
31645
|
+
"required": true,
|
|
31646
|
+
"responseStr": "filters:$graphEventsFilter ",
|
|
31647
|
+
"type": {
|
|
31648
|
+
"definition": {
|
|
31649
|
+
"description": null,
|
|
31650
|
+
"enumValues": null,
|
|
31651
|
+
"fields": {
|
|
31652
|
+
"fieldName": {
|
|
31653
|
+
"args": {},
|
|
31654
|
+
"deprecationReason": null,
|
|
31655
|
+
"description": null,
|
|
31656
|
+
"id_str": "stories___items___incident___eventsGraphQuery___timeSeriesEvents___filters___fieldName",
|
|
31657
|
+
"isDeprecated": false,
|
|
31658
|
+
"name": "fieldName",
|
|
31659
|
+
"path": "stories.items.incident.eventsGraphQuery.timeSeriesEvents.filters.fieldName",
|
|
31660
|
+
"requestStr": "$fieldName:String! ",
|
|
31661
|
+
"required": true,
|
|
31662
|
+
"responseStr": "fieldName:$fieldName ",
|
|
31663
|
+
"type": {
|
|
31664
|
+
"kind": [
|
|
31665
|
+
"NON_NULL",
|
|
31666
|
+
"SCALAR"
|
|
31667
|
+
],
|
|
31668
|
+
"name": "String",
|
|
31669
|
+
"non_null": false
|
|
31670
|
+
},
|
|
31671
|
+
"varName": "fieldName"
|
|
31672
|
+
},
|
|
31673
|
+
"operator": {
|
|
31674
|
+
"args": {},
|
|
31675
|
+
"deprecationReason": null,
|
|
31676
|
+
"description": null,
|
|
31677
|
+
"id_str": "stories___items___incident___eventsGraphQuery___timeSeriesEvents___filters___operator",
|
|
31678
|
+
"isDeprecated": false,
|
|
31679
|
+
"name": "operator",
|
|
31680
|
+
"path": "stories.items.incident.eventsGraphQuery.timeSeriesEvents.filters.operator",
|
|
31681
|
+
"requestStr": "$operator:String! ",
|
|
31682
|
+
"required": true,
|
|
31683
|
+
"responseStr": "operator:$operator ",
|
|
31684
|
+
"type": {
|
|
31685
|
+
"kind": [
|
|
31686
|
+
"NON_NULL",
|
|
31687
|
+
"SCALAR"
|
|
31688
|
+
],
|
|
31689
|
+
"name": "String",
|
|
31690
|
+
"non_null": false
|
|
31691
|
+
},
|
|
31692
|
+
"varName": "operator"
|
|
31693
|
+
},
|
|
31694
|
+
"values": {
|
|
31695
|
+
"args": {},
|
|
31696
|
+
"deprecationReason": null,
|
|
31697
|
+
"description": null,
|
|
31698
|
+
"id_str": "stories___items___incident___eventsGraphQuery___timeSeriesEvents___filters___values",
|
|
31699
|
+
"isDeprecated": false,
|
|
31700
|
+
"name": "values",
|
|
31701
|
+
"path": "stories.items.incident.eventsGraphQuery.timeSeriesEvents.filters.values",
|
|
31702
|
+
"requestStr": "$values:[String]! ",
|
|
31703
|
+
"required": true,
|
|
31704
|
+
"responseStr": "values:$values ",
|
|
31705
|
+
"type": {
|
|
31706
|
+
"kind": [
|
|
31707
|
+
"NON_NULL",
|
|
31708
|
+
"LIST",
|
|
31709
|
+
"NON_NULL",
|
|
31710
|
+
"SCALAR"
|
|
31711
|
+
],
|
|
31712
|
+
"name": "String",
|
|
31713
|
+
"non_null": false
|
|
31714
|
+
},
|
|
31715
|
+
"varName": "values"
|
|
31716
|
+
}
|
|
31717
|
+
},
|
|
31718
|
+
"inputFields": null,
|
|
31719
|
+
"interfaces": [],
|
|
31720
|
+
"kind": "OBJECT",
|
|
31721
|
+
"name": "GraphEventsFilter",
|
|
31722
|
+
"possibleTypes": null
|
|
31723
|
+
},
|
|
31724
|
+
"indexType": "object",
|
|
31725
|
+
"kind": [
|
|
31726
|
+
"NON_NULL",
|
|
31727
|
+
"LIST",
|
|
31728
|
+
"NON_NULL",
|
|
31729
|
+
"OBJECT"
|
|
31730
|
+
],
|
|
31731
|
+
"name": "GraphEventsFilter",
|
|
31732
|
+
"non_null": false
|
|
31733
|
+
},
|
|
31734
|
+
"varName": "graphEventsFilter"
|
|
31735
|
+
},
|
|
31736
|
+
"measures": {
|
|
31737
|
+
"args": {},
|
|
31738
|
+
"deprecationReason": null,
|
|
31739
|
+
"description": null,
|
|
31740
|
+
"id_str": "stories___items___incident___eventsGraphQuery___timeSeriesEvents___measures",
|
|
31741
|
+
"isDeprecated": false,
|
|
31742
|
+
"name": "measures",
|
|
31743
|
+
"path": "stories.items.incident.eventsGraphQuery.timeSeriesEvents.measures",
|
|
31744
|
+
"requestStr": "$graphEventsMeasure:[GraphEventsMeasure]! ",
|
|
31745
|
+
"required": true,
|
|
31746
|
+
"responseStr": "measures:$graphEventsMeasure ",
|
|
31747
|
+
"type": {
|
|
31748
|
+
"definition": {
|
|
31749
|
+
"description": null,
|
|
31750
|
+
"enumValues": null,
|
|
31751
|
+
"fields": {
|
|
31752
|
+
"aggType": {
|
|
31753
|
+
"args": {},
|
|
31754
|
+
"deprecationReason": null,
|
|
31755
|
+
"description": null,
|
|
31756
|
+
"id_str": "stories___items___incident___eventsGraphQuery___timeSeriesEvents___measures___aggType",
|
|
31757
|
+
"isDeprecated": false,
|
|
31758
|
+
"name": "aggType",
|
|
31759
|
+
"path": "stories.items.incident.eventsGraphQuery.timeSeriesEvents.measures.aggType",
|
|
31760
|
+
"requestStr": "$aggType:String! ",
|
|
31761
|
+
"required": true,
|
|
31762
|
+
"responseStr": "aggType:$aggType ",
|
|
31763
|
+
"type": {
|
|
31764
|
+
"kind": [
|
|
31765
|
+
"NON_NULL",
|
|
31766
|
+
"SCALAR"
|
|
31767
|
+
],
|
|
31768
|
+
"name": "String",
|
|
31769
|
+
"non_null": false
|
|
31770
|
+
},
|
|
31771
|
+
"varName": "aggType"
|
|
31772
|
+
},
|
|
31773
|
+
"fieldName": {
|
|
31774
|
+
"args": {},
|
|
31775
|
+
"deprecationReason": null,
|
|
31776
|
+
"description": null,
|
|
31777
|
+
"id_str": "stories___items___incident___eventsGraphQuery___timeSeriesEvents___measures___fieldName",
|
|
31778
|
+
"isDeprecated": false,
|
|
31779
|
+
"name": "fieldName",
|
|
31780
|
+
"path": "stories.items.incident.eventsGraphQuery.timeSeriesEvents.measures.fieldName",
|
|
31781
|
+
"requestStr": "$fieldName:String! ",
|
|
31782
|
+
"required": true,
|
|
31783
|
+
"responseStr": "fieldName:$fieldName ",
|
|
31784
|
+
"type": {
|
|
31785
|
+
"kind": [
|
|
31786
|
+
"NON_NULL",
|
|
31787
|
+
"SCALAR"
|
|
31788
|
+
],
|
|
31789
|
+
"name": "String",
|
|
31790
|
+
"non_null": false
|
|
31791
|
+
},
|
|
31792
|
+
"varName": "fieldName"
|
|
31793
|
+
},
|
|
31794
|
+
"trend": {
|
|
31795
|
+
"args": {},
|
|
31796
|
+
"deprecationReason": null,
|
|
31797
|
+
"description": null,
|
|
31798
|
+
"id_str": "stories___items___incident___eventsGraphQuery___timeSeriesEvents___measures___trend",
|
|
31799
|
+
"isDeprecated": false,
|
|
31800
|
+
"name": "trend",
|
|
31801
|
+
"path": "stories.items.incident.eventsGraphQuery.timeSeriesEvents.measures.trend",
|
|
31802
|
+
"requestStr": "$trend:Boolean ",
|
|
31803
|
+
"required": false,
|
|
31804
|
+
"responseStr": "trend:$trend ",
|
|
31805
|
+
"type": {
|
|
31806
|
+
"kind": [
|
|
31807
|
+
"SCALAR"
|
|
31808
|
+
],
|
|
31809
|
+
"name": "Boolean",
|
|
31810
|
+
"non_null": false
|
|
31811
|
+
},
|
|
31812
|
+
"varName": "trend"
|
|
31813
|
+
}
|
|
31814
|
+
},
|
|
31815
|
+
"inputFields": null,
|
|
31816
|
+
"interfaces": [],
|
|
31817
|
+
"kind": "OBJECT",
|
|
31818
|
+
"name": "GraphEventsMeasure",
|
|
31819
|
+
"possibleTypes": null
|
|
31820
|
+
},
|
|
31821
|
+
"indexType": "object",
|
|
31822
|
+
"kind": [
|
|
31823
|
+
"NON_NULL",
|
|
31824
|
+
"LIST",
|
|
31825
|
+
"NON_NULL",
|
|
31826
|
+
"OBJECT"
|
|
31827
|
+
],
|
|
31828
|
+
"name": "GraphEventsMeasure",
|
|
31829
|
+
"non_null": false
|
|
31830
|
+
},
|
|
31831
|
+
"varName": "graphEventsMeasure"
|
|
31832
|
+
},
|
|
31833
|
+
"timeFrame": {
|
|
31834
|
+
"args": {},
|
|
31835
|
+
"deprecationReason": null,
|
|
31836
|
+
"description": null,
|
|
31837
|
+
"id_str": "stories___items___incident___eventsGraphQuery___timeSeriesEvents___timeFrame",
|
|
31838
|
+
"isDeprecated": false,
|
|
31839
|
+
"name": "timeFrame",
|
|
31840
|
+
"path": "stories.items.incident.eventsGraphQuery.timeSeriesEvents.timeFrame",
|
|
31841
|
+
"requestStr": "$timeFrame:TimeFrame! ",
|
|
31842
|
+
"required": true,
|
|
31843
|
+
"responseStr": "timeFrame:$timeFrame ",
|
|
31844
|
+
"type": {
|
|
31845
|
+
"kind": [
|
|
31846
|
+
"NON_NULL",
|
|
31847
|
+
"SCALAR"
|
|
31848
|
+
],
|
|
31849
|
+
"name": "TimeFrame",
|
|
31850
|
+
"non_null": false
|
|
31851
|
+
},
|
|
31852
|
+
"varName": "timeFrame"
|
|
31853
|
+
}
|
|
31854
|
+
},
|
|
31855
|
+
"inputFields": null,
|
|
31856
|
+
"interfaces": [],
|
|
31857
|
+
"kind": "OBJECT",
|
|
31858
|
+
"name": "TimeSeriesEvents",
|
|
31859
|
+
"possibleTypes": null
|
|
31860
|
+
},
|
|
31861
|
+
"indexType": "object",
|
|
31862
|
+
"kind": [
|
|
31863
|
+
"OBJECT"
|
|
31864
|
+
],
|
|
31865
|
+
"name": "TimeSeriesEvents",
|
|
31866
|
+
"non_null": false
|
|
31867
|
+
},
|
|
31868
|
+
"varName": "timeSeriesEvents"
|
|
31869
|
+
},
|
|
31870
|
+
"type": {
|
|
31871
|
+
"args": {},
|
|
31872
|
+
"deprecationReason": null,
|
|
31873
|
+
"description": null,
|
|
31874
|
+
"id_str": "stories___items___incident___eventsGraphQuery___type",
|
|
31875
|
+
"isDeprecated": false,
|
|
31876
|
+
"name": "type",
|
|
31877
|
+
"path": "stories.items.incident.eventsGraphQuery.type",
|
|
31878
|
+
"requestStr": "$type:GraphType! ",
|
|
31879
|
+
"required": true,
|
|
31880
|
+
"responseStr": "type:$type ",
|
|
31881
|
+
"type": {
|
|
31882
|
+
"definition": {
|
|
31883
|
+
"description": null,
|
|
31884
|
+
"enumValues": [
|
|
31885
|
+
{
|
|
31886
|
+
"deprecationReason": null,
|
|
31887
|
+
"description": null,
|
|
31888
|
+
"isDeprecated": false,
|
|
31889
|
+
"name": "ANALYTICS"
|
|
31890
|
+
}
|
|
31891
|
+
],
|
|
31892
|
+
"fields": null,
|
|
31893
|
+
"inputFields": null,
|
|
31894
|
+
"interfaces": null,
|
|
31895
|
+
"kind": "ENUM",
|
|
31896
|
+
"name": "GraphType",
|
|
31897
|
+
"possibleTypes": null
|
|
31898
|
+
},
|
|
31899
|
+
"indexType": "enum",
|
|
31900
|
+
"kind": [
|
|
31901
|
+
"NON_NULL",
|
|
31902
|
+
"ENUM"
|
|
31903
|
+
],
|
|
31904
|
+
"name": "GraphType",
|
|
31905
|
+
"non_null": false
|
|
31906
|
+
},
|
|
31907
|
+
"varName": "type"
|
|
31908
|
+
}
|
|
31909
|
+
},
|
|
31910
|
+
"inputFields": null,
|
|
31911
|
+
"interfaces": [],
|
|
31912
|
+
"kind": "OBJECT",
|
|
31913
|
+
"name": "EventsGraphQuery",
|
|
31914
|
+
"possibleTypes": null
|
|
31915
|
+
},
|
|
31916
|
+
"indexType": "object",
|
|
31917
|
+
"kind": [
|
|
31918
|
+
"OBJECT"
|
|
31919
|
+
],
|
|
31920
|
+
"name": "EventsGraphQuery",
|
|
31921
|
+
"non_null": false
|
|
31922
|
+
},
|
|
31923
|
+
"varName": "eventsGraphQuery"
|
|
31924
|
+
},
|
|
31506
31925
|
"firstSignal": {
|
|
31507
31926
|
"args": {},
|
|
31508
31927
|
"deprecationReason": null,
|