phylum firewall log
Show firewall activity log
Usage: phylum firewall log [OPTIONS] <GROUP_NAME>
Argumentsโ
<GROUP_NAME>
โ Firewall group to list log activity for
Optionsโ
-j, --json
โ Produce output in json format (default: false)
--package-type <PACKAGE_TYPE>
โ Only show logs matching this package type
โ Accepted values: npm, gem, pypi, maven, nuget, golang, cargo
--purl <PURL>
โ Only show logs matching this PURL
--action <ACTION>
โ Only show logs matching this log action
โ Accepted values: Download, AnalysisSuccess, AnalysisFailure, AnalysisWarning
--before <TIMESTAMP>
โ Only show logs created before this timestamp (RFC3339 format)
--after <TIMESTAMP>
โ Only show logs created after this timestamp (RFC3339 format)
--limit <COUNT>
โ Maximum number of log entries to show
-o, --org <ORG>
โ Phylum organization
-v, --verbose...
โ Increase the level of verbosity (the maximum is -vvv)
-q, --quiet...
โ Reduce the level of verbosity (the maximum is -qq)
-h, --help
โ Print help
Examplesโ
# Show logs for packages which failed analysis for the group `demo`.
$ phylum firewall log demo --action AnalysisFailure
# Show logs which were created after 2024 for the group `demo`.
$ phylum firewall log demo --after 2024-01-01T00:00:0.0Z
# Show logs for libc regardless of its version for the group `demo`.
$ phylum firewall log demo --package pkg:cargo/libc