|
3 | 3 | |=== |
4 | 4 | | Field Name | Description | Required | Notes |
5 | 5 | | *Protocol* | Specifies whether to use HTTP or HTTPS. | Yes | If you select HTTPS, specify a TLS context for inbound traffic. |
6 | | -| *Inbound TLS* | Specifies the TLS Context used for the inbound traffic of HTTPS APIs. | No | xref:gateway::flex-conn-tls-config.adoc[Configure a TLS Context for Flex Gateway] before adding a TLS Context to your API. Only available on Flex 1.4.0+. |
| 6 | +| *Inbound TLS* | TLS Context used for the inbound traffic of HTTPS APIs | No | xref:gateway::flex-conn-tls-config.adoc[Configure a TLS Context for Flex Gateway] before adding a TLS Context to your API. Only available on Flex 1.4.0+. |
7 | 7 | | *Port* | Specifies the number to use if the displayed port is incorrect. | No | Port can be shared between API instances over the same Target as long as the Base paths are different. Only available on Flex 1.2.0+. |
8 | 8 | | *Instance label* | Specifies a label for the API. | No | If you have multiple managed instances of the same API, add a label to differentiate each instance from the others. |
9 | 9 | | *Advanced Options* | | | |
|
16 | 16 | [%header%autowidth.spread,cols="15%,35%,15%,35%"] |
17 | 17 | |=== |
18 | 18 | | Field Name | Description | Required | Notes |
19 | | -| *Upstream URL* | The URL to access for the proxy or the API. It must end with a /. | Yes| For example, you can use the URL of your API asset in Exchange. |
20 | | -| *Outbound TLS* | Specifies the TLS Context used for the outbound traffic. | No | xref:gateway::flex-conn-tls-config.adoc[Configure a TLS Context for Flex Gateway] before adding a TLS Context to your API. Only available on Flex 1.4.0+. |
| 19 | +| *Upstream URL* | URL to access for the proxy or API. This must end with a `/`. | Yes | For example, you can use the URL of your API asset in Exchange. |
| 20 | +| *Outbound TLS* | TLS Context used for the outbound traffic to the upstream service | No | xref:gateway::flex-conn-tls-config.adoc[Configure a TLS Context for Flex Gateway] before adding a TLS Context to your API. Only available on Flex 1.4.0+. |
21 | 21 | |=== |
22 | 22 | //end::flex-upstream[] |
23 | 23 |
|
|
73 | 73 | | *Client provider* | Specifies a client provider for the API. | Yes | Anypoint Platform acts as the client provider by default. To configure an external client provider, see xref:access-management::managing-api-clients.adoc[Client Providers]. |
74 | 74 | | *Request timeout* | Specifies the duration after which a request times out. | No | |
75 | 75 | | *Proxy Version* | Specifies the version of the proxy to use for the endpoint.| No | |
| 76 | +| *Service Name* | Name of your WSDL service. | Yes | Only avaliable for WSDL APIs. |
| 77 | +| *Service Port* | Port for your WSDL your service. | Yes | Only avaliable for WSDL APIs. |
| 78 | +| *Service Namespace* | Namespace of your WSDL service. | Yes | Only avaliable for WSDL APIs. |
76 | 79 | | *Enable Console* | Specifies whether you can expose and test your API specification. | No | You can specify a different path in *Console Path*, for example, "/spec/*". Only available if you have an attached API definition. Only available on Mule 3+. |
77 | 80 | | *Validations* | Specifies whether to validate inbound requests against a provided specification. | No | Only available if you have an attached API definition. Only available on Mule 3+. |
78 | 81 | | *Strict validations (optional)* | Specifies whether to validate inbound requests against query parameters. | No | Only available if you have an attached API definition. Only available on Mule 3+ |
|
0 commit comments