|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
Creates a remote host entry.
Specifies the address of the remote host. Valid ip address and hostname may be specified.
Use:  Required  
JSON Schema:  
    Object
    type:string
Specifies the port of the remote host. Valid ports range from 0 to 65535.
Use:  Required  
JSON Schema:  
    Object
    type:integer
Specifies the protocol of the remote host. Valid protocols include tcp and udp.
Use:  Required  
JSON Schema:  
    Object
    type:string
Success
"Location" is the URL to the location to the newly created remote host.
 see GET /api/lunasa/remoteHosts/{remoteHostid} 
 
Bad Request
 
    POST
    https://1.2.3.4:8443/api/lunasa/syslog/remoteHosts
    {
        "protocol": "udp",
        "port": 1503, 
        "address": "1.2.3.4"
    }   
 
{}