REST API  4.0.0
REST API for SafeNet Network HSMs
PUT /api/lunasa/network

PUT /api/lunasa/network

Sets all base network configurations associated with the appliance.

Parameters

hostname

The hostname to give the appliance.

Use: Required

JSON Schema:

   Object
   type: string

domain

The domain name for the appliance.

Use: Required

JSON Schema:

   Object
   type: string

Responses

204

Success

400

Unexpected error

Example Request

   PUT 
   https://1.2.3.4:8443/api/lunasa/network
   {
        "hostname" : "My-Host.name",
        "domain" : "My-Domain.com"
   }

Example Result

{
}