Command Line (CLI) Reference > CLI Commands > PDF Reports

CLI: PDF Reports

You can use the report pdf command to create a new pdf report.

Configure pdf reports

report pdf <name> {basic|custom|detailed|email|email-report|frequency|netpercentile|password|vc-axis-unit}

To create a basic pdf report:

(config)# no report pdf <name>

report pdf <name> basic {aps|network|tcp|health|sla|subnets|edge-cache|voip|prioritization|flows}

To create a detailed pdf report:

report pdf <name> detailed {appliance|interface|peer|pps|subnet|vcircuit}

To specify the time range for a report that will be available for on-demand generation:

report pdf <name> frequency on-demand {last_60_minutes|last_24_hours|last_7_days|last_30_days|last_12_months|current_hour|today|this_week|this_month|this_year|last_hour|yesterday|last_week|last_month|last_year|custom}

To specify the time range for a report that will be scheduled for emailing:

report pdf <name> frequency scheduled {hourly|daily|weekly|monthly|custom_daily|custom_weekly|custom_monthly}

To specify email recipients (optional for on-demand reports):

report pdf <name> email <email address>

Note

Reports scheduled to be generated hourly or for the last hour cannot be emailed on-demand.

To password protect the pdf file:

report pdf <name> password <password>

To force a report to be emailed immediately:

report pdf <name> email-report

E X A M P L E

Create a custom time-range PDF report that is emailed to a recipient

report pdf MyFullReport
report pdf MyFullReport basic aps
report pdf MyFullReport basic network
report pdf MyFullReport basic sla
report pdf MyFullReport basic subnets
report pdf MyFullReport detailed appliance connection
report pdf MyFullReport detailed appliance cpu_temperature
report pdf MyFullReport detailed appliance cpu_usage
report pdf MyFullReport detailed appliance memory_usage
report pdf MyFullReport detailed appliance swap_usage
report pdf MyFullReport detailed interface ALL
report pdf MyFullReport detailed interface eth11
report pdf MyFullReport detailed pps ALL
report pdf MyFullReport detailed pps br10
report pdf MyFullReport detailed subnet ALL application
report pdf MyFullReport detailed subnet ALL conversation
report pdf MyFullReport detailed subnet ALL host
report pdf MyFullReport detailed subnet ALL url
report pdf MyFullReport detailed subnet ALL user
report pdf MyFullReport detailed vcircuit ALL discard
report pdf MyFullReport detailed vcircuit ALL optimizer
report pdf MyFullReport frequency on-demand custom
report pdf MyFullReport custom end "2014/02/13 09"
report pdf MyFullReport custom start "2014/02/14 16"