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