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

PATCH /api/lunasa/network

Sets the network information associated with the appliance.

Parameters

hostname

The hostname to give the appliance.

Use: Not Required

JSON Schema:

   Object
   type: string

domain

The domain name to the appliance.

Use: Not Required

JSON Schema:

   Object
   type: string

Responses

204

Success

400

Unexpected error

Example Request

   PATCH 
   https://1.2.3.4:8443/api/lunasa/network
   {
        "hostname" : "MyHostname"
   }

Example Result

{
}