We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c8490 commit 5405da7Copy full SHA for 5405da7
1 file changed
SoftLayer/CLI/file/limit.py
@@ -18,7 +18,12 @@
18
@click.option('--datacenter', '-d', help='Filter by datacenter')
19
@environment.pass_env
20
def cli(env, sortby, datacenter):
21
- """List number of block storage volumes limit per datacenter."""
+ """List number of block storage volumes limit per datacenter.
22
+
23
+ EXAMPLE:
24
+ slcli file volume-limits
25
+ This command lists the storage limits per datacenter for this account.
26
+ """
27
file_manager = SoftLayer.FileStorageManager(env.client)
28
file_volumes = file_manager.list_file_volume_limit()
29
0 commit comments