Changing the API Gateway Data Store HTTP Port
The default HTTP port that clients use to make calls to API Gateway Data Store is 9240. Use the following procedure to change the HTTP port number.
Note:
You cannot add a new port from this section. You can only edit existing port details.
To change the
API Gateway Data Store HTTP port
1. In Command Central, navigate to Environments > Instances > All > API Gateway Data Store > Configuration.
2. Select Ports from the drop-down menu.
3. Click http port and specify values for each field in the table as outlined in the description column:
Field | Description |
Port Number | Required. The HTTP port number. The default value is 9240. |
Use SSL | Optional. Enable Secure Sockets Layer (SSL) to secure communication with API Gateway Data Store . Note: When you enable SSL for the HTTP port, you automatically enable SSL for the TCP port as well. API Gateway Data Store uses the Search Guard SSL plugin for Elasticsearch. For more information about the Search Guard plugin, see the Search Guard documentation. |
4. Optionally, click Test to verify your configuration.
5. Save your changes.
6. Stop API Gateway instance, if it is running.
7. Update the Elasticsearch entry in the config.properties file located at SAG_Installdir/IntegrationServer/instances/tenant_name/packages/WmAPIGateway/config/resources/elasticsearch/.
Instead of changing the entries manually you can include these changes in one of the following ways:
8. Restart the API Gateway instance.