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