![]() |
REST API
4.0.0
REST API for SafeNet Network HSMs
|
Sets all base network configurations associated with the appliance.
The hostname to give the appliance.
Use: Required
JSON Schema:
Object type: string
The domain name for the appliance.
Use: Required
JSON Schema:
Object type: string
Success
Unexpected error
PUT
https://1.2.3.4:8443/api/lunasa/network
{
"hostname" : "My-Host.name",
"domain" : "My-Domain.com"
}
{
}