Software AG Products 10.5 | Using API Gateway | API Gateway Administration | External Accounts | Adding a Service Registry
 
Adding a Service Registry
You must have the Manage service registries functional privilege assigned to perform this task.
You have to add and configure a service registry in API Gateway before you reference it in an API. In cluster deployments of API Gateway, you can add a service registry on any API Gateway instance—other API Gateway instances are synced automatically.
*To add and configure a service registry
1. Expand the menu options icon , in the title bar, and select Administration.
2. Click Service Registries.
3. Click Add service registry.
Field
Description
Name
Name used by API Gateway for the instance of service registry that you are adding.
Description
Description of the instance of service registry.
Type
Type of service registry. Available values are: SERVICE_CONSUL and EUREKA.
Endpoint configuration
Endpoint URI
The base URI for the service registry. This should include the IP address or the FQDN and the port on which the service registry accepts requests.
Service discovery path
The relative path of the service registry discovery service. API Gateway appends this path (and the service ID) to the Endpoint URI to generate a service discovery request for the service registry.
Note:
A service registry discovery service returns the address (IP address or FQDN) of an application instance for the requested service ID.
Service registration path
The relative path of the service registry registration service. API Gateway appends this path (and the service ID) to the Endpoint URI to generate a service registration request for the service registry.
Note:
API Gateway uses this service to register (publish) a service with the service registry.
Service de-registration path
The relative path of the service registry de-registration service. API Gateway appends this path (and the service ID) to the Endpoint URI to generate a service de-registration request for the service registry.
Note:
API Gateway uses this service to de-register (unpublish) a service with the service registry.
Connection timeout (seconds)
Specifies the time (in seconds) after which a connection attempt times out while communicating with the service registry.
The precedence of the Connection Timeout configuration is as follows:
a. If you specify a value for the Connection timeout field in routing endpoint alias, then the Connection timeout value specified in the Endpoint alias section takes precedence over the timeout values defined at the API level and the global level.
b. If you specify a value 0 for the Connection timeout field in routing endpoint alias, then API Gateway uses the value specified in the Connection timeout field in the routing protocol processing step of an API. The Read Timeout value specified at an API level takes precedence over the global configuration.
c. If you specify a value 0 or do not specify a value for the Connection timeout field in the routing protocol processing step at the API level or specify a value 0 at an alias level, then API Gateway uses the value specified in this pg.endpoint.connectionTimeout property.
d. If you do not specify any value for pg.endpoint.connectionTimeout, then API Gateway uses the default value of 30 seconds.
Read timeout (seconds)
Specifies the time (in seconds) after which a socket read attempt times out while communicating with the service registry.
The precedence of the Read Timeout configuration is as follows:
a. If you specify a value for the Read timeout field in routing endpoint alias, then the Read timeout value specified in the Endpoint alias section takes precedence over the timeout values defined at the API level and the global level.
b. If you specify a value 0 for the Read timeout field in routing endpoint alias, then API Gateway uses the value specified in the Read Timeout field in the routing protocol processing step of an API. The Read Timeout value specified at an API level takes precedence over the global configuration.
c. If you specify a value 0 or do not specify a value for the Read timeout field in the routing protocol processing step at the API level or specify a value 0 at an alias level, then API Gateway uses the value specified in this pg.endpoint.readTimeout property.
d. If you do not specify any value for pg.endpoint.readTimeout, then API Gateway uses the default value of 30 seconds.
SSL configuration
Keystore alias
List of keystores that are configured in API Gateway. This is used when the service registry is SSL enabled.
Lists all available keystores. If you have not configured an Integration Server keystore the list is empty.
Key alias
Lists all the private keys that are present in the selected keystore alias. This is used when the service registry is SSL enabled.
Truststore alias
A truststore contains the certificates that are trusted by API Gateway. If the service registry is SSL enabled its certificate should be added to the selected truststore.
Basic authentication details
Username
The basic authentication user name.
Password
The basic authentication password.
Other configuration
Heartbeat interval
(This setting is applicable only to Eureka service registries.) The interval at which the API Gateway sends a heartbeat message to the Eureka server to renew its leases. Eureka expects clients, such as API Gateway, to renew the lease by sending heartbeats as per the heartbeat interval configured in the Eureka server.
Headers
Key
An HTTP header key that is included in all the HTTP requests sent to the service registry.
Value
A value for the given HTTP header key.
4. Click Add.
The service registry is added to API Gateway.