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

GET /api/lunasa/network

Gets the network information associated with the appliance.

Parameters

None

Responses

200

Network Info

JSON Schema: Network

400

Unexpected error

Example Request

   GET 
   https://1.2.3.4:8443/api/lunasa/network

Example Result

{
    "hostname" : "MyHostname",
    "domain" : "MyDomain",
    "actions" : "/api/lunasa/network/actions",
    "devices": "/api/lunasa/network/devices"
    "dns": "/api/lunasa/network/dns"
}

See Also

GET /api/lunasa/network/actions
GET /api/lunasa/network/devices
GET /api/lunasa/network/dns