CLI Guide

Table Of Contents
status
This basetype is used by all commands except exit on page 79, help on page 84, and meta on page 86.
NOTE: The exit command does not provide a response; the help command always prints text; and the meta command
does not use the status object.
Table 116. status properties
Name Type Description
response-type string
Success: The command succeeded.
Error: The command failed.
Info: The command returned an informational message.
Warning: The command returned a warning message.
response-type-numeric uint32
0: Success
1: Error
2: Info
3: Warning
response string A message stating what the command accomplished, why the command failed, or
information about the command's progress.
return-code sint32
0: The command completed.
nnnnn: The command failed.
component-id string Not used.
time-stamp string Date and time, in the format year-month-day hour:minutes:seconds
(UTC), when the command was issued.
time-stamp-numeric uint32 Unformatted time-stamp value.
storage-preview
This basetype is used by add storage on page 36 when the preview parameter is specified.
Table 117. storage-preview properties
Name Type Description
storage-type string
Linear: The disk group acts as a linear pool.
Virtual: The disk group is in a virtual pool.
storage-type-numeric uint32 Numeric equivalents for storage-type values.
0: Linear
1: Virtual
suggestions string Suggestions to consider before provisioning, if any.
disk-groups-preview Embedded; see disk-groups-preview on page 321.
adapt-expand-preview Embedded; see adapt-expand-preview on page 285.
spares-preview Embedded; see spares-preview on page 402.
unused-disks-preview Embedded; see unused-disks-preview on page 416.
404 API basetype properties