Hope the below thread helps. 003 Identifies that it is G1000
How to understand LUN WWID of VSP G1000
What is the REST API call you make to get the LDEV information . for example you can use the GET method - (GET base-URL/v1/views/ldevs)
get the storage device ID of the LDEV. See below sample output.
In the REST API manual you can see what prefix denotes which model.
STORAGE_MODEL_DICT = {"VSP G1500": "800000",
"VSP G1000": "800000",
"VSP G800": "836000",
"VSP G600": "834000",
"VSP G400": "834000",
"VSP G200": "832000",
"VSP F1500": "800000",
"VSP F800": "836000",
"VSP F600": "834000",
"VSP F400": "834000"
}
"ldev" : { "ldevId" : 2, "clprId" : 0, "emulationType" : "OPEN-V-CVS", "byteFormatCapacity" : "1.00 T", "blockCapacity" : 2147483648, "attributes" : [ "CVS", "HDP" ], "label" : "HDID_LDEV_2_1527601050", "status" : "NML", "mpBladeId" : 0, "poolId" : 0, "numOfUsedBlock" : 0, "isFullAllocationEnabled" : false, "dataReductionStatus" : "DISABLED", "dataReductionMode" : "disabled", "storageDeviceId" : "832000451572", "isDefined" : true}