View and download the cloud server list
You can view the cloud server list in the Control panel or via the OpenStack CLI.
In the OpenStack CLI, you can also download the server list in CSV, JSON, or YAML formats.
View the server list
Control panel
OpenStack CLI
- In the Control panel, on the top menu, click Products and select Cloud Servers.
- Open the Servers tab.
Download the server list via OpenStack CLI
You can use the OpenStack CLI to download the server list only for projects and pools for which you have configured OpenStack API authorization.
The list can be downloaded in CSV, JSON, or YAML formats.
The list will include the server ID, name, status, the image and flavor from which the server was created, and the network to which it is connected.
-
Download the server list:
openstack server list -f <file_format> > <file_name>Specify:
<file_format>— file format:csv,json,yaml;<file_name>— name of the file on your local machine containing the downloaded server list.