Skip to main content

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