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 year’s NAS volumes statistics for a NAS volume named vol3:
CLI> NAS-volumes list capacity-over-time last-year vol3
Output
.-----------.----------.---------.-----------.---------.----------.----------.
|Volume Name| Time | Size | Used Space| Unused | Unused | Over |
| | | | | Reserved| Uneserved| Committed|
| | | | | Space | Space | Space |
|-----------|----------|---------|-----------|---------|----------|----------|
| vol3 | 09-Aug-14| 20.00 MB| 0.00 MB | 0.00 MB | 19.00 MB | 0.00 MB |
| | 13:31:27 | | | | | |
|-----------|----------|---------|-----------|---------|----------|----------|
| vol3 | 26-Jul-14| 0.00 MB | 0.00 MB | 0.00 MB | 0.00 MB | 0.00 MB |
| | 00:00:00 | | | | | |
|-----------|----------|---------|-----------|---------|----------|----------|
| vol3 | 12-Jul-14| 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 now
Display the current NAS volumes statistics.
Format
NAS-volumes list capacity-over-time now <VolumeName>
Arguments
Argument Description Format
<VolumeName> NAS volume name Existing NAS volume name
Options
Option Description Format
--CSV Displays the command output in
a comma-delimited format with
a header
Append --CSV to the command
CLI Commands
95