Getting information about a specific external path group

Storage Advisor Embedded Guide

Version
88-06-0x
Audience
anonymous
Part Number
MK-97HM85022-12

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

Object ID

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

Attribute

Type

Description

id

int

(Required) External path group ID

Query parameters
None.
Body
None.

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