************* List Zones ************* description =========== This page shows how to get a list of the avaliable zones in a region command-line ============= >>> ./volumes --get-zones OPTIONS All parameters should be in format parameter=valie Options: --region, -r region of interest EU1,USE1,USW1,Asia1 --format,-f output format [table|json],default table AWS Credentials --private-Key, -pk path of the private file --certificate, -cert path of the cert file --conf take credentials from preconfigured file **Example 1** Get all Avaliable zones in region ``EU1`` set output format as json ``volumes --lst-avaliable-volumes -r=EU1 -z=eu-west-1a -f=json`` Output ``"[\"eu-west-1a\", \"eu-west-1b\", \"eu-west-1c\"]"``