Getting information about a specific external volume

Storage Advisor Embedded User Guide

Version
93-07-2x
88-08-12
Audience
anonymous
Part Number
MK-97HM85022-25

The following request gets information about the external volume corresponding to the specified external volume ID.

Execution permission

Storage Administrator (View Only)

Request line

GET base-URL/simple/v1/objects/external-volumes/object-ID

Request message

Object ID

Specify the id value obtained by getting information about external volumes.

Attribute

Type

Description

id

int

(Required) External volume ID

Query parameters
None.
Body
None.

Response message

Body

The following is an example of getting information about an external volume with a volume ID of 3:

{
    "id": 3,
    "nickname": "externalVolumeForQuorum",
    "totalCapacity": 20480,
    "status": "Normal",
    "volumeIdentifier": "HITACHI 5040000C1965",
    "externalParityGroupId": "8-501",
    "externalPathGroupId": 501,
    "externalPathOfVolume": [
        {
            "portId": "CL5-A",
            "portProtocol": "FC",
            "externalPortWwn": "50060e8012000c60",
            "lun": 501
        }
    ],
    "volumeTypes": [],
    "externalStorage": {
        "model": "VSP Gx00",
        "serial": "400012",
        "vendor": "HITACHI"
    }
}

The obtained attributes include the following attributes, in addition to the attributes obtained when external volume information is obtained:

Attribute

Type

Description

volumeIdentifier

string

An identifier that is used to identify an external volume

Example: HITACHI 5040000C1965

Status codes

See HTTP status codes.

Coding example

curl -v -H "Accept:application/json" -H "Content-Type:application/json" -H "Authorization:Session b74777a3f9f04ea8bd8f09847fac48d3" -X GET https://192.0.2.100/ConfigurationManager/simple/v1/objects/external-volumes/3