REST API  14
REST API for Luna Network HSMs
GET /api/lunasa/hsms/{hsmid}/partitions/{partitionid}/object/objects/{objectid}

GET /api/lunasa/hsms/{hsmid}/partitions/{partitionid}/object/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

objectid

The identifier of the partition object 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/object/objects/19

Example Result

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