Execution permission
This API request can be used when the storage system is VSP 5000 series, VSP E1090, VSP E1090H.
Storage Administrator (View Only)
Request line
GET base-URL/v1/objects/nvm-subsystem-ports/object-ID
Request message
- Object ID
-
Specify the nvmSubsystemPortId value obtained by getting NVM subsystem port information. You can also specify the following attributes and connect them with commas:
nvmSubsystemId,portId
Attribute
Type
Description
nvmSubsystemId
int
(Required) NVM subsystem ID
portId
string
(Required) Port number
Response message
- Body
-
{ "nvmSubsystemPortId":"1,CL1-A", "nvmSubsystemId":1, "portId":"CL1-A" }
Attribute
Type
Description
nvmSubsystemPortId
string
Object ID of the NVM subsystem port
The following attributes are output, separated by commas:
- nvmSubsystemId
- portId
nvmSubsystemId
int
NVM subsystem ID
portId
string
Port number
Status codes
For details on the status codes of the request for this operation, see the section explaining HTTP status codes.
Coding example
curl -v -H "Accept:application/json" -H "Content-Type:application/json" -H "Authorization:Session b74777a3-f9f0-4ea8-bd8f-09847fac48d3" -X GET https://192.0.2.100/ConfigurationManager/v1/objects/nvm-subsystem-ports/1,CL1-A