Export Instance Data in CSV Format

Problem

A user would like to export instance data in CSV format.

Environment

  • Platform9 Managed OpenStack - All Versions

Procedure

  1. Install the OpenStack CLIarrow-up-right and source your credentials as instructed therein.

  2. Run the following command outputting the data to a file location of your choice.

# openstack server list --project [projectName] --format csv > [/path/to/file.csv]

Additional Information

OpenStack Docs - CLI Command Outputarrow-up-right

Last updated