![]() |
REST API
4.0.0
REST API for SafeNet Network HSMs
|
Gets the small form factor backup device information.
The serial number of the HSM of interest
Use: Required
JSON Schema:
Object type: string
The identifier of the partition of interest
Use: Required
JSON Schema:
Object type: string
The small form factor backup device information.
JSON Schema: SFF description
JSON Schema:
id: Object
type: string
"Location" is the URL to the task spawned to get the small form factor backup device information.
Unexpected error
HSM or partition does not exist.
GET https://1.2.3.4:8443/api/lunasa/hsms/117290/partitions/273087011507/sff
{'Access-Control-Allow-Origin': '*', 'Content-Type': 'application/json', 'Location': '/tasks/0', 'Content-Length': '712', 'Access-Control-Allow-Credentials': 'true'}
{}
In this example, do GET on '/tasks/0/response' to get the results of the task:
{
"name": "SomeBackupName",
"objectCount": 4,
"uid": "fb0200004600000c4f4c0200"
}