![]() |
REST API
17
REST API for Luna Network HSMs
|
Gets a list of actions permitted on a SMK keys.
Users with the following role privileges can perform this command:
The serial number of the HSM of interest..
Use: Required
JSON Schema:
Object type: integer format: int64 minimum: 1 maximum: 9999999999
The identifier of the partition of interest.
Use: Required
JSON Schema:
Object type: integer format: int64 minimum: 1000000 maximum: 99999999999999999
The identifier of the smk of interest.
Use: Required
JSON Schema:
Object type: string minLength: 1 maxLength: 32 pattern: ^[a-zA-Z0-9_.-]*$
JSON Schema: SMK Key
Returned when the input data does not conform to the required validation schema.
Partition or Firmware does not support SMK.
HSM or Partition or SMK key does not exist.
GET https://1.2.3.4:8443/api/lunasa/hsms/123456/partitions/1234567891012/smk/smk-fw7-rollover/actions
{
"actions": [
{
"id": "start",
"url": "/api/lunasa/hsms/123456/partitions/1234567891012/smk/smk-fw7-rollover/actions/start"
},
{
"id": "end",
"url": "/api/lunasa/hsms/123456/partitions/1234567891012/smk/smk-fw7-rollover/actions/end"
}
]
}
POST /api/lunasa/hsms/{hsmid}/partitions/{partitionid}/smk/{smkid}/actions/{actionid}