{ "id":"/axapi/v3/hsm/import", "type":"object", "node-type":"scalar", "title":"import", "operation-not-allowed":["DELETE"], "operational":1, "description":"Import Data to HSM", "properties":{ "key":{ "type":"string", "format":"string", "minLength":1, "maxLength":255, "description":"Import Key to HSM", "optional":true }, "ssli-keys":{ "type":"number", "format":"flag", "default":0, "description":"Import a batch of keys to HSM to randomize the forged certificate public key", "optional":true } } }