REST API  4.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/syslog/remoteHosts/{remoteHostid}

GET /api/lunasa/syslog/remoteHosts/{remoteHostid}

Gets the information about a specific remote host.

Parameters

remoteHostid

Specifies the remote host to access.

Use: Required

JSON Schema:

    Object
    type:string

Responses

200

Success

JSON Schema: Syslog Remote Host

400

Unexpected failure

404

Remote host not found

Example Request

    GET
    https://1.2.3.4:8443/api/lunasa/syslog/remoteHosts/4.5.6.7
    {}

Example Response

{
    "protocol": "udp",
    "port": 1503,
    "address": "4.5.6.7"
}