Skip to main content

Add SVMs to Storage Array

Adds selected SVMs to the specified storage array mapping. Path parameter arrayId is authoritative at WebServer ingress. If request body clusterArray.id differs from path arrayId, WebServer overwrites clusterArray.id with path arrayId before forwarding. Operation supports partial success with per-SVM result details.

Path Parameters
  • arrayId int32 required
Request Body

Request to add one or more addable SVMs to the specified storage array.

  • clusterArray object required

    Parent cluster array reference. WebServer enforces path arrayId as source of truth and normalizes clusterArray.id accordingly.

  • id int32
  • name string
  • svms object[] required
  • uniqueIdentifier string

    SVM unique identifier.

  • arrayName string required

    SVM name.

  • ipSpace string

    SVM IPSpace.

Responses

OK


Schema
  • error object
  • errorMessage string
  • errorCode int32
  • results object[]
  • uniqueIdentifier string
  • arrayName string
  • arrayId int32

    DB id of the created or existing mapped SVM array.

  • errorCode int32
  • errorMessage string
Loading...