Skip to main content

replicated network report

Get network report

Synopsis

Get a report showing network events for a specified network. You can view all network events, or use the --summary flag to see an aggregated analysis of captured network events.

Network reporting is a beta feature. For more information, see Test in Air Gap Environments (Beta).

replicated network report [network-id] [flags]

Examples

# Get report for a network by ID (using positional argument)
replicated network report abc123

# Get report for a network by ID (using flag)
replicated network report --id abc123

# Watch for new network events (JSON Lines format)
replicated network report abc123 --watch

Options

  -h, --help       help for report
--id string Network ID to get report for
--summary Get the report summary
-w, --watch Watch for new network events

Options inherited from parent commands

      --app string     The app slug or app id to use in all calls
--debug Enable debug output
--token string The API token to use to access your app in the Vendor API

SEE ALSO