Skip to main content
View and download a list of cloud servers
Last update:

View and download a list of cloud servers

View a list of cloud servers can be done in the control panel or through the OpenStack CLI.

You can download server list in CSV, JSON or YAML formats.

View server list

  1. В control panels go to Cloud platformServers.
  2. Open the tab Servers.

Download the list of servers

Through the OpenStack CLI, you can download a list of project-only and pool-only servers for which you are configured authorization in 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.

  1. Open the OpenStack CLI.

  2. Download the list of servers:

    openstack server list -f <file_format> > <file_name>

    Specify:

    • <file_format> — file format: csv, json, yaml;
    • <file_name> — the name of the file on the local computer to which the list of servers will be downloaded.