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

GET /api/lunasa/hsms/{hsmid}/partitions/{partitionid}/stc/hmacs

Gets the message digest algorithms allowed for the secure trusted channel.

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

Query Parameters

display

Specifies which hmacs to query. Defined as "enabled", "disabled" or "all".

Use: Not required.

Responses

200

The secure trusted channel HMAC suite.

JSON Schema: HMAC Ciphers

400

Unexpected error

404

HSM or partition does not exist.

Example Request

   GET 
   https://1.2.3.4:8443/api/lunasa/hsms/150607/partitions/350659181804/stc/hmacs

Example Result

{
    "ids": ["HMAC_SHA256", "HMAC_SHA512"]
}