Dynamic Routing (dynamicRouting)
Defines Dynamic Routing specific configuration options.
Attribute name | Data type | Default value | Description |
---|---|---|---|
connectorClusterName | string | The name of the connector cluster. | |
maxRetries | int
Minimum: -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. |
- pluginProperty
Description: A custom property for the WebSphere plug-in configuration. This property is directly inserted into the generated WebSphere plug-in configuration file.Required: falseData type: Attribute name Data type Default value 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. scope - connectorCluster
- intelligentManagement
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
value string The value of the custom property. This value is directly inserted into the generated WebSphere plug-in configuration file.
- routingRules
Description: Set of routing rulesRequired: falseData type: Attribute name Data type Default value Description id string A unique configuration ID. overrideAffinity boolean false Check it to have rules take precedence over affinity when choosing a server to route to webServers string * Web servers for which the routing rules have to be created. - routingRules > routingRule
Description: Routing rule as part of the routing rule setRequired: falseData type: Attribute name Data type Default value Description id string A unique configuration ID. matchExpression string false Expression to be matched order string Order - routingRules > routingRule > permitAction
Description: Permit actionRequired: falseData type: Attribute name Data type Default value Description allowMaintenanceModeServers boolean false Check it to permit requests to maintenance mode servers
- traceSpecification
Description: A custom trace specification for the WebSphere plug-in configuration. This property is directly inserted into the generated WebSphere plug-in configuration file.Required: falseData type: Attribute name Data type Default value Description 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. 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. 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.