Last modified by Erik Bakker on 2024/08/23 11:32

From version 20.1
edited by Erik Bakker
on 2022/06/10 08:37
Change comment: Imported from XAR
To version 22.1
edited by eMagiz
on 2022/06/13 09:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,0 +1,1 @@
1 +Configure a backend operation
Parent
... ... @@ -1,0 +1,1 @@
1 +WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ebakker
1 +XWiki.eMagiz
Content
... ... @@ -1,6 +1,4 @@
1 1  {{container}}{{container layoutStyle="columns"}}(((
2 -= Configure a backend operation =
3 -
4 4  In this microlearning, we will focus on learning about how you can correctly configure the backend operations.
5 5  A crucial part of setting up your (API) Gateway with the help of RESTful services is knowing which backend operations you want to expose with the help of the API Gateway.
6 6  
... ... @@ -21,8 +21,6 @@
21 21  
22 22  When setting up your API Gateway integration the process of doing things is to start at the backend operation and based on that expose an operation in the API Gateway.
23 23  
24 -
25 -
26 26  == 3. Configure a backend operation ==
27 27  
28 28  When you look at the conceptual idea of the API Gateway, exposing backend operations via a centralized location to the outside world
... ... @@ -95,8 +95,6 @@
95 95  After you have correctly configured your backend operation you can start to think about how you can best expose the operations via the API Gateway.
96 96  In the next three microlearnings, we will delve deeper into the various components and also learn how you can quickly expose these backend operations in your API Gateway.
97 97  
98 -
99 -
100 100  == 4. Assignment ==
101 101  
102 102  Manually configure a GET operation with the resource path /httpmethods in an API Gateway system.
... ... @@ -110,8 +110,6 @@
110 110   * Manually configure based on other specification
111 111  * Other cases such as connecting to XML based systems will be discussed later on
112 112  
113 -
114 -
115 115  == 6. Suggested Additional Readings ==
116 116  
117 117  If you are interested in this topic and want more information on it please read the help text provided by eMagiz.