Reference Guide

Options
Option Description Format
--CSV Displays the command output in
a comma-delimited format with
a header
Append --CSV to the command
Example
Display the last month's NAS volumes statistics for a NAS volume named vol3:
CLI> NAS-volumes list capacity-over-time last-month vol3
Output
.-------.-----------.---------.----------.----------.-----------.--------------
-.
| Volume| Time | Size |Used Space| Unused | Unused | Over
Committed|
| Name | | | | Reserved | Unreserved|
Space |
| | | | | Space | Space
| |
|-------|-----------|---------|----------|----------|-----------|---------------
|
| vol3 | 02-Aug-13 | 0.00 MB | 0.00 MB | 0.00 MB | 0.00 MB | 0.00
Mb |
| | 00:00:00 | | | |
| |
|-------|-----------|---------|----------|----------|-----------|---------------
|
| vol3 | 01-Aug-13 | 0.00 MB | 0.00 MB | 0.00 MB | 0.00 MB | 0.00
MB |
| | 00:00:00 | | | |
| |
|-------|-----------|---------|----------|----------|-----------|---------------
|
| vol3 | 31-Jul-13 | 0.00 MB | 0.00 MB | 0.00 MB | 0.00 MB | 0.00
MB |
| | 00:00:00 | | | |
| |
|-------|-----------|---------|----------|----------|-----------|---------------
|
...[snip]...
NAS-volumes list capacity-over-time last-week
Display the last week's NAS volumes statistics.
Format
NAS-volumes list capacity-over-time last-week <VolumeName>
CLI Commands
93