TunnelApiEndpoint

TunnelApiEndpoint
TunnelApiEndpoint

Represents the API endpoint of a Tunnel service.

JSON Example
{
    "certificate": "MIIDb...",
    "id": "58ae326f-29bc-4c0c-b00a-95c5f91c5586",
    "url": "https://tunneladdress:8047/"
}
string
certificate
Optional

Base-64 encoded certificate of the tunnel.

string
id
Optional

ID of the tunnel.

string
url
Optional

URL pointing to the API endpoint of the tunnel.