REST API  14
REST API for Luna Network HSMs
GET /api/lunasa/network

GET /api/lunasa/network

Gets the network information associated with the appliance.

User Privileges

Users with the following role privileges can perform this command:

  • admin
  • operator
  • monitor

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",
    "actions" : "/api/lunasa/network/actions",
    "devices": "/api/lunasa/network/devices",
    "netstat": "/api/lunasa/network/netstat",
    "measurement": "/api/lunasa/network/measurement"
}

See Also

GET /api/lunasa/network/actions
GET /api/lunasa/network/devices
GET /api/lunasa/network/netstat
GET /api/lunasa/network/measurement