catocli 3.0.10__py3-none-any.whl → 3.0.13__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 +4 -4
- catocli/Utils/graphql_utils.py +15 -5
- catocli/Utils/help_formatter.py +62 -17
- catocli/__init__.py +1 -1
- catocli/parsers/custom/__init__.py +1 -1
- catocli/parsers/custom/customLib.py +3 -1
- catocli/parsers/mutation_groups_createGroup/README.md +39 -1
- catocli/parsers/mutation_groups_deleteGroup/README.md +39 -1
- catocli/parsers/mutation_groups_updateGroup/README.md +39 -1
- catocli/parsers/query_accountMetrics/README.md +29 -2
- catocli/parsers/query_accountSnapshot/README.md +16 -0
- catocli/parsers/query_appStats/README.md +11 -1
- catocli/parsers/query_appStatsTimeSeries/README.md +16 -2
- catocli/parsers/query_auditFeed/README.md +3 -1
- catocli/parsers/query_catalogs/README.md +178 -0
- catocli/parsers/query_container/README.md +49 -0
- catocli/parsers/query_devices/README.md +728 -0
- catocli/parsers/query_enterpriseDirectory/README.md +83 -0
- catocli/parsers/query_events/README.md +5 -1
- catocli/parsers/query_eventsTimeSeries/README.md +10 -2
- catocli/parsers/query_groups_groupList/README.md +39 -1
- catocli/parsers/query_hardware/README.md +153 -0
- catocli/parsers/query_hardwareManagement/README.md +56 -0
- catocli/parsers/query_popLocations/README.md +63 -0
- catocli/parsers/query_sandbox/README.md +69 -0
- catocli/parsers/query_socketPortMetrics/README.md +5 -1
- catocli/parsers/query_socketPortMetricsTimeSeries/README.md +10 -2
- catocli/parsers/query_xdr_stories/README.md +7 -2
- {catocli-3.0.10.dist-info → catocli-3.0.13.dist-info}/METADATA +1 -1
- {catocli-3.0.10.dist-info → catocli-3.0.13.dist-info}/RECORD +59 -59
- models/mutation.accountManagement.disableAccount.json +2 -2
- models/mutation.accountManagement.removeAccount.json +2 -2
- models/mutation.groups.createGroup.json +810 -0
- models/mutation.groups.deleteGroup.json +810 -0
- models/mutation.groups.updateGroup.json +810 -0
- models/query.accountMetrics.json +333 -1
- models/query.accountSnapshot.json +50 -1
- models/query.appStats.json +38 -0
- models/query.appStatsTimeSeries.json +78 -1
- models/query.auditFeed.json +105 -0
- models/query.catalogs.json +2708 -1
- models/query.container.json +793 -1
- models/query.devices.json +10338 -1
- models/query.enterpriseDirectory.json +1315 -1
- models/query.events.json +38 -0
- models/query.eventsFeed.json +1587 -0
- models/query.eventsTimeSeries.json +78 -1
- models/query.groups.groupList.json +810 -0
- models/query.hardware.json +2333 -1
- models/query.hardwareManagement.json +1086 -1
- models/query.popLocations.json +1172 -1
- models/query.sandbox.json +825 -1
- models/query.socketPortMetrics.json +38 -0
- models/query.socketPortMetricsTimeSeries.json +78 -1
- schema/catolib.py +107 -37
- {catocli-3.0.10.dist-info → catocli-3.0.13.dist-info}/WHEEL +0 -0
- {catocli-3.0.10.dist-info → catocli-3.0.13.dist-info}/entry_points.txt +0 -0
- {catocli-3.0.10.dist-info → catocli-3.0.13.dist-info}/licenses/LICENSE +0 -0
- {catocli-3.0.10.dist-info → catocli-3.0.13.dist-info}/top_level.txt +0 -0
models/query.auditFeed.json
CHANGED
|
@@ -612,6 +612,110 @@
|
|
|
612
612
|
},
|
|
613
613
|
"varName": "auditFieldFilterInput"
|
|
614
614
|
},
|
|
615
|
+
"fieldNames": {
|
|
616
|
+
"defaultValue": null,
|
|
617
|
+
"description": null,
|
|
618
|
+
"id_str": "records___fieldNames",
|
|
619
|
+
"name": "fieldNames",
|
|
620
|
+
"path": "records.fieldNames",
|
|
621
|
+
"requestStr": "$fieldNames:[AuditFieldName!] ",
|
|
622
|
+
"required": false,
|
|
623
|
+
"responseStr": "fieldNames:$fieldNames ",
|
|
624
|
+
"type": {
|
|
625
|
+
"definition": {
|
|
626
|
+
"description": null,
|
|
627
|
+
"enumValues": [
|
|
628
|
+
{
|
|
629
|
+
"deprecationReason": null,
|
|
630
|
+
"description": "The admin whose action generated the record",
|
|
631
|
+
"isDeprecated": false,
|
|
632
|
+
"name": "admin"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"deprecationReason": null,
|
|
636
|
+
"description": "The api key whose action generated the record",
|
|
637
|
+
"isDeprecated": false,
|
|
638
|
+
"name": "apiKey"
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"deprecationReason": null,
|
|
642
|
+
"description": "The name of the object that was affected, e.g. 'My Site'",
|
|
643
|
+
"isDeprecated": false,
|
|
644
|
+
"name": "model_name"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"deprecationReason": null,
|
|
648
|
+
"description": "The ID of the admin whose action generated the record",
|
|
649
|
+
"isDeprecated": false,
|
|
650
|
+
"name": "admin_id"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"deprecationReason": null,
|
|
654
|
+
"description": "Less granular than model_name, a general marker of the modified area: administration, configuration, security",
|
|
655
|
+
"isDeprecated": false,
|
|
656
|
+
"name": "module"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"deprecationReason": null,
|
|
660
|
+
"description": null,
|
|
661
|
+
"isDeprecated": false,
|
|
662
|
+
"name": "audit_creation_type"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"deprecationReason": null,
|
|
666
|
+
"description": "Time the record was committed to storage",
|
|
667
|
+
"isDeprecated": false,
|
|
668
|
+
"name": "insertion_date"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"deprecationReason": null,
|
|
672
|
+
"description": "the nature of the change: `CREATED, DELETED, MODIFIED, ENABLED, DISABLED, SKIPPED`",
|
|
673
|
+
"isDeprecated": false,
|
|
674
|
+
"name": "change_type"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"deprecationReason": null,
|
|
678
|
+
"description": "Time the record was created",
|
|
679
|
+
"isDeprecated": false,
|
|
680
|
+
"name": "creation_date"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"deprecationReason": null,
|
|
684
|
+
"description": "The type of object that was affected. e.g. Site, Socket, SocketInterface",
|
|
685
|
+
"isDeprecated": false,
|
|
686
|
+
"name": "model_type"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"deprecationReason": null,
|
|
690
|
+
"description": "The name of the account on which the record was created",
|
|
691
|
+
"isDeprecated": false,
|
|
692
|
+
"name": "account"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"deprecationReason": null,
|
|
696
|
+
"description": "The id of the account on which the record was created",
|
|
697
|
+
"isDeprecated": false,
|
|
698
|
+
"name": "account_id"
|
|
699
|
+
}
|
|
700
|
+
],
|
|
701
|
+
"fields": null,
|
|
702
|
+
"inputFields": null,
|
|
703
|
+
"interfaces": null,
|
|
704
|
+
"kind": "ENUM",
|
|
705
|
+
"name": "AuditFieldName",
|
|
706
|
+
"possibleTypes": null
|
|
707
|
+
},
|
|
708
|
+
"indexType": "enum",
|
|
709
|
+
"kind": [
|
|
710
|
+
"LIST",
|
|
711
|
+
"NON_NULL",
|
|
712
|
+
"ENUM"
|
|
713
|
+
],
|
|
714
|
+
"name": "AuditFieldName",
|
|
715
|
+
"non_null": false
|
|
716
|
+
},
|
|
717
|
+
"varName": "fieldNames"
|
|
718
|
+
},
|
|
615
719
|
"marker": {
|
|
616
720
|
"defaultValue": null,
|
|
617
721
|
"description": "Marker to use to get results from",
|
|
@@ -2498,6 +2602,7 @@
|
|
|
2498
2602
|
"string2"
|
|
2499
2603
|
]
|
|
2500
2604
|
},
|
|
2605
|
+
"fieldNames": "admin",
|
|
2501
2606
|
"marker": "string",
|
|
2502
2607
|
"timeFrame": "example_value"
|
|
2503
2608
|
}
|