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

PUT /api/lunasa/hsms/{hsmid}/partitions/{partitionid}/stc

Sets the secure trusted channel link configuration.

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

activationTimeout, rekeyThreshold and replayThreshold

The secure trusted channel link configuration.

JSON Schema: See STC Configuration and Partition Identity description

Responses

204

Success.

400

Unexpected error

404

HSM or partition does not exist.

Example Request

   PUT 
   https://1.2.3.4:8443/api/lunasa/hsms/150607/partitions/350659181804/stc
   {
       "activationTimeout": 60,
       "rekeyThreshold": 500,
        "replayWindow": 100
   }

Example Result

{
}