![]() |
REST API
15
REST API for Luna Network HSMs
|
Changes the state of forceSoLogin flag.
Indicates whether to force security officer authentication credentials on specific resources.
Use: Required
JSON Schema:
Object
type: boolean
false = do not use forceSoLogin
true = use forceSoLogin
Success
Unexpected error
PUT
https://1.2.3.4:8443/api/lunasa
{
"forceSoLogin": true
}
Headers:
{'access-control-allow-origin': '*', 'content-type': 'application/json', 'content-length': '0', 'access-control-allow-credentials': 'true'}
""