REST API
4.0.0
REST API for SafeNet Network HSMs
|
Gets the information about a specific remote host.
Specifies the remote host to access.
Use: Required
JSON Schema:
Object type:string
Success
JSON Schema: Syslog Remote Host
Unexpected failure
Remote host not found
GET https://1.2.3.4:8443/api/lunasa/syslog/remoteHosts/4.5.6.7 {}
{ "protocol": "udp", "port": 1503, "address": "4.5.6.7" }