1.3.17 Members of a volume
This section explains the Members of a volume (Volumes resource).
| Member name | Data type | Description | Whether to change | Whether applicable to filter conditions ($query) | Whether applicable to sort conditions ($order-by) |
|---|---|---|---|---|---|
| instanceID | long | ID for identifying instances | N | Y | Y |
| status | enum | Status of the volume. For details about the specifiable values, see the table NodeStatusType in 1.6 List of enumerators. | N | Y (only to eq, ne, in, not in) | N |
| ldev | string | LDEV name of the volume | N | Y | Y |
| storageSubsystemID | long | ID for identifying the storage system to which the volume belongs | N | N | N |
| storageSubsystem | string | Name of the storage system to which the volume belongs | N | N | N |
| storageSubsystemMonitorStatus | enum | Monitoring status of the storage system to which the volume belongs. For details about the specifiable values, see the table ManagementLevelType in 1.6 List of enumerators. | N | Y (only to eq, ne, in, not in) | N |
| parityGroup | string | Name of the parity group to which the volume belongs | N | N | N |
| storagePool | string | Name of the storage pool to which the volume belongs | N | N | N |
| thresholdProfileID | long | ID for identifying the assigned profile | N | N | N |
| thresholdProfileName | string | Name of the assigned profile | N | N | N |
| groupIDs | long[] | ID for identifying the assigned consumer | N | N | N |
| groupNames | string[] | Name of the assigned consumer | N | N | N |
(Legend) Y: Applicable, N: Not applicable