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
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