Skip to main content

Retrieve a list of ONTAP clusters peered to a system

GET /account/{accountId}/providers/cloudmanager_cbs/api/v1/working-environment/{workingEnvironmentId}/peercluster

Retrieves a list of ONTAP clusters peered to a specific system. The required system ID is passed as a parameter for the API call.

Token usage: NetApp Console user token.

Parameters

Name Type In Required Description

accountId

string

path

True

workingEnvironmentId

string

path

True

authorization

string

header

True

X-Agent-Id

string

header

True

Response

Status: 200, Default response
Name Type Required Description

peer-working-environment

array[string]

False

Example response
{
  "peer-working-environment": [
    "string"
  ]
}