The service name.
An optional service description.
Optionally add tags to the service
Optionally add tags to the service
Shorthand attribute to set protocol
, host
, port
and path
at once.
This attribute is write-only (the Admin API never "returns" the url).
The protocol used to communicate with the upstream. It can be one of http
or https
.
The host of the upstream server.
The upstream server port. Defaults to 80
.
The path to be used in requests to the upstream server. Empty by default.
The number of retries to execute upon failure to proxy. The default is 5
.
The timeout in milliseconds for establishing a connection to your upstream server. Defaults to 60000
The timeout in milliseconds between two successive write operations for transmitting a request to the upstream server. Defaults to 60000
The timeout in milliseconds between two successive read operations for transmitting a request to the upstream server. Defaults to 60000
Certificate (id
) to be used as client certificate while TLS handshaking to the upstream server.