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

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

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,0 @@
1 -Configure a backend operation
Parent
... ... @@ -1,1 +1,0 @@
1 -WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.eMagiz
1 +XWiki.ebakker
Content
... ... @@ -1,4 +1,6 @@
1 1  {{container}}{{container layoutStyle="columns"}}(((
2 += Configure a backend operation =
3 +
2 2  In this microlearning, we will focus on learning about how you can correctly configure the backend operations.
3 3  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.
4 4  
... ... @@ -19,6 +19,8 @@
19 19  
20 20  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.
21 21  
24 +
25 +
22 22  == 3. Configure a backend operation ==
23 23  
24 24  When you look at the conceptual idea of the API Gateway, exposing backend operations via a centralized location to the outside world
... ... @@ -91,6 +91,8 @@
91 91  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.
92 92  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.
93 93  
98 +
99 +
94 94  == 4. Assignment ==
95 95  
96 96  Manually configure a GET operation with the resource path /httpmethods in an API Gateway system.
... ... @@ -104,6 +104,8 @@
104 104   * Manually configure based on other specification
105 105  * Other cases such as connecting to XML based systems will be discussed later on
106 106  
113 +
114 +
107 107  == 6. Suggested Additional Readings ==
108 108  
109 109  If you are interested in this topic and want more information on it please read the help text provided by eMagiz.