Lists attached (added) Lightbits clusters in the CF system.
Synopsis
Lists attached (added) Lightbits clusters in the CF system.
cfcli list clusters [flags]Example:
#list all clusters:cfcli list clustersRun the following command to list the attached Lightbits clusters:
cfcli list clusters -o jsonExample of the list cluster response:
{ "clusters": [ { "id": "733840bf-30dc-54ae-99d5-da43d4e2f802", "name": "733840bf-30dc-54ae-99d5-da43d4e2f802", "version": "3.12.4~b15783733640", "subsystemNqn": "nqn.2016-01.com.lightbitslabs:uuid:0b57d0d5-a789-4ecc-830c-814fea254767", "apiEndpoints": [ "10.17.179.25:443", "192.168.20.28:443" ], "discoveryEndpoints": [ "10.17.179.25:8009" ], "clusterConnectionStatus": { "accessConnectionStatus": "Connected" }, "provisionedToEffectiveStorageRatio": "2.8738" }, { "id": "07d2d333-f01f-5918-8784-0bc837f56e10", "name": "07d2d333-f01f-5918-8784-0bc837f56e10", "version": "3.12.4~b15783733640", "subsystemNqn": "nqn.2016-01.com.lightbitslabs:uuid:cb87cbe0-6d6c-4c54-b8f5-90563aa1f92f", "apiEndpoints": [ "10.17.179.3:443", "192.168.20.67:443" ], "discoveryEndpoints": [ "10.17.179.3:8009" ], "clusterConnectionStatus": { "accessConnectionStatus": "Connected" }, "provisionedToEffectiveStorageRatio": "13.3823" } ]}| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
| --help | -h | bool | Help for clusters. |
Was this page helpful?