Changes for page Changing the default message format
Last modified by Danniar Firdausy on 2024/09/18 13:34
From version 2.2
edited by Bouke Reitsma
on 2023/02/28 16:32
on 2023/02/28 16:32
Change comment:
There is no comment for this version
To version 2.3
edited by Bouke Reitsma
on 2023/02/28 16:35
on 2023/02/28 16:35
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,55 +10,17 @@ 10 10 11 11 == 2. Key concepts == 12 12 13 -Th is microlearningcentersaroundupdatingyourAPI Gateway.13 +There are no specific concepts to consider for now that require additional explanation. 14 14 15 - Byupdating,we mean:Changingexisting softwareto reflectnew insightsor ideas that have come up duringdevelopmentand/ortesting15 +== 3. Changing the default messaging format == 16 16 17 -* Updating can happen from Design 18 -* Updating can happen from Create 19 -* Both situations have a different impact 20 - 21 -== 3. Updating your API Gateway Operations == 22 - 23 - {{info}}~* Note GIVE INFO{{/info}} 24 - 25 25 In our crash course on the API Gateway pattern, we have learned about setting up the API Gateway. However, we did not yet delve into the specifics of how to update your existing API Gateway solution. In this microlearning, we will focus on updating the Design phase of your API Gateway (and the subsequent steps) and we will focus on updating the Create phase of your API Gateway (and the subsequent steps). This to learn the impact of updates and to learn how we can achieve this. 26 26 27 -* Updating can happen from Design 28 -* Updating can happen from Create 29 -* Both situations have a different impact 19 +{{info}}~* Note Changing the default messaging format does not affect existing operations in create. Migrating these flows require a reset of the exit flow.{{/info}} 30 30 31 -In the remainder of this microlearning, we will discuss both scenarios. This to get clarity on what the impact is of both scenarios. 32 32 33 -== =3.1Updatingfrom Design===22 +== 4. Impact in Create == 34 34 35 -After you have already added an integration to Create you might want to change the error handling, the structure of the request and/or response message, the parameters, etc. In all these scenarios you need to change something in the Design phase of eMagiz. The actual changing of these parts of the API Gateway solutions is specified in earlier microlearnings. However, what to do after you have made those changes is not yet discussed. In this microlearning, we will discuss that process within eMagiz. Note that this process **only** applies when the operation already exists in Create. If it does not yet exist in Create eMagiz will simply add the configuration to the existing flow without changing the remainder of the all-entry. 36 - 37 -As you might know from our offering on the messaging pattern and how to update in those scenarios you can imagine that (parts of) the API Gateway flows need to be updated to reflect your changes. Depending on the exact change the effect will be seen in the 'all entry' or in one of the exit gates that is specific to an operation. The division can be made as follows: 38 - 39 -* When you change something to the configuration of the API Gateway itself (i.e security, error handling, parameters) the change will **only** impact the all-entry 40 -* When you change something to the configuration of the backend operation (i.e. endpoint, parameter, system request/response) the change will **only** impact the specific exit gate 41 -* When you change the gateway request/response message (with transformation) the change will impact **both** the all-entry and the specific exit gate 42 - 43 -In all cases, you need a version bump of the flow to which you can relate the change. For exit gates, this process is identical to when you do a version bump of any messaging flow after updating for example a CDM message or message mapping. However, when you update something on the all-entry level this becomes less simple. Because eMagiz does not only pre-configure the resources for you in Create but the complete all-entry flow you **need** a reset of the all-entry to reflect these changes. To reset a flow simply access the context menu on flow level in Create (via a right-mouse click) and press Reset flow. 44 - 45 -[[image:Main.Images.Microlearning.WebHome@intermediate-api-management-updating-your-api-gateway-operations--reset-flow-context-menu.png]] 46 - 47 -After you press this option eMagiz will present you with a confirmation pop-up to ensure that you are 100% sure that this is the correct flow that you want to reset. This because resetting a flow means returning to the original state. 48 - 49 -[[image:Main.Images.Microlearning.WebHome@intermediate-api-management-updating-your-api-gateway-operations--reset-flow-warning.png]] 50 - 51 -After you reset your all-entry eMagiz will update the following: 52 - 53 -* Swagger UI that is shown to clients via the Swagger documentation page 54 -* Parameter references 55 -* Error Handling 56 -* Many more 57 - 58 -This all depends on which changes you **made** on the Design level. 59 - 60 -=== 3.2 Updating from Create === 61 - 62 62 Apart from updating your API Gateway solution in Create, you can only update parts of the API Gateway solution in Create. Here we mainly talk about changing the gateway messages. Any other changes on the 'exit gate' level have no special impact compared to changing parts of other flows. We discern two parts of updating a (gateway) message that you can execute in the Create phase: 63 63 64 64 * Changing the dataType (i.e. from dateTime to date)