REST API  4.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/hsms/{hsmid}/partitions/{partitionid}/objects/{objectid}

GET /api/lunasa/hsms/{hsmid}/partitions/{partitionid}/objects/{objectid}

Gets the information associated with a specific partition object.

Parameters

hsmid

The serial number of the HSM of interest

Use: Required

JSON Schema:

   Object
   type: string

partitionid

The identifier of the partition of interest

Use: Required

JSON Schema:

   Object
   type: string

Responses

200

Object details.

JSON Schema: Partition Object Description

400

Unexpected error

404

HSM, partition, or object does not exist.

Example Request

   GET 
   https://1.2.3.4:8443/api/lunasa/hsms/154704/partitions/273087011784/objects/19

Example Result

{
    "id": "19",
    "label": "RecoveryInit RSA Public Key",
    "type": "Public Key",
    "uid": "7600000184010000b8ae0a00"
}