REST API  4.0.0
REST API for SafeNet Network HSMs
HSM Storage Space

HSM Storage Space

Object
    RestObjectStorageSpace: Object
        free: Object
            type:  integer
            description:  free is the number of bytes of memory available for use on the HSM.
            
        total: Object
            type:  integer
            description:  total is the memory capacity of the HSM in bytes.
                          On a standard SafeNet Network HSM, total should be approximately two megabytes.

        used: Object
            type:  integer
            description:  used is number of bytes of memory allocated to cryptographic
                          objects residing on the HSM.