Changes for page Setting up exit gate
Last modified by Danniar Firdausy on 2024/09/04 16:15
From version 23.24
edited by Danniar Firdausy
on 2024/08/21 11:47
on 2024/08/21 11:47
Change comment:
There is no comment for this version
To version 23.23
edited by Danniar Firdausy
on 2024/08/21 11:42
on 2024/08/21 11:42
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,13 +10,11 @@ 10 10 == 2. Key concepts == 11 11 12 12 This microlearning centers around setting up the exit gate for the API Gateway solution of eMagiz. 13 - 14 14 With exit gate, we mean: The piece of functionality that connects to the backend operation to execute the action on behalf of the client that is calling the API 15 - 16 16 With API Gateway we mean: A collection of RESTful API operations that can be published to the outside world to give them access to applications that are linked to your business process 17 17 18 18 The exit gate is created by eMagiz based on the configuration in Design. In passthrough cases, you only need to add authentication. 19 -In cases of transformation, you need to specify the outbound component (e. g.,HTTP, Web service, JDBC, SFTP, etc.) and the authentication.17 +In cases of transformation, you need to specify the outbound component (i.e. HTTP, Web service, JDBC, SFTP, etc.) and the authentication. 20 20 21 21 == 3. Setting up exit gate == 22 22 ... ... @@ -42,12 +42,12 @@ 42 42 43 43 == 4. Key takeaways == 44 44 45 -* Each backend operation has a specific exit gate that :46 -* *Handlesall incoming traffic destined for that backend operation47 -* *Connectsto the backend operationto execute the requested action48 -* *Sendsresponse back to the client thatmadethe APIcall49 -* eMagiz will automatically handle most of the setup for you,includingthe generation of the exit gateconfiguration.50 -* Dependingon your use cases, some manual changesmight be necessary43 +* Each backend operation has a specific exit gate that will 44 + * Handle all incoming traffic destined for that backend operation 45 + * Connect to the backend operation 46 + * Send response back to the client that is calling the API 47 +* eMagiz will automatically build the biggest portion of the exit gate for you 48 +* Some manual changes are necessary 51 51 52 52 == 5. Suggested Additional Readings == 53 53