Perform a complete image update
POST /vsa/working-environments/{workingEnvironmentId}/update-image
Performs a complete image update operation on the single node of the specified Cloud Volumes ONTAP system.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
workingEnvironmentId |
string |
path |
True |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
updateType |
string |
True |
System update type. System updates can be performed by providing either an external URL that ONTAP will use to download the image file or a name of an image provided by the NetApp Console. |
updateParameter |
string |
True |
Parameter specific to the specified update type. External file URL or the NetApp Console provided image name. |
Example request
{
"updateType": "string",
"updateParameter": "string"
}
Error
Status: Default, Default response