Defines Dynamic Routing specific configuration options.
Name | Type | Default | Description |
---|---|---|---|
connectorClusterName | string | The name of the connector cluster. | |
maxRetries | int Min: -1 | -1 | The maximum number of retry attempts. Specifying -1 (default) disables the limit. |
retryInterval | A period of time with second precision | 60s | The retry interval duration. The default value is 60 seconds. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), or seconds (s). For example, specify 30 seconds as 30s. You can include multiple values in a single entry. For example, 1m30s is equivalent to 90 seconds. |
certificateSubject | string | The certificate subject that is used in the dynamic routing SSL certificate for the web server. |
A custom property for the WebSphere plug-in configuration. This property is directly inserted into the generated WebSphere plug-in configuration file.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name of the custom property. This name is directly inserted into the generated WebSphere plug-in configuration file. | |
value | string | The value of the custom property. This value is directly inserted into the generated WebSphere plug-in configuration file. | |
scope |
| intelligentManagement | The scope of the custom property. This determines which generated WebSphere plug-in configuration file stanza it is nested upon. connectorCluster ConnectorCluster intelligentManagement IntelligentManagement |
A custom trace specification for the WebSphere plug-in configuration. This property is directly inserted into the generated WebSphere plug-in configuration file.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name of the trace specification property. Trace specifications for the same webserver should have unique names. Only the most specific, latest specification with the same name is inserted into the generated WebSphere plug-in configuration file. | |
specification | string | The value of the trace specification property. This value is directly inserted into the generated WebSphere plug-in configuration file. | |
condition | string | When a request satisfies this condition, specified trace specification will be enabled for the request. This value should not be left blank for non-default specifications. It is directly inserted into the generated WebSphere plug-in configuration file. | |
webservers | string | * | Webservers for which the trace specification applies. Comma-separated list of webserver names for which the specification should be inserted into the generated WebSphere plug-in configuration file. Specify "*" (default) for all webservers. |
Set of routing rules
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
webServers | string | * | Web servers for which the routing rules have to be created. |
overrideAffinity | boolean | false | Check it to have rules take precedence over affinity when choosing a server to route to |
Routing rule as part of the routing rule set
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
matchExpression | string | false | Expression to be matched |
order | string | Order |
routingRules > routingRule > rejectAction
Reject action
Name | Type | Default | Description |
---|---|---|---|
rejectAction.code | string | The status code to be returned on reject |
routingRules > routingRule > redirectAction
Redirect action
Name | Type | Default | Description |
---|---|---|---|
redirectAction.location | string | URL to which the redirect should be done |
routingRules > routingRule > permitAction
Permit action
Name | Type | Default | Description |
---|---|---|---|
allowMaintenanceModeServers | boolean | false | Check it to permit requests to maintenance mode servers |
routingRules > routingRule > permitAction > loadBalanceEndPoints
Destination end points between which the requests have to be load balanced
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. |
routingRules > routingRule > permitAction > loadBalanceEndPoints > endPoint
Target destination for the routing rule
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
destination | string | * | Destination |