Export Instance Data in CSV Format
Problem
Environment
Procedure
# openstack server list --project [projectName] --format csv > [/path/to/file.csv]Additional Information
Last updated
A user would like to export instance data in CSV format.
Platform9 Managed OpenStack - All Versions
Install the OpenStack CLI and source your credentials as instructed therein.
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]Last updated
