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
, 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