Hi Rutul,
If you're using the REST API, you can use GET /devmgr/v2/storage-systems to list the systems that have been added to the Web Services Proxy. Each system will have its ID listed in the output. Likewise, when you add a system to the WSP, you should get an ID returned in the response body with this information.
Request URL
http://localhost:8080/devmgr/v2/storage-systems
Request Headers
{
"Accept": "application/json"
}
Response Body
[
{
"id": "1",
"name": "1301s01c1",
"wwn": "600A098000A0992A0000000087C8BF0A",
"passwordStatus": "valid",
"passwordSet": true,
"status": "optimal",
...
}
]
Thanks,
Michael