Retrieve extra capacity licenses
GET /vsa/working-environments/{workingEnvironmentId}/extra-capacity-licenses
Retrieves extra capacity licenses for Cloud Volumes ONTAP.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
workingEnvironmentId |
string |
path |
True |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
accountId |
string |
False |
|
associatedResourceId |
string |
False |
|
capacity |
number |
True |
|
expirationDate |
integer |
True |
|
license |
string |
False |
|
licensePackage |
string |
False |
|
licenseType |
string |
False |
|
metadata |
string |
False |
|
resourceId |
string |
False |
|
serialNumber |
string |
True |
Example error response
{
"accountId": "string",
"associatedResourceId": "string",
"capacity": 0,
"expirationDate": 0,
"license": "string",
"licensePackage": "string",
"licenseType": "string",
"metadata": "string",
"resourceId": "string",
"serialNumber": "string"
}