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

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

Gets the information associated with a specific SFF backup 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 SFF object of interest

Use: Required

JSON Schema:

   Object
   type: string

Responses

200

Object details.

JSON Schema: SFF 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/SFF/objects/1

Example Result

{
    "fingerprint": "9d9d8be7873ddf135f952ea43d581685d7dad2919b49f006d7fad71ad0935cac",
    "id": "1",
    "label": "Created data object",
    "type": "Data",
    "uid": "0c0300004600000c4f4c0200"
}