Service Cluster Properties
The following cluster properties configure services on the .
gateway94
The following cluster properties configure services on the
API Gateway
. Property | Description |
---|---|
service.anonFederatedPolicies | Controls policies with federated identity assertions. Value is a Boolean.
Default: true |
service.disabledDownloads | Controls which requestors can download WSDL and policy documents for disabled services. The values are:
Default: none |
serviceMetrics.enabled | Controls whether the Gateway collects service metrics in the Gateway database. View these metrics in the Service Metrics window of the Gateway Dashboard.
Default: true The serviceMetrics.enabled cluster property does not affect the collection of metrics data being sent to an external location. Once the Gateway is configured for external metrics, these metrics are collected even if the cluster property is disabled. |
serviceMetricsEventListener.maxPoolSize | The maximum number of worker threads for the service metrics event listener. Minimum is 1. Default: 25 |
service.passthroughdownloads | Remote IPs of requestors allowed to download WSDL and policy documents without credentials. Separate each entry with a space. You may optionally add a netmask to the IP address. Both IPv4 and IPv6 addresses are supported. Default: 127.0.0.1 The default value allows only pass-through from the localhost. The full IP address of a client must match one of the items in the list before a download is permitted. Sample values :
For details, see Manage Interfaces. |
service.validateWssTimestamps | Controls whether the built-in services (token service, policy service) on the API Gateway validate WS-Security timestamps. Value is a Boolean.Default: true |
service.wsdlDependenciesEnabled | Controls whether download of WSDL dependencies (WSDL/Schema) is permitted.
Default: false Set this cluster property to "true" to permit a WSDL with dependencies to be published to UDDI. |
service.wsdlQueryEnabled | Controls whether the download of WSDL using the "?wsdl" URL suffix is permitted. When enabled, the WSDL document can be downloaded using the resolution path of the service. Value is a Boolean. Default: true For details, see Downloading WSDL Documents. |