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

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

Gets the secure trusted channel configuration and partition identity.

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

Responses

200

The secure trusted channel configuration and partition identity.

JSON Schema: STC Configuration and Partition Identity description

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

Example Result

{
    "activationTimeout": 120,
    "ciphers": "/api/lunasa/hsms/150607/partitions/350659181804/stc/ciphers",
    "clients": "/api/lunasa/hsms/150607/partitions/350659181804/stc/clients",
    "fingerprint": "9c68d686097269caf87c87a78c6fbffa031c284d",
    "hmacs": "/api/lunasa/hsms/150607/partitions/350659181804/stc/hmacs",
    "publicKey": "U2FmZU5ldFN0Y1BhcnRpdGlvbklkZW50aXR5AAAAAAABHjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC0tLS0tQkVHSU4gUFVCTElDIEtFWS0tLS0tCk1JSUJJakFOQmdrcWhraUc5dzBCQVFFRkFBT0NBUThBTUlJQkNnS0NBUUVBeCtPbGI4RFRKbnJhekxNcE9GT04KTFZVUEhidzg2cGpuL29XcUZyMWNLUWFMaHhSZEpwcnlEMkJ6cU1rbEZUWEdnVng5YUVkL2NZRGxaTXlOL20xSQpObUo3bEdocUtnOFdVVENzKzhsQ1BQcUVRTEIrUlZSQ2YzQjM0elNrMXJWb1FsQ3gzUDE4ZU5zTDdzK2lyR2hICjdHRkpac2hXdWhRZjl4b01Dem5XL3dMeGRNVDMyYVRaM09mQUFqaHdyell2a1dTMmFReDl3Q2RhNGVHaDZvU0YKS3BXRk5TZmJFK2hkM1Z2QUozZllpbWo5eVhtdDNlVFlKMURUcmIyT21jbnYyVkd0Tk9YSEJJellnTFU4SXNiUAppck01cDNwdUlkQmJoOWFtcWtTOWxSL0hyL20raEp5ck1pd1hVQ3pFRlgwRythSHlFN1p6MVRUR09Jdzg3U3RPCmFRSURBUUFCCi0tLS0tRU5EIFBVQkxJQyBLRVktLS0tLQo=",
    "rekeyThreshold": 400,
    "replayWindow": 120
}