Retrieve all Cloud Volumes ONTAP configurations
GET /vsa/metadata/permutations
Retrieves all Cloud Volumes ONTAP configurations.
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
defaultInstance |
boolean |
False |
|
features |
array[string] |
True |
|
instanceType |
string |
False |
|
license |
True |
||
ontapVersion |
string |
True |
|
region |
True |
||
upgradeableFrom |
array[string] |
True |
Example error response
{
"features": [
"string"
],
"instanceType": "string",
"license": {
"capacityLimit": {
"size": 0,
"unit": "string"
},
"capacity_limit": "string",
"description": "string",
"name": "string",
"subDescription": "string",
"subName": "string",
"type": "string"
},
"ontapVersion": "string",
"region": {
"code": "string",
"location": "string",
"name": "string",
"s3Region": "string"
},
"upgradeableFrom": [
"string"
]
}
Definitions
See Definitions
Capacity
| Name | Type | Required | Description |
|---|---|---|---|
size |
number |
True |
Size |
unit |
string |
True |
Unit |
OntapLicenseType
| Name | Type | Required | Description |
|---|---|---|---|
capacityLimit |
True |
||
capacity_limit |
string |
False |
|
default |
boolean |
False |
|
description |
string |
False |
|
name |
string |
False |
|
platformLicenseRequired |
boolean |
False |
|
subDescription |
string |
False |
|
subName |
string |
False |
|
type |
string |
False |
Region
| Name | Type | Required | Description |
|---|---|---|---|
code |
string |
False |
|
location |
string |
False |
|
name |
string |
True |
|
s3Region |
string |
False |