You can specify the ID of an external path group and obtain information about the specific external path group.
Execution permission
Storage Administrator (View Only)
Request line
GET base-URL/simple/v1/objects/external-path-groups/object-ID
Request message
Response message
- Body
-
The following is an example of output when information is obtained about the external path group whose ID is 600.
{ "id": 600, "externalPaths": [ { "portId": "CL5-A", "portProtocol": "FC", "externalPortWwn": "50060e8012000c60" }, { "portId": "CL6-A", "portProtocol": "FC", "externalPortWwn": "50060e8012000c70" } ] }
For details on attributes to obtain, see the description of the API function for getting information about external path 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-path-groups/600