Skip to main content
Element Software
12.5 and 12.7

storageContainer

Contributors netapp-pcarriga amgrissino

The storageContainer object contains the attributes of a virtual volume storage container. You can retrieve this information for each storage container in the cluster using the ListStorageContainers API method.

Object members

This object contains the following members:

Name Description Type

accountID

The ID of the storage system account associated with the storage container.

integer

initiatorSecret

The CHAP authentication secret for the initiator associated with the storage container.

string

name

The name of the storage container.

string

protocolEndpointType

The storage container's protocol endpoint type. SCSI is the only valid value.

string

status

The status of the storage container. Possible values:

  • Active: The storage container is in use.

  • Locked: The storage container is locked.

string

storageContainerID

The unique ID of the storage container.

UUID

targetSecret

The CHAP authentication secret for the target associated with the storage container.

string

virtualVolumes

A list of IDs of the virtual volumes associated with the storage container.

UUID array

Find more information