Retrieve all license types and their associated instance types
GET /azure/ha/working-environments/{workingEnvironmentId}/license-instance-type
Retrieves all license types and their associated instance types for a specific Cloud Volumes ONTAP instance.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
workingEnvironmentId |
string |
path |
True |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
capacityLimit |
True |
||
description |
string |
False |
|
instanceTypes |
array[InstanceTypeInfo] |
True |
|
licenseType |
string |
True |
|
name |
string |
False |
Example error response
{
"capacityLimit": {
"size": 0,
"unit": "string"
},
"description": "string",
"instanceTypes": [
{
"instanceType": "string",
"supportedFeatures": [
"string"
],
"supportsEncryption": false
}
],
"licenseType": "string",
"name": "string"
}
Definitions
See Definitions
Capacity
| Name | Type | Required | Description |
|---|---|---|---|
size |
number |
True |
Size |
unit |
string |
True |
Unit |
InstanceTypeInfo
| Name | Type | Required | Description |
|---|---|---|---|
instanceType |
string |
False |
|
isDefault |
boolean |
False |
|
supportedFeatures |
array[string] |
True |
|
supportsEncryption |
boolean |
True |