Skip to main content

Retrieve an IPspace list for an existing system

GET /onprem/working-environments/{workingEnvironmentId}/ip-spaces

Retrieves an IPspace list for an existing Cloud Volumes ONTAP system.

Parameters

Name Type In Required Description

workingEnvironmentId

string

path

True

vserver

string

query

False

Error

Status: Default, Default response
Name Type Required Description

ipSpace

string

True

vservers

array[string]

True

Example error response
{
  "ipSpace": "string",
  "vservers": [
    "string"
  ]
}