![]() |
REST API
15
REST API for Luna Network HSMs
|
Sets the specific settings for the NTLS
The configured NTLS timeout period for a connection setup
Use: Required
JSON Schema:
Object
type: integer
Indicates whether client source IP validation is enabled
Use: Required
JSON Schema:
Object
type: boolean
false = disable NTLS client source IP validation
true = enable NTLS client source IP validation
The following table shows defined values for receiveTimeoutTimer
.
Parameter | Range | Default Value |
---|---|---|
receiveTimeoutTimer | 1 - 300 | 20 |
Success
Unexpected error
PATCH
https://1.2.3.4:8443/api/lunasa/ntls
{
"receiveTimeoutTimer" : 30
}
{
}