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

GET /api/lunasa/webServer

Gets the configuration of the web server providing the REST API.

Parameters

None

Responses

200

The configuration of the web server.

JSON Schema: Web Server Configuration Description

400

Unexpected error

Example Request

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

Example Result

{
   "apiVersion": 3,
   "cipherList": "ECDHE-RSA-AES256-GCM-SHA384,ECDHE-ECDSA-AES256-GCM-SHA384,ECDHE-RSA-AES256-SHA384,ECDHE-ECDSA-AES256-SHA384,DHE-RSA-AES256-GCM-SHA384,DHE-RSA-AES256-SHA256,ECDH-RSA-AES256-GCM-SHA384,ECDH-ECDSA-AES256-GCM-SHA384,ECDH-RSA-AES256-SHA384,ECDH-ECDSA-AES256-SHA384,AES256-GCM-SHA384,AES256-SHA256,ECDHE-RSA-AES128-GCM-SHA256,ECDHE-ECDSA-AES128-GCM-SHA256,ECDHE-RSA-AES128-SHA256,ECDHE-ECDSA-AES128-SHA256,DHE-RSA-AES128-GCM-SHA256,DHE-RSA-AES128-SHA256,ECDH-RSA-AES128-GCM-SHA256,ECDH-ECDSA-AES128-GCM-SHA256,ECDH-RSA-AES128-SHA256,ECDH-ECDSA-AES128-SHA256,AES128-GCM-SHA256,AES128-SHA256",
   "ipAddress": "0.0.0.0",
   "netDevice" : "eth1",
   "port" : 8443,
   "threads" : 5,
   "certificate": "/api/lunasa/webServer/certificate",
   "actions": "/api/lunasa/webServer/actions",
   "csr": "/api/lunasa/webServer/csr"
}