Properties
Name | Type | Description | Example |
---|---|---|---|
id | string | The proxy identifier as a 128 bit GUID | |
projectId | string | The project api identifier | |
name | string | The proxy name | |
description | string | An optional description for the proxy | |
endpoints | object[...] | Endpoint configurations keyed by language | |
endpoints.server | string | The hostname of the destination server. Can be an IP address or a fully qualified DNS name. | 10.65.18.4 |
version | string | The version | |
endpoints.secure | boolean | Specify whether the proxied server communication uses SSL/TLS |
Remarks
An asterisk can be specified as the key for an endpoint to handle all languages excluding any endpoint explicitly declared with a language. If no asterisk-keyed endpoint is specified then only the languages provided will be proxied.
If no host is provided for a URI that includes the domain, then the host header is automatically added on creation.