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.
- YAML
- JSON
Loading…
Loading…
endpoint.host
The hostname for this endpoint.
- YAML
- JSON
Loading…
Loading…
endpoint.id
The id for this endpoint.
- YAML
- JSON
Loading…
Loading…
endpoint.port
The port for this endpoint.
- YAML
- JSON
Loading…
Loading…
endpoint.protocol
The protocol for this endpoint. Current supported values are http
, https
, tcp
, and tls
.
- YAML
- JSON
Loading…
Loading…
endpoint.url
The url for this endpoint.
- YAML
- JSON
Loading…
Loading…