Endpoint Variables
Endpoint Variables
The following variables are available under the endpoint
namespace:
Name | Type | Description |
---|---|---|
endpoint.addr | string | The address for this endpoint. |
endpoint.host | string | The hostname for this endpoint. |
endpoint.id | string | The endpoint that serviced this connection. |
endpoint.port | int32 | The port for this endpoint. |
endpoint.protocol | string | The protocol for this endpoint. Current supported values are http , https , tcp , and tls . |
endpoint.url | string | The url for this endpoint. |
endpoint.addr
The address for this endpoint.
Loading…
endpoint.host
The hostname for this endpoint.
Loading…
endpoint.id
The id for this endpoint.
Loading…
endpoint.port
The port for this endpoint.
Loading…
endpoint.protocol
The protocol for this endpoint. Current supported values are http
, https
, tcp
, and tls
.
Loading…
endpoint.url
The url for this endpoint.
Loading…