Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions modules/ROOT/pages/_partials/task-add-api-instance.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,15 @@ image:api-upstream-downstream-config.png[The API instance is deployed on a gatew

// All target types for Mule apps and proxies
//tag::target-type[]
. Select the *Target type* from the following options:
. If you selected to deploy a proxy application, select the *Target type* from the following options:
+
* *CloudHub 2.0*: Select this option if you want to use the Mule runtime hosted by MuleSoft in a container-based cloud infrastructure. The
CloudHub 2.0 proxy includes a CPU with 0.1 vCores by default.
.. Select the **Runtime version**.
.. Enter a **Proxy app name**.
* *CloudHub 2.0*: Select this option if you want to use the Mule runtime hosted by MuleSoft in a container-based cloud infrastructure. The CloudHub 2.0 proxy includes a CPU with 0.1 vCores by default.
.. Select a space.
+
[NOTE]
--
When deploying an API directly to CloudHub 2.0, you cannot choose the region where the API is deployed. If you have a private space, your API is deployed to your private space. Otherwise, your API is deployed to the shared space in your default region. If you have multiple private spaces, a private space is chosen for you. Private spaces in your default region are chosen first. To learn more about spaces, see xref:cloudhub-2::ch2-shared-space-about.adoc[] and xref:cloudhub-2::ch2-private-space-about.adoc[].
--
To learn more about spaces, see xref:cloudhub-2::ch2-shared-space-about.adoc[] and xref:cloudhub-2::ch2-private-space-about.adoc[].
.. Select the *Runtime version*.
.. Enter a *Proxy app name*.

* *CloudHub*: Select this option if you want to use the Mule runtime hosted on the cloud by MuleSoft. The
CloudHub proxy includes a CPU with 0.1 vCores and a memory of 500 MB, by default.
.. Select the **Runtime version**.
Expand Down
6 changes: 1 addition & 5 deletions modules/ROOT/pages/create-instance-task-mule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,14 @@ endif::[]

include::partial$task-add-api-instance.adoc[tags=intro1;mule-intro;intro2]

[[add-api]]
Comment thread
kevinzlu-salesforce marked this conversation as resolved.
== Add a New API

. Navigate to *Anypoint Platform* > *API Manager*.
. In *API Administration*, click *Add API* and select *Add new API*.
. Select *Mule Gateway*.
. Select the *Proxy type* from the following options:
+
Mule Gateway:: Select Mule Gateway if you have APIs on Mule Runtime that need an API gateway to manage, observe,
Comment thread
kevinzlu-salesforce marked this conversation as resolved.
and secure your APIs.
+
Select the *Proxy type* from the following options:
+
Connect to existing application (basic endpoint):::: Use this option to directly interact with a Mule
runtime Engine (Mule) application when your application is configured with API gateway autodiscovery. See xref:api-auto-discovery-new-concept.adoc[API Autodiscovery] for more information.
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ endif::[]

include::partial$task-add-api-instance.adoc[tags=intro1;service-mesh-intro;intro2]

[[add-api]]
== Add a New API

. Navigate to *Anypoint Platform* > *API Manager*.
Expand Down