Proxy interface

    Property Type Description
    interfaceid string (readonly) ID of the interface.
    dns(required) string DNS name to connect to. Can be empty if connections are made via IP address.
    ip(required) string IP address to connect to. Can be empty if connections are made via DNS names.
    port(required) string Port number to connect to.
    useip(required) integer Whether the connection should be made via IP address. Possible values are: 0 - connect using DNS name; 1 - connect using IP address.
    hostid string (readonly) ID of the proxy the interface belongs to.