Skip to main content

Retrieve images already installed on system

GET /aws/ha/working-environments/{workingEnvironmentId}/ontap-available-images

Retrieves images already installed on the Cloud Volumes ONTAP system.

Parameters

Name Type In Required Description

workingEnvironmentId

string

path

True

Error

Status: Default, Default response
Name Type Required Description

isCurrent

boolean

True

name

string

True

version

string

False

Example error response
{
  "isCurrent": false,
  "name": "string",
  "version": "string"
}