|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
Gets the ciphers allowed for the secure trusted channel.
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
Specifies which ciphers to query. Defined as "enabled", "disabled" or "all".
Use:  Not required.  
The secure trusted channel cipher suite.
JSON Schema:  STC Ciphers  
Unexpected error
HSM or partition does not exist.
 
GET https://1.2.3.4:8443/api/lunasa/hsms/150607/partitions/350659181804/stc/ciphers
 
{
    "ids": [
        "AES128_CBC",
        "AES192_CBC",
        "AES256_CBC"
    ]
}