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

GET /api/lunasa/ssh

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

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, 
    "isKeyAuthenticationEnabled": true, 
    "isPasswordAuthenticationEnabled": true, 
    "actions": "/api/lunasa/ssh/actions", 
    "networkDevices": ["all"]
}

See Also

GET /api/lunasa/ssh/actions