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

GET /api/lunasa/ssh

This resource contains configuration and link urls for the SSH resources.

User Privileges

Users with the following role privileges can perform this command:

  • admin
  • operator
  • monitor

Parameters

None

Responses

200

SSH properties

JSON Schema: SSH

Example Request

   GET
   https://1.2.3.4:8443/api/lunasa/ssh
   {}

Example Response

{
   "port": 22,
   "cipherList": "aes192-ctr:aes256-ctr",
   "isKeyAuthenticationEnabled": true,
   "isPasswordAuthenticationEnabled": true,
   "actions": "/api/lunasa/ssh/actions",
   "networkDevices": ["all"]
}

See Also

GET /api/lunasa/ssh/actions