Retrieve AWS regions
GET /vsa/metadata/regions
Retrieves AWS regions over which a Cloud Volumes ONTAP system can be created.
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
True |
|
code |
string |
False |
|
location |
string |
False |
|
s3Region |
string |
False |
Example error response
{
"name": "string",
"code": "string",
"location": "string",
"s3Region": "string"
}