You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./slcli block volume-limits --help
Example was missing, please add it.
EXAMPLE:
slcli block volume-limits
This command lists the storage limits per datacenter for this account.
Expected:
./slcli block volume-limits --help
Usage: slcli block volume-limits [OPTIONS]
EXAMPLE:
slcli block volume-limits
This command lists the storage limits per datacenter for this account.
List number of block storage volumes limit per datacenter.
┌────┬──────────────┬─────────────────────────────┐
│ │ --sortby │ Column to sort by │
│ -d │ --datacenter │ Filter by datacenter │
│ -h │ --help │ Show this message and exit. │
└────┴──────────────┴─────────────────────────────┘
./slcli block volume-list
a. Example was missing, please add it.
EXAMPLE:
slcli block volume-list -d dal09 -t endurance --sortby capacity_gb
This command lists all endurance volumes on current account that are located at dal09, and sorts them by capacity.
b. Option: --notes was missing, please add it.
-n --notes string Filter by notes
c. Option: --sortby additional text was missing, please add it.
--sortby Column to sort by, default:id, options are: id,username,datacenter,storage_type,capacity_gb,bytes_used,ip_addr,lunId,active_transactions,created_by (default "id")
Expected:
./slcli block volume-list --help
Usage: slcli block volume-list [OPTIONS]
EXAMPLE:
slcli block volume-list -d dal09 -t endurance --sortby capacity_gb
This command lists all endurance volumes on current account that are located at dal09, and sorts them by capacity.
List block storage.
┌────┬────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ -u │ --username │ Volume username │
│ -d │ --datacenter │ Datacenter shortname │
│ -n │ --notes string │ Filter by notes │
│ -o │ --order │ Filter by ID of the order that purchased the block storage │
│ │ --storage-type │ Type of storage volume Choices: performance, endurance │
│ │ --sortby │ Column to sort by, default:id, options are: id,username,datacenter,storage_type,capacity_gb,bytes_used,ip_addr,lunId,active_transactions,created_by (default "id") │
│ │ --columns │ Columns to display. Options: id, username, datacenter, storage_type, capacity_gb, IOPs, ip_addr, lunId, active_transactions, rep_partner_count, │
│ │ │ created_by, notes │
│ -h │ --help │ Show this message and exit. │
└────┴────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
The text was updated successfully, but these errors were encountered:
Example was missing, please add it.
EXAMPLE:
slcli block volume-limits
This command lists the storage limits per datacenter for this account.
Expected:
a. Example was missing, please add it.
EXAMPLE:
slcli block volume-list -d dal09 -t endurance --sortby capacity_gb
This command lists all endurance volumes on current account that are located at dal09, and sorts them by capacity.
b. Option: --notes was missing, please add it.
-n --notes string Filter by notes
c. Option: --sortby additional text was missing, please add it.
--sortby Column to sort by, default:id, options are: id,username,datacenter,storage_type,capacity_gb,bytes_used,ip_addr,lunId,active_transactions,created_by (default "id")
Expected:
The text was updated successfully, but these errors were encountered: