Update the BYOL licence to a capacity-based license
PUT /vsa/working-environments/{workingEnvironmentId}/byol-to-capacity
Updates a bring-your-own-license (BYOL) license to a capacity-based license for an existing Cloud Volumes ONTAP system.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
workingEnvironmentId |
string |
path |
True |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
capacityPackageName |
string |
True |
|
sendAsup |
boolean |
True |
|
deleteByNodeByolLicense |
boolean |
False |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
serial1 |
string |
True |
|
serial2 |
string |
False |
Example error response
{
"serial1": "string",
"serial2": "string"
}