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.story.json
CHANGED
|
@@ -25514,6 +25514,425 @@
|
|
|
25514
25514
|
},
|
|
25515
25515
|
"varName": "engineType"
|
|
25516
25516
|
},
|
|
25517
|
+
"eventsGraphQuery": {
|
|
25518
|
+
"args": {},
|
|
25519
|
+
"deprecationReason": null,
|
|
25520
|
+
"description": null,
|
|
25521
|
+
"id_str": "story___incident___eventsGraphQuery",
|
|
25522
|
+
"isDeprecated": false,
|
|
25523
|
+
"name": "eventsGraphQuery",
|
|
25524
|
+
"path": "story.incident.eventsGraphQuery",
|
|
25525
|
+
"requestStr": "$eventsGraphQuery:EventsGraphQuery ",
|
|
25526
|
+
"required": false,
|
|
25527
|
+
"responseStr": "eventsGraphQuery:$eventsGraphQuery ",
|
|
25528
|
+
"type": {
|
|
25529
|
+
"definition": {
|
|
25530
|
+
"description": null,
|
|
25531
|
+
"enumValues": null,
|
|
25532
|
+
"fields": {
|
|
25533
|
+
"timeSeriesEvents": {
|
|
25534
|
+
"args": {},
|
|
25535
|
+
"deprecationReason": null,
|
|
25536
|
+
"description": null,
|
|
25537
|
+
"id_str": "story___incident___eventsGraphQuery___timeSeriesEvents",
|
|
25538
|
+
"isDeprecated": false,
|
|
25539
|
+
"name": "timeSeriesEvents",
|
|
25540
|
+
"path": "story.incident.eventsGraphQuery.timeSeriesEvents",
|
|
25541
|
+
"requestStr": "$timeSeriesEvents:TimeSeriesEvents ",
|
|
25542
|
+
"required": false,
|
|
25543
|
+
"responseStr": "timeSeriesEvents:$timeSeriesEvents ",
|
|
25544
|
+
"type": {
|
|
25545
|
+
"definition": {
|
|
25546
|
+
"description": null,
|
|
25547
|
+
"enumValues": null,
|
|
25548
|
+
"fields": {
|
|
25549
|
+
"accountID": {
|
|
25550
|
+
"args": {},
|
|
25551
|
+
"deprecationReason": null,
|
|
25552
|
+
"description": null,
|
|
25553
|
+
"id_str": "story___incident___eventsGraphQuery___timeSeriesEvents___accountID",
|
|
25554
|
+
"isDeprecated": false,
|
|
25555
|
+
"name": "accountID",
|
|
25556
|
+
"path": "story.incident.eventsGraphQuery.timeSeriesEvents.accountID",
|
|
25557
|
+
"requestStr": "$accountID:String! ",
|
|
25558
|
+
"required": true,
|
|
25559
|
+
"responseStr": "accountID:$accountID ",
|
|
25560
|
+
"type": {
|
|
25561
|
+
"kind": [
|
|
25562
|
+
"NON_NULL",
|
|
25563
|
+
"SCALAR"
|
|
25564
|
+
],
|
|
25565
|
+
"name": "String",
|
|
25566
|
+
"non_null": false
|
|
25567
|
+
},
|
|
25568
|
+
"varName": "accountID"
|
|
25569
|
+
},
|
|
25570
|
+
"buckets": {
|
|
25571
|
+
"args": {},
|
|
25572
|
+
"deprecationReason": null,
|
|
25573
|
+
"description": null,
|
|
25574
|
+
"id_str": "story___incident___eventsGraphQuery___timeSeriesEvents___buckets",
|
|
25575
|
+
"isDeprecated": false,
|
|
25576
|
+
"name": "buckets",
|
|
25577
|
+
"path": "story.incident.eventsGraphQuery.timeSeriesEvents.buckets",
|
|
25578
|
+
"requestStr": "$buckets:Int! ",
|
|
25579
|
+
"required": true,
|
|
25580
|
+
"responseStr": "buckets:$buckets ",
|
|
25581
|
+
"type": {
|
|
25582
|
+
"kind": [
|
|
25583
|
+
"NON_NULL",
|
|
25584
|
+
"SCALAR"
|
|
25585
|
+
],
|
|
25586
|
+
"name": "Int",
|
|
25587
|
+
"non_null": false
|
|
25588
|
+
},
|
|
25589
|
+
"varName": "buckets"
|
|
25590
|
+
},
|
|
25591
|
+
"dimensions": {
|
|
25592
|
+
"args": {},
|
|
25593
|
+
"deprecationReason": null,
|
|
25594
|
+
"description": null,
|
|
25595
|
+
"id_str": "story___incident___eventsGraphQuery___timeSeriesEvents___dimensions",
|
|
25596
|
+
"isDeprecated": false,
|
|
25597
|
+
"name": "dimensions",
|
|
25598
|
+
"path": "story.incident.eventsGraphQuery.timeSeriesEvents.dimensions",
|
|
25599
|
+
"requestStr": "$graphEventsDimension:[GraphEventsDimension]! ",
|
|
25600
|
+
"required": true,
|
|
25601
|
+
"responseStr": "dimensions:$graphEventsDimension ",
|
|
25602
|
+
"type": {
|
|
25603
|
+
"definition": {
|
|
25604
|
+
"description": null,
|
|
25605
|
+
"enumValues": null,
|
|
25606
|
+
"fields": {
|
|
25607
|
+
"fieldName": {
|
|
25608
|
+
"args": {},
|
|
25609
|
+
"deprecationReason": null,
|
|
25610
|
+
"description": null,
|
|
25611
|
+
"id_str": "story___incident___eventsGraphQuery___timeSeriesEvents___dimensions___fieldName",
|
|
25612
|
+
"isDeprecated": false,
|
|
25613
|
+
"name": "fieldName",
|
|
25614
|
+
"path": "story.incident.eventsGraphQuery.timeSeriesEvents.dimensions.fieldName",
|
|
25615
|
+
"requestStr": "$fieldName:String! ",
|
|
25616
|
+
"required": true,
|
|
25617
|
+
"responseStr": "fieldName:$fieldName ",
|
|
25618
|
+
"type": {
|
|
25619
|
+
"kind": [
|
|
25620
|
+
"NON_NULL",
|
|
25621
|
+
"SCALAR"
|
|
25622
|
+
],
|
|
25623
|
+
"name": "String",
|
|
25624
|
+
"non_null": false
|
|
25625
|
+
},
|
|
25626
|
+
"varName": "fieldName"
|
|
25627
|
+
}
|
|
25628
|
+
},
|
|
25629
|
+
"inputFields": null,
|
|
25630
|
+
"interfaces": [],
|
|
25631
|
+
"kind": "OBJECT",
|
|
25632
|
+
"name": "GraphEventsDimension",
|
|
25633
|
+
"possibleTypes": null
|
|
25634
|
+
},
|
|
25635
|
+
"indexType": "object",
|
|
25636
|
+
"kind": [
|
|
25637
|
+
"NON_NULL",
|
|
25638
|
+
"LIST",
|
|
25639
|
+
"NON_NULL",
|
|
25640
|
+
"OBJECT"
|
|
25641
|
+
],
|
|
25642
|
+
"name": "GraphEventsDimension",
|
|
25643
|
+
"non_null": false
|
|
25644
|
+
},
|
|
25645
|
+
"varName": "graphEventsDimension"
|
|
25646
|
+
},
|
|
25647
|
+
"filters": {
|
|
25648
|
+
"args": {},
|
|
25649
|
+
"deprecationReason": null,
|
|
25650
|
+
"description": null,
|
|
25651
|
+
"id_str": "story___incident___eventsGraphQuery___timeSeriesEvents___filters",
|
|
25652
|
+
"isDeprecated": false,
|
|
25653
|
+
"name": "filters",
|
|
25654
|
+
"path": "story.incident.eventsGraphQuery.timeSeriesEvents.filters",
|
|
25655
|
+
"requestStr": "$graphEventsFilter:[GraphEventsFilter]! ",
|
|
25656
|
+
"required": true,
|
|
25657
|
+
"responseStr": "filters:$graphEventsFilter ",
|
|
25658
|
+
"type": {
|
|
25659
|
+
"definition": {
|
|
25660
|
+
"description": null,
|
|
25661
|
+
"enumValues": null,
|
|
25662
|
+
"fields": {
|
|
25663
|
+
"fieldName": {
|
|
25664
|
+
"args": {},
|
|
25665
|
+
"deprecationReason": null,
|
|
25666
|
+
"description": null,
|
|
25667
|
+
"id_str": "story___incident___eventsGraphQuery___timeSeriesEvents___filters___fieldName",
|
|
25668
|
+
"isDeprecated": false,
|
|
25669
|
+
"name": "fieldName",
|
|
25670
|
+
"path": "story.incident.eventsGraphQuery.timeSeriesEvents.filters.fieldName",
|
|
25671
|
+
"requestStr": "$fieldName:String! ",
|
|
25672
|
+
"required": true,
|
|
25673
|
+
"responseStr": "fieldName:$fieldName ",
|
|
25674
|
+
"type": {
|
|
25675
|
+
"kind": [
|
|
25676
|
+
"NON_NULL",
|
|
25677
|
+
"SCALAR"
|
|
25678
|
+
],
|
|
25679
|
+
"name": "String",
|
|
25680
|
+
"non_null": false
|
|
25681
|
+
},
|
|
25682
|
+
"varName": "fieldName"
|
|
25683
|
+
},
|
|
25684
|
+
"operator": {
|
|
25685
|
+
"args": {},
|
|
25686
|
+
"deprecationReason": null,
|
|
25687
|
+
"description": null,
|
|
25688
|
+
"id_str": "story___incident___eventsGraphQuery___timeSeriesEvents___filters___operator",
|
|
25689
|
+
"isDeprecated": false,
|
|
25690
|
+
"name": "operator",
|
|
25691
|
+
"path": "story.incident.eventsGraphQuery.timeSeriesEvents.filters.operator",
|
|
25692
|
+
"requestStr": "$operator:String! ",
|
|
25693
|
+
"required": true,
|
|
25694
|
+
"responseStr": "operator:$operator ",
|
|
25695
|
+
"type": {
|
|
25696
|
+
"kind": [
|
|
25697
|
+
"NON_NULL",
|
|
25698
|
+
"SCALAR"
|
|
25699
|
+
],
|
|
25700
|
+
"name": "String",
|
|
25701
|
+
"non_null": false
|
|
25702
|
+
},
|
|
25703
|
+
"varName": "operator"
|
|
25704
|
+
},
|
|
25705
|
+
"values": {
|
|
25706
|
+
"args": {},
|
|
25707
|
+
"deprecationReason": null,
|
|
25708
|
+
"description": null,
|
|
25709
|
+
"id_str": "story___incident___eventsGraphQuery___timeSeriesEvents___filters___values",
|
|
25710
|
+
"isDeprecated": false,
|
|
25711
|
+
"name": "values",
|
|
25712
|
+
"path": "story.incident.eventsGraphQuery.timeSeriesEvents.filters.values",
|
|
25713
|
+
"requestStr": "$values:[String]! ",
|
|
25714
|
+
"required": true,
|
|
25715
|
+
"responseStr": "values:$values ",
|
|
25716
|
+
"type": {
|
|
25717
|
+
"kind": [
|
|
25718
|
+
"NON_NULL",
|
|
25719
|
+
"LIST",
|
|
25720
|
+
"NON_NULL",
|
|
25721
|
+
"SCALAR"
|
|
25722
|
+
],
|
|
25723
|
+
"name": "String",
|
|
25724
|
+
"non_null": false
|
|
25725
|
+
},
|
|
25726
|
+
"varName": "values"
|
|
25727
|
+
}
|
|
25728
|
+
},
|
|
25729
|
+
"inputFields": null,
|
|
25730
|
+
"interfaces": [],
|
|
25731
|
+
"kind": "OBJECT",
|
|
25732
|
+
"name": "GraphEventsFilter",
|
|
25733
|
+
"possibleTypes": null
|
|
25734
|
+
},
|
|
25735
|
+
"indexType": "object",
|
|
25736
|
+
"kind": [
|
|
25737
|
+
"NON_NULL",
|
|
25738
|
+
"LIST",
|
|
25739
|
+
"NON_NULL",
|
|
25740
|
+
"OBJECT"
|
|
25741
|
+
],
|
|
25742
|
+
"name": "GraphEventsFilter",
|
|
25743
|
+
"non_null": false
|
|
25744
|
+
},
|
|
25745
|
+
"varName": "graphEventsFilter"
|
|
25746
|
+
},
|
|
25747
|
+
"measures": {
|
|
25748
|
+
"args": {},
|
|
25749
|
+
"deprecationReason": null,
|
|
25750
|
+
"description": null,
|
|
25751
|
+
"id_str": "story___incident___eventsGraphQuery___timeSeriesEvents___measures",
|
|
25752
|
+
"isDeprecated": false,
|
|
25753
|
+
"name": "measures",
|
|
25754
|
+
"path": "story.incident.eventsGraphQuery.timeSeriesEvents.measures",
|
|
25755
|
+
"requestStr": "$graphEventsMeasure:[GraphEventsMeasure]! ",
|
|
25756
|
+
"required": true,
|
|
25757
|
+
"responseStr": "measures:$graphEventsMeasure ",
|
|
25758
|
+
"type": {
|
|
25759
|
+
"definition": {
|
|
25760
|
+
"description": null,
|
|
25761
|
+
"enumValues": null,
|
|
25762
|
+
"fields": {
|
|
25763
|
+
"aggType": {
|
|
25764
|
+
"args": {},
|
|
25765
|
+
"deprecationReason": null,
|
|
25766
|
+
"description": null,
|
|
25767
|
+
"id_str": "story___incident___eventsGraphQuery___timeSeriesEvents___measures___aggType",
|
|
25768
|
+
"isDeprecated": false,
|
|
25769
|
+
"name": "aggType",
|
|
25770
|
+
"path": "story.incident.eventsGraphQuery.timeSeriesEvents.measures.aggType",
|
|
25771
|
+
"requestStr": "$aggType:String! ",
|
|
25772
|
+
"required": true,
|
|
25773
|
+
"responseStr": "aggType:$aggType ",
|
|
25774
|
+
"type": {
|
|
25775
|
+
"kind": [
|
|
25776
|
+
"NON_NULL",
|
|
25777
|
+
"SCALAR"
|
|
25778
|
+
],
|
|
25779
|
+
"name": "String",
|
|
25780
|
+
"non_null": false
|
|
25781
|
+
},
|
|
25782
|
+
"varName": "aggType"
|
|
25783
|
+
},
|
|
25784
|
+
"fieldName": {
|
|
25785
|
+
"args": {},
|
|
25786
|
+
"deprecationReason": null,
|
|
25787
|
+
"description": null,
|
|
25788
|
+
"id_str": "story___incident___eventsGraphQuery___timeSeriesEvents___measures___fieldName",
|
|
25789
|
+
"isDeprecated": false,
|
|
25790
|
+
"name": "fieldName",
|
|
25791
|
+
"path": "story.incident.eventsGraphQuery.timeSeriesEvents.measures.fieldName",
|
|
25792
|
+
"requestStr": "$fieldName:String! ",
|
|
25793
|
+
"required": true,
|
|
25794
|
+
"responseStr": "fieldName:$fieldName ",
|
|
25795
|
+
"type": {
|
|
25796
|
+
"kind": [
|
|
25797
|
+
"NON_NULL",
|
|
25798
|
+
"SCALAR"
|
|
25799
|
+
],
|
|
25800
|
+
"name": "String",
|
|
25801
|
+
"non_null": false
|
|
25802
|
+
},
|
|
25803
|
+
"varName": "fieldName"
|
|
25804
|
+
},
|
|
25805
|
+
"trend": {
|
|
25806
|
+
"args": {},
|
|
25807
|
+
"deprecationReason": null,
|
|
25808
|
+
"description": null,
|
|
25809
|
+
"id_str": "story___incident___eventsGraphQuery___timeSeriesEvents___measures___trend",
|
|
25810
|
+
"isDeprecated": false,
|
|
25811
|
+
"name": "trend",
|
|
25812
|
+
"path": "story.incident.eventsGraphQuery.timeSeriesEvents.measures.trend",
|
|
25813
|
+
"requestStr": "$trend:Boolean ",
|
|
25814
|
+
"required": false,
|
|
25815
|
+
"responseStr": "trend:$trend ",
|
|
25816
|
+
"type": {
|
|
25817
|
+
"kind": [
|
|
25818
|
+
"SCALAR"
|
|
25819
|
+
],
|
|
25820
|
+
"name": "Boolean",
|
|
25821
|
+
"non_null": false
|
|
25822
|
+
},
|
|
25823
|
+
"varName": "trend"
|
|
25824
|
+
}
|
|
25825
|
+
},
|
|
25826
|
+
"inputFields": null,
|
|
25827
|
+
"interfaces": [],
|
|
25828
|
+
"kind": "OBJECT",
|
|
25829
|
+
"name": "GraphEventsMeasure",
|
|
25830
|
+
"possibleTypes": null
|
|
25831
|
+
},
|
|
25832
|
+
"indexType": "object",
|
|
25833
|
+
"kind": [
|
|
25834
|
+
"NON_NULL",
|
|
25835
|
+
"LIST",
|
|
25836
|
+
"NON_NULL",
|
|
25837
|
+
"OBJECT"
|
|
25838
|
+
],
|
|
25839
|
+
"name": "GraphEventsMeasure",
|
|
25840
|
+
"non_null": false
|
|
25841
|
+
},
|
|
25842
|
+
"varName": "graphEventsMeasure"
|
|
25843
|
+
},
|
|
25844
|
+
"timeFrame": {
|
|
25845
|
+
"args": {},
|
|
25846
|
+
"deprecationReason": null,
|
|
25847
|
+
"description": null,
|
|
25848
|
+
"id_str": "story___incident___eventsGraphQuery___timeSeriesEvents___timeFrame",
|
|
25849
|
+
"isDeprecated": false,
|
|
25850
|
+
"name": "timeFrame",
|
|
25851
|
+
"path": "story.incident.eventsGraphQuery.timeSeriesEvents.timeFrame",
|
|
25852
|
+
"requestStr": "$timeFrame:TimeFrame! ",
|
|
25853
|
+
"required": true,
|
|
25854
|
+
"responseStr": "timeFrame:$timeFrame ",
|
|
25855
|
+
"type": {
|
|
25856
|
+
"kind": [
|
|
25857
|
+
"NON_NULL",
|
|
25858
|
+
"SCALAR"
|
|
25859
|
+
],
|
|
25860
|
+
"name": "TimeFrame",
|
|
25861
|
+
"non_null": false
|
|
25862
|
+
},
|
|
25863
|
+
"varName": "timeFrame"
|
|
25864
|
+
}
|
|
25865
|
+
},
|
|
25866
|
+
"inputFields": null,
|
|
25867
|
+
"interfaces": [],
|
|
25868
|
+
"kind": "OBJECT",
|
|
25869
|
+
"name": "TimeSeriesEvents",
|
|
25870
|
+
"possibleTypes": null
|
|
25871
|
+
},
|
|
25872
|
+
"indexType": "object",
|
|
25873
|
+
"kind": [
|
|
25874
|
+
"OBJECT"
|
|
25875
|
+
],
|
|
25876
|
+
"name": "TimeSeriesEvents",
|
|
25877
|
+
"non_null": false
|
|
25878
|
+
},
|
|
25879
|
+
"varName": "timeSeriesEvents"
|
|
25880
|
+
},
|
|
25881
|
+
"type": {
|
|
25882
|
+
"args": {},
|
|
25883
|
+
"deprecationReason": null,
|
|
25884
|
+
"description": null,
|
|
25885
|
+
"id_str": "story___incident___eventsGraphQuery___type",
|
|
25886
|
+
"isDeprecated": false,
|
|
25887
|
+
"name": "type",
|
|
25888
|
+
"path": "story.incident.eventsGraphQuery.type",
|
|
25889
|
+
"requestStr": "$type:GraphType! ",
|
|
25890
|
+
"required": true,
|
|
25891
|
+
"responseStr": "type:$type ",
|
|
25892
|
+
"type": {
|
|
25893
|
+
"definition": {
|
|
25894
|
+
"description": null,
|
|
25895
|
+
"enumValues": [
|
|
25896
|
+
{
|
|
25897
|
+
"deprecationReason": null,
|
|
25898
|
+
"description": null,
|
|
25899
|
+
"isDeprecated": false,
|
|
25900
|
+
"name": "ANALYTICS"
|
|
25901
|
+
}
|
|
25902
|
+
],
|
|
25903
|
+
"fields": null,
|
|
25904
|
+
"inputFields": null,
|
|
25905
|
+
"interfaces": null,
|
|
25906
|
+
"kind": "ENUM",
|
|
25907
|
+
"name": "GraphType",
|
|
25908
|
+
"possibleTypes": null
|
|
25909
|
+
},
|
|
25910
|
+
"indexType": "enum",
|
|
25911
|
+
"kind": [
|
|
25912
|
+
"NON_NULL",
|
|
25913
|
+
"ENUM"
|
|
25914
|
+
],
|
|
25915
|
+
"name": "GraphType",
|
|
25916
|
+
"non_null": false
|
|
25917
|
+
},
|
|
25918
|
+
"varName": "type"
|
|
25919
|
+
}
|
|
25920
|
+
},
|
|
25921
|
+
"inputFields": null,
|
|
25922
|
+
"interfaces": [],
|
|
25923
|
+
"kind": "OBJECT",
|
|
25924
|
+
"name": "EventsGraphQuery",
|
|
25925
|
+
"possibleTypes": null
|
|
25926
|
+
},
|
|
25927
|
+
"indexType": "object",
|
|
25928
|
+
"kind": [
|
|
25929
|
+
"OBJECT"
|
|
25930
|
+
],
|
|
25931
|
+
"name": "EventsGraphQuery",
|
|
25932
|
+
"non_null": false
|
|
25933
|
+
},
|
|
25934
|
+
"varName": "eventsGraphQuery"
|
|
25935
|
+
},
|
|
25517
25936
|
"firstSignal": {
|
|
25518
25937
|
"args": {},
|
|
25519
25938
|
"deprecationReason": null,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|