Retrieve all NetApp Console manifests
GET /vsa/metadata/manifests
Retrieves all NetApp Console manifests. Refer to the API Developers Guide in order to understand how to extract valid region codes, license types, instance types and Cloud Volumes ONTAP version parameters for the creation of a Cloud Volumes ONTAP system.
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
globalManifest |
True |
||
ontapManifests |
array[CloudOntapManifest] |
True |
Definitions
See Definitions
Capacity
| Name | Type | Required | Description |
|---|---|---|---|
size |
number |
True |
|
unit |
string |
True |
OntapLicenseType
| Name | Type | Required | Description |
|---|---|---|---|
type |
string |
False |
|
name |
string |
False |
|
description |
string |
False |
|
subName |
string |
False |
|
subDescription |
string |
False |
|
capacity_limit |
string |
False |
|
platformLicenseRequired |
boolean |
False |
|
default |
boolean |
False |
|
capacityLimit |
True |
Region
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
True |
|
code |
string |
False |
|
location |
string |
False |
|
s3Region |
string |
False |
MapStringListString Hash mapping strings to array[string]
| Name | Type | Required | Description |
|---|---|---|---|
traversableAgain |
boolean |
False |
|
empty |
boolean |
False |
cot_versions Hash mapping strings to MapStringListString
| Name | Type | Required | Description |
|---|---|---|---|
traversableAgain |
boolean |
False |
|
empty |
boolean |
False |
cot_versions_to_upgrade_to Hash mapping strings to MapStringListString
| Name | Type | Required | Description |
|---|---|---|---|
traversableAgain |
boolean |
False |
|
empty |
boolean |
False |
FeatureProperties
| Name | Type | Required | Description |
|---|---|---|---|
start |
string |
False |
|
end |
string |
False |
|
excludedRegions |
array[string] |
False |
|
excludedLicenseTypes |
array[string] |
False |
MapStringFeatureProperties Hash mapping strings to FeatureProperties
| Name | Type | Required | Description |
|---|---|---|---|
traversableAgain |
boolean |
False |
|
empty |
boolean |
False |
supportedFeatures Hash mapping strings to MapStringFeatureProperties
| Name | Type | Required | Description |
|---|---|---|---|
traversableAgain |
boolean |
False |
|
empty |
boolean |
False |
GlobalManifest
| Name | Type | Required | Description |
|---|---|---|---|
license_types |
array[OntapLicenseType] |
True |
|
regions |
array[Region] |
True |
|
azureRegions |
array[Region] |
False |
|
gcpRegions |
array[Region] |
False |
|
cot_versions |
True |
||
cot_versions_to_upgrade_to |
False |
||
supportedFeatures |
True |
RegionalAmi
| Name | Type | Required | Description |
|---|---|---|---|
region |
string |
False |
|
ami_id |
string |
False |
|
saas_mp |
boolean |
False |
LicenseToAmis
| Name | Type | Required | Description |
|---|---|---|---|
license_type |
string |
False |
|
instance_types |
array[string] |
False |
|
amis |
array[RegionalAmi] |
True |
CloudOntapManifest
| Name | Type | Required | Description |
|---|---|---|---|
ontap_version |
string |
False |
|
ontap_image_versions_allowed_to_upgrade_from |
array[string] |
True |
|
encryption_enabled_instance_types |
array[string] |
False |
|
license_to_ami_mapping |
array[LicenseToAmis] |
True |