![]()  | 
  
    REST API
    4.0.0
    
   REST API for SafeNet Network HSMs 
   | 
 
Gets the storage information associated with the partition.
The serial number of the HSM of interest
Use:  Required  
JSON Schema:  
Object type: string
The identifier of the partition of interest
Use:  Required  
JSON Schema:  
Object type: string
The storage information associated with the partition.
JSON Schema:  Partition Storage Space  
Unexpected error
HSM or partition does not exist.
 
GET https://1.2.3.4:8443/api/lunasa/hsms/154704/partitions/273087011507/storageSpace
 
{
    "free": 20480,
    "total": 20480,
    "used": 0
}