You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/create-instance-task.adoc
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ manage that API in API Manager by adding an API Instance.
8
8
9
9
There are three options for adding an API Instance:
10
10
11
-
* **Add a new API:** Select this option to add a completely new instance of an API.
12
-
* **Promote API from environment:** Select this option if you have an API Instance in a different environment, for instance
11
+
* *Add a new API:* Select this option to add a completely new instance of an API.
12
+
* *Promote API from environment:* Select this option if you have an API Instance in a different environment, for instance
13
13
the sandbox environment, and you want to promote it to the current or production environment.
14
-
* **Import API from zip file:** Select this option if you have exported an API Instance from a different Anypoint Platform
14
+
* *Import API from zip file:* Select this option if you have exported an API Instance from a different Anypoint Platform
15
15
instance.
16
16
17
17
When you are promoting or importing an API Instance, you will not have options to alter the configuration. However,
@@ -21,34 +21,34 @@ when you add a new API Instance, you will need to configure the endpoint as well
21
21
22
22
. Log in to Anypoint Platform.
23
23
. In the navigation bar or the Anypoint Platform page, click *API Manager*.
24
-
. Click **Add API** and select **Add new API**.
24
+
. Click *Add API* and select *Add new API*.
25
25
. Select and configure your runtime from the following options:
26
-
* **Flex Gateway:** Select Flex Gateway for any APIs that need a flexible, performant API gateway
26
+
Flex Gateway:: Select Flex Gateway for any APIs that need a flexible, performant API gateway
27
27
that will work with distributed and microservices environments and fit into your CI/CD environments.
28
28
+
29
-
Choose the connected Flex Gateway you have installed and registered from the list under **Select a gateway**.
29
+
Choose the connected Flex Gateway you have installed and registered from the list under *Select a gateway*.
30
30
+
31
-
NOTE: If you do not see a Flex Gateway listed, or you see a Flex Gateway but its status is DISCONNECTED,
31
+
[NOTE]
32
+
--
33
+
If you do not see a Flex Gateway listed, or you see a Flex Gateway but its status is DISCONNECTED,
32
34
See xref:gateway::flex-install.adoc[Install Flex Gateway] and xref:gateway::flex-conn-reg-run.adoc[Register and Run in Connected Mode] for more information.
33
-
34
-
* **Mule Gateway:** Select Mule Gateway if you have APIs on Mule Runtime that need an API gateway to manage, observe,
35
+
--
36
+
Mule Gateway:: Select Mule Gateway if you have APIs on Mule Runtime that need an API gateway to manage, observe,
35
37
and secure your APIs.
36
38
+
37
-
Select the **Proxy type** from the following options:
38
-
39
-
** **Connect to existing application (basic endpoint):** Use this option to directly interact with a Mule
39
+
Select the *Proxy type* from the following options:
40
+
+
41
+
Connect to existing application (basic endpoint):::: Use this option to directly interact with a Mule
40
42
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.
41
43
+
42
44
Select the *Mule version*.
43
-
44
-
** **Deploy a proxy application:** Use this option to interact by proxy with an application, either because
45
+
+
46
+
Deploy a proxy application:::: Use this option to interact by proxy with an application, either because
45
47
it is a Mule application not configured with API gateway autodiscovery or because it is not a Mule application.
46
48
See xref:api-proxy-landing-page.adoc[Configure Proxies for your APIs] for more information.
0 commit comments