Output Formats¶
All read commands support the --output / -o flag with three formats.
Table (default)¶
NAME IDS BLOCKED SERVICES FILTERING
Desktop 192.168.1.50, 10.0.0.2 none on
Laptop 192.168.1.51 none on
JSON¶
[
{
"name": "Desktop",
"ids": ["192.168.1.50", "10.0.0.2"],
"blocked_services": [],
"filtering_enabled": true
}
]
YAML¶
Piping and Scripting¶
All informational messages (progress, confirmations) go to stderr. Structured data goes to stdout. This means pipes work cleanly: