Retrieve the slot(s) information of an existing hardware security module

Retrieve the slot(s) information of an existing hardware security module based on its pkcs11 library

Path parameters
library
string required

Absolute path to the library on the file system, URL encoded

Responses
  • 200 Hardware security module slot list

    Array [

    id
    integer required

    ID of the slot

    isHardwareSlot
    boolean required

    True if the slot is a hardware slot, as opposed to a software slot implementing a soft token

    manufacturerID
    string required

    ID of the slot manufacturer

    hardwareVersion
    string required

    hardware version number of the slot

    firmwareVersion
    string required

    firmware version number of the slot

    description
    string required

    character-string description of the slot

    ]

  • 204 No hardware security module slot
  • 401 Unauthorized request
  • 403 Forbidden action
  • 500 Internal Server error