REST API  4.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/hsms/{hsmid}/updates/{updateid}

GET /api/lunasa/hsms/{hsmid}/updates/{updateid}

Gets the information associated with a specific update.

NOTE: This version of the REST API does not support this resource. It is for a future release.

Parameters

hsmid

The serial number of the HSM of interest

Use: Required

JSON Schema:

   Object
   type: string

updateid

The identifier of the update of interest

Use: Required

JSON Schema:

   Object
   type: string

Responses

200

License details

JSON Schema: Update description

400

Unexpected error

404

HSM or update does not exist.

Example Request

   GET 
   https://1.2.3.4:8443/api/lunasa/hsms/154704/updates/ppso

Example Result

The following example is a place holder: this version of the REST API does not support this object. It is for a future release.

{
   "description": "Security Officer role available on partitions"
}