REST API  4.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/hsms/{hsmid}/licenses/{licenseid}

GET /api/lunasa/hsms/{hsmid}/licenses/{licenseid}

Gets the information associated with a specific license.

Parameters

hsmid

The serial number of the HSM of interest

Use: Required

JSON Schema:

   Object
   type: string

licenseid

The identifier of the license of interest

Use: Required

JSON Schema:

   Object
   type: string

Responses

200

License details

JSON Schema: License description

400

Unexpected error

404

HSM or license does not exist.

Example Request

   GET 
   https://1.2.3.4:8443/api/lunasa/hsms/154704/licenses/4

Example Result

{
    "id": "620124-000",
    "description": "Maximum 20 partitions"
}