REST API  14
REST API for Luna 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 Luna 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.