The API gateway needs the applicationName for addressing and it doesn't remove it from the URL, but passes it towards the application.
The following changes need to be made to the OAS:
-
All path statements have to have the abbreviation of the applicationName as a pre-fix.
-
the new domain-name attribute shall be renamed for base-url.
-
the pattern at the former domain-name attribute (now base-url attribute) has to be updated to the following example: http://domain-name /ro-1-0-0
-
description to be updated by a explanation.
-
description to be updated in regards to reference into data structure
-
Oam requests for remote-address to be updated from domain-name to base-url, too.
The API gateway needs the applicationName for addressing and it doesn't remove it from the URL, but passes it towards the application.
The following changes need to be made to the OAS:
All path statements have to have the abbreviation of the applicationName as a pre-fix.
the new domain-name attribute shall be renamed for base-url.
the pattern at the former domain-name attribute (now base-url attribute) has to be updated to the following example: http://domain-name /ro-1-0-0
description to be updated by a explanation.
description to be updated in regards to reference into data structure
Oam requests for remote-address to be updated from domain-name to base-url, too.