Getting information about a specific external parity group

Storage Advisor Embedded User Guide

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

You can specify the ID of an external parity group and obtain information about the external parity group.

Execution permission

Storage Administrator (View Only)

Request line

GET base-URL/simple/v1/objects/external-parity-groups/object-ID

Request message

Object ID

Specify the value of id that was obtained by using the API function for getting information about external parity groups.

Attribute

Type

Description

id

string

(Required) External parity group ID

Query parameters
None.
Body
None.

Response message

Body

The following is an example of output when information is obtained about the external parity group whose ID is 9-500.

{
    "id": "9-500",
    "status": "Normal",
    "externalPathGroupId": 500,
    "externalPath": [
        {
            "portId": "CL5-A",
            "portProtocol": "FC",
            "externalPortWwn": "50060e8012000c60",
            "lun": 3,
            "status": "Normal"
        }
    ],
    "index": 2051
}

For details on attributes to obtain, see the description of the API function for getting information about external parity groups.

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-parity-groups/9-500