Users Guide

Table 131. Security
Type Name
apiKey UserSecurity
Example HTTP response
Response 200
[ {
"PartitionNumber" : "1",
"Name" : "New Partition_1",
"SerialNumber" : "DE00000000_LL01",
"NumSlots" : "87",
"NumIOSlots" : "0",
"NumDrives" : "1",
"LunMasterDrive" : "1",
"LunMasterDrivePhys" : "10",
"LunMasterDriveArr" : [ "1" ]
"LunMasterDrivePhysArr" : [ "10" ]
"EncryptionMode" : "ISV",
"BarcodeAlign" : "left",
"BarcodeLength" : "8",
"AutoClean" : "TRUE",
"WWNode" : "5001000000000071",
"Micw" : "FALSE"
}, {
"PartitionNumber" : "2",
"Name" : "New Partition_2",
"SerialNumber" : "DE00000000_LL02",
"NumSlots" : "90",
"NumIOSlots" : "5",
"NumDrives" : "1",
"LunMasterDrive" : "2",
"LunMasterDrivePhys" : "11",
"LunMasterDriveArr" : [ "2" ]
"LunMasterDrivePhysArr" : [ "11" ]
"EncryptionMode" : "ISV"
"BarcodeAlign" : "left",
"BarcodeLength" : "8",
"AutoClean" : "TRUE",
"WWNode" : "5001000000000081",
"Micw" : "FALSE"
}, {
"PartitionNumber" : "3",
"Name" : "New Partition_3",
"SerialNumber" : "DE00000000_LL03",
"NumSlots" : "85",
"NumIOSlots" : "5",
"NumDrives" : "1",
"LunMasterDrive" : "3",
"LunMasterDrivePhys" : "12",
"LunMasterDriveArr" : [ "3" ]
"LunMasterDrivePhysArr" : [ "12" ]
"EncryptionMode" : "ISV"
"BarcodeAlign" : "left",
"BarcodeLength" : "8",
"AutoClean" : "TRUE",
"WWNode" : "5001000000000091",
"Micw" : "FALSE"
} ]
Inventory of a partition
GET /partition/inventory
Description
Returns the inventory of the selected partition, including slots, drives, and I/O slots. It also returns the
corresponding metadata that belongs to the different types of the elements.
Parameters
Appendix D. REST API for scalable tape libraries
193