Skip to content

Commit 6956059

Browse files
edits
1 parent ee22f30 commit 6956059

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

modules/ROOT/pages/_partials/task-configure-proxy.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ NOTE: After adding the API on Anypoint Platform, you will need to bind it to a s
9696

9797
** **REST API:** Select this option if you have a RAML or OAS API definition file you want to include for your asset.
9898
+
99-
Upload either a RAML or OAS file for your REST API.
99+
Upload either a RAML or OAS file for your REST API. Versions 2.0.0 and later are the recommended versions for OAS or RAML specs, because these versions add native OAS support. If you upload an OAS API specification to an API proxy version 1.0 or earlier, your API specification is translated to RAML.
100100
** **HTTP API:** Select this option if you do not have an API definition file you want to include for your asset.
101101
** **SOAP API:** Select this option if you have a WSDL API definition file or an external link to the file.
102102
+
@@ -108,7 +108,7 @@ This option is not available for Flex Gateway runtime at this time.
108108
//end::asset-type-options[]
109109
//tag::raml-oas[]
110110
.. Select **REST API** as the **Asset type**.
111-
.. Upload either a RAML or OAS file for your REST API.
111+
.. Upload either a RAML or OAS file for your REST API.
112112
+
113113
NOTE: Anypoint API Manager supports OpenAPI Specification (OAS) 3.0, with the exception of the callback feature. To work around this issue, handle the callback outside of the Mule runtime engine domain or use an OAS 3.0 specification that does not use callbacks.
114114

@@ -134,14 +134,14 @@ You should now see the *Inbound TLS* field enabled.
134134
. Enter the *Port* number for your API proxy.
135135
. Enter the *Base path*.
136136
. Click *Advanced Options*.
137-
. Select optional down stream configuration settings. For more configuration settings, see xref:create-instance-task-service-mesh.adoc[].
137+
. Select optional down stream configuration settings. For more configuration settings, see xref:create-instance-task-mule.adoc[].
138138
. In *Proxy Version*, select *latest*. +
139139
This value ensures that your API proxy uses the latest released proxy version.
140140
If a new proxy version is available in Anypoint platform, return to this step to reconfigure your proxy to the latest version.
141141
. Click *Next*.
142142
. Enter your *Upstream URL*. This is the URL to access the proxy or the API. For example, you can use the URL of your API asset in Exchange. +
143143
This is the only required field. For further details on the optional fields, see xref:configure-api-task.adoc[Configure an API Endpoint].
144-
. Click *Add TLS Context* for *Outbound TLS*.
144+
. Click *Add TLS Context* for *Outbound TLS*. This is required for API instances using HTTPs communication.
145145
.. Select the secret group where you hosted your TLS Context from the *Secret Group* drop-down list.
146146
.. Select your TLS Context for your HTTPS API Proxy from the *TLS Context* drop-down.
147147
+
@@ -152,8 +152,8 @@ If you can't see a context, check that you have the right permissions, as mentio
152152
//end::mid-steps2[]
153153
//tag::raml-oas-version[]
154154
+
155-
Versions 2.0.0 and later are the recommended versions for OAS or RAML specs, because these versions add native OAS support. +
156-
If you upload an OAS API specification to an API proxy version 1.0 or earlier, your API specification will be translated to RAML.
155+
Versions 2.0.0 and later are the recommended versions for OAS or RAML specs, because these versions add native OAS support.
156+
If you upload an OAS API specification to an API proxy version 1.0 or earlier, your API specification is translated to RAML.
157157
+
158158
//end::raml-oas-version[]
159159
//tag::tls[]

modules/ROOT/pages/building-soap-proxy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ With SOAP proxy v2.1.0, you can retrieve a WSDL from a remote location using the
4646

4747
Configure your SOAP proxy by completing the following tasks:
4848

49-
include::partial$task-configure-proxy.adoc[tags=intro;first-steps;target-type;mid-steps;soap;mid-steps2;tls;last-steps,leveloffset=+2]
49+
include::partial$task-configure-proxy.adoc[tags=intro;first-steps;target-type;mid-steps;soap;mid-steps2;last-steps,leveloffset=+2]
5050

5151

5252
== Troubleshooting SOAP Proxies for Missing Imports on XSD Files

modules/ROOT/pages/proxy-deploy-raml-oas-proxy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ API Manager 2.x enables you to use a RAML or OAS type of API Proxy, for all your
66

77
Configure your RAML or OAS API proxy by completing the following tasks:
88

9-
include::partial$task-configure-proxy.adoc[tags=intro;first-steps;target-type;mid-steps;raml-oas;mid-steps2;raml-oas-version;tls;last-steps,leveloffset=+2]
9+
include::partial$task-configure-proxy.adoc[tags=intro;first-steps;target-type;mid-steps;raml-oas;mid-steps2;last-steps,leveloffset=+2]
1010

1111

1212
== See Also

modules/ROOT/pages/proxy-domain-support.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For HTTP listener configuration defined in the domain, the listener setup on the
4242

4343
Configure the domain used by an API proxy by completing the following tasks:
4444

45-
include::partial$task-configure-proxy.adoc[tags=intro;first-steps;hybrid;mid-steps;asset-type-options;mid-steps2;raml-oas-version;tls;last-steps,leveloffset=+2]
45+
include::partial$task-configure-proxy.adoc[tags=intro;first-steps;hybrid;mid-steps;asset-type-options;mid-steps2;last-steps,leveloffset=+2]
4646
. After saving the API proxy configuration, perform one of the following steps:
4747

4848
* Deploy the API proxy to the selected target (*Settings*, under *Deployment Configuration*).

modules/ROOT/pages/proxy-latest-concept.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For Mule versions 3.8 and later, use Mule Agent 1.9.0. For Mule 4.x, use the Mul
2727

2828
Deploy your proxy by completing the following tasks:
2929

30-
include::partial$task-configure-proxy.adoc[tags=intro;first-steps;target-type;mid-steps;asset-type-options;mid-steps2;raml-oas-version;tls;last-steps,leveloffset=+2]
30+
include::partial$task-configure-proxy.adoc[tags=intro;first-steps;target-type;mid-steps;asset-type-options;mid-steps2;last-steps,leveloffset=+2]
3131

3232
If you are deploying your API to a Mule 4 environment and want to enable the proxy to support HTTPS requests, first xref:building-https-proxy.adoc[build HTTPS API proxies].
3333

0 commit comments

Comments
 (0)