REST API
4.0.0
REST API for SafeNet Network HSMs
|
Gets all objects in the partition.
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
A list of all objects and the url to the list of actions in the partition. The list includes unique identifiers that can be used to get more specific information.
JSON Schema: Partition Objects
Unexpected error
HSM or partition does not exist.
GET https://1.2.3.4:8443//api/lunasa/hsms/117290/partitions/273087011507/objects
{ "objects": [ { "id": "19", "label": "RecoveryInit RSA Public Key", "url": "/api/lunasa/hsms/151256/partitions/352170252337/objects/19" }, { "id": "30", "label": "RecoveryInit RSA Private Key", "url": "/api/lunasa/hsms/151256/partitions/352170252337/objects/30" } ], "actions": "/api/lunasa/hsms/151256/partitions/352170252337/objects/actions" }
GET /api/lunasa/hsms/{hsmid}/partitions/{partitionid}/objects/{objectid}
GET /api/lunasa/hsms/{hsmid}/partitions/{partitionid}/objects/actions