Retrieve a list of upgrade versions
GET /vsa/working-environments/{workingEnvironmentId}/occm-provided-upgrade-versions
Retrieves a list of versions to which this Cloud Volumes ONTAP system can be upgraded.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
workingEnvironmentId |
string |
path |
True |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
autoUpdateAllowed |
boolean |
True |
|
imageVersion |
string |
True |
|
lastModified |
integer |
True |
Example error response
{
"autoUpdateAllowed": false,
"imageVersion": "string",
"lastModified": 0
}