Skip to main content

Discover and List SVMs for Storage Array

Discovers SVMs from the ONTAP cluster for the specified storage array, compares with existing DB mappings, and returns each SVM with status.

Path Parameters
  • arrayId int32 required
Responses

OK


Schema
  • errorCode int32
  • errorMessage string
  • svms object[]
  • status ArraySvmStatus

    Possible values: [NOT_ADDED, ADDED_AND_MAPPED, ADDED_AND_UNMAPPED, ADDED_AND_ORPHANED]

  • arrayId int32

    DB id of the matched virtual array. Present for ADDED_AND_MAPPED, ADDED_AND_UNMAPPED, and ADDED_AND_ORPHANED states.

  • uniqueIdentifier string

    SVM unique identifier used for matching and add validation.

  • arrayName string

    SVM name.

  • ipSpace string

    IPSpace associated with SVM.

Loading...