Parameter and Description |
allowExceedMaxWindowSize Specifies whether the number of records retrieved by Elasticsearch in a single request exceeds the configured value or not. Possible values: true. The number of records retrieved in a single request can exceed the maximum value configured in Elasticsearch. This is the default value. false. Displays an error message when the number of records retrieved in a single request exceeds the configured value. |
apiDocumentsRestrictedExtension Specifies the list of restricted file extensions to prevent users from uploading files with those extensions as the input document for an API. For example, a file with the .exe file extension could contain executable code that run on demand when it is downloaded. If files with the .exe file extension are restricted, users cannot upload a file with the .exe extension in API Gateway. By default, several standard file extensions are blocked, including any file extensions that are treated as executable files by Windows Explorer. The file extensions blocked by default are: .bat - Batch file .bin - Binary file .dll - Windows dynamic link library .exe - Executable program You can remove any or all of the default file extensions. |
apiDocumentsUploadSizeLimitInMB Specifies the maximum document size, in MB, that can be uploaded as an input document for an API. Default value is 5. This prevents users from uploading huge files that might slow down the system. |
apig_MENConfiguration_tickInterval Specifies the time interval (in seconds) between each interval processor iteration. The value, you provide, must be an evenly divisible fraction of the smallest policy interval, which is one minute. Default value is 15. Note: Exercise caution when you modify this setting as this is a system level setting. |
apig_rest_service_redirect Specifies whether the incoming API requests must be redirected to the directives /ws and /mediator for providing Mediator compatible endpoints. Possible values: true. The incoming API requests are redirected to the directives, /ws, /gateway or /mediator to provide Mediator compatible endpoints. false. The incoming API requests are not redirected to any directive. This is the default value. |
apig_schemaValidationPoolSize Specifies the pool size for the XML schema parsers. API Gateway uses parsers to validate the XML payload against the XML schema when you have selected Schema in the Validate API Specification policy of the API. The default value is 10. Provide a bigger value to increase the performance of API Gateway in validating the XML schema of APIs. |
apiGroupingPossibleValues Specifies the names of API groups. You can organize your APIs by associating them to the relevant API groups. The groups provided, by default, are: Finance Banking and Insurance Sales and Ordering Search Transportation and Warehousing You can add, edit, or delete API groups based on your requirement. |
apiKeyExpirationPeriod Specifies the time for which an API Key is valid. You can provide the value in seconds, minutes, days, months, or years. For example, 8 seconds, 8s, 10 months, 10m, 15 minutes, 15min. The expiration date is computed as follows: When a new application is created: Expiration date = The time when an application is created + The value specified in the apiKeyExpirationPeriod parameter. When an API access key is regenerated: Expiration date = The time when the API key is regenerated + The value specified in the apiKeyExpirationPeriod parameter. If you do not specify a value, then the API key never expires. |
apiKeyHeader Specifies the HTTP header name from which API Gateway retrieves the API key from incoming client requests. The default value is x-Gateway-APIKey. |
apiMaturityStatePossibleValues Specifies the API maturity state values that can be set for an API. You can search for APIs based on their maturity status. The default values provided are Beta, Deprecated, Experimental, Production, and Test. |
backupSharedFileLocation Specifies the file location where the data backup file has to be archived. The default location is SAGInstallPath/profiles/IS_default/workspace/temp/. The files are saved with the corresponding timestamp in the specified location. Only the run-time events are included in the archives. |
clusterNotifierCacheInterval Specifies the time interval after which data in the ClusterNotifierCache is considered stale and is removed from the cache. The default value is 900 seconds. If you provide a non-numeric value, API Gateway interprets the value as the default value of 900 seconds. If you provide a value less than 60 seconds, API Gateway interprets the value as the lower limit of 60 seconds. The ClusterNotifierCache maintains a data structure which has an entry for each active member in a cluster. This data structure is used to communicate changes on API definitions, applications, policies, and so on, between the cluster members. When a cluster member shuts down gracefully it removes its entry from the data structure. However, when a cluster member process is killed the entry remains, and other cluster members continue posting notifications to the entry. In order to avoid endless growing resulting in performance degradation the cluster data structure is monitored for absent cluster members. If a cluster member has not reacted within the configured clusterNotifierCacheStaleInterval it is regarded as stale, and its data is removed from the ClusterNotifierCache. |
customCertificateHeader Specifies the header name of the request header in which the client certificate can be passed. API Gateway checks for the existence of this header and fetches the certificate and identifies the application. The default value is X-Client-Cert. The certificate included in the custom header can be in the following formats: Base64 encoded PEM certificate with BEGIN CERTIFICATE and END CERTIFICATE delimiters Non-Base64 encoded PEM certificate with BEGIN CERTIFICATE and END CERTIFICATE delimiters. PEM certificate can be without BEGIN CERTIFICATE and END CERTIFICATE delimiters if a single certificate is added. URL encoded PEM certificate with BEGIN CERTIFICATE and END CERTIFICATE delimiters. URL encoded PEM certificate can be without the BEGIN CERTIFICATE and END CERTIFICATE delimiters if a single certificate is added. PEM formatted certificates are defined to be Base64 encoded. Here, the certificate with delimiters are Base64 encoded to avoid the stripping off of the delimiters. |
decodeAllDelimitersInURI Specifies whether the encoded characters of URL in the incoming client requests must be decoded or not. The URLs are encoded as per the URI specs or user's requirements. Possible values: true. The encoded characters in the URL of incoming requests are decoded. false. The encoded characters in the URL of the incoming client requests are not decoded. This is the default value. |
defaultEncoding Specifies the format for encoding the design time and run time invocation data. The default value is UTF-8. If you want to modify this value, Software AG recommends that you do it before starting API Gateway. You can change the value in the gateway-core.xml file located in the folder: SAGInstallDir\IntegrationServer\instances\instance-name\packages\WmAPIGateway\config\resources\beans. The property to be modified is: <entry key="defaultEncoding" value="UTF-8"/>. Note: Changing this value after starting API Gateway might make API Gateway non-functional. If API Gateway is clustered, then the same value should be updated in all nodes of API Gateway. |
defaultLanguage Specifies the display language for the user interface of API Gateway. You can change the display language to your preferred language at any time. The default value is en. |
enableHotdeploy Specifies whether the hot deploy functionality must be enabled or disabled. When this setting is enabled, you can modify APIs that are active. Possible values: true. Enables the hot deploy function. This is the default value. false. Disables the hot deploy function. Note: Ensure to refresh your browser when you modify this setting to reflect the changes to the ongoing user sessions. |
enableImportBackup This parameter provides an option to secure an API before overwriting it. Available values are: true. If you set the value to true, the existing API is restored in the event of an error during the import. This is the default value. false. If you set the value to false, the feature to secure an existing API before overwriting is disabled. If the overwrite fails due to an error during the import, the existing API has to be deleted. |
enableTeamWork Specifies whether the Team Support feature in API Gateway is enabled. Possible values: true - enables the Team Support feature. false - disables the Team Support featured. This is the default value. For details on the feature, see
Team Support. |
esScrollTimeout Specifies the time, in milliseconds, that the search results for each request must be kept active in Elasticsearch. When the allowExceedMaxWindowSize setting is enabled, the Scroll feature of the Elasticsearch is enabled to allow Elasticsearch to accept multiple search requests and return multiple results. That is, you can perform multiple search requests using the same query till you get the desired number of records from Elasticsearch. When you send a search request, Elasticsearch returns the result and keeps the result active for the time specified in the esScrollTimeOut setting. If a request exceeds the time specified in the esScrollTimeOut setting, then the subsequent search requests also fail with a Invalid Scroll ID error message. For more information on the Scroll feature, refer https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#request-body-search-scroll. |
events.collectionPool.maxThreads Specifies the maximum number of threads to be used for the event data collection pool. Each thread in this pool is assigned a task of collecting the events like transactions, error and performance metrics, and processing them for sending to destinations such as API Gateway, Elasticsearch, API Portal, and so on. Specifying more number of threads implies that the processing of events for sending to the desired destinations is faster. At the same time, it increases the usage of system resources, which could result in slower service execution. This value must be greater than or equal to the value of events.CollectionPool.minThreads. Default value is 8. |
events.collectionPool.minThreads Specifies the minimum number of threads to be used for the event data collection pool. Each thread in this pool is assigned a task of collecting the events like transaction, error and performance metrics and processing them for sending to the desired destinations such as API Gateway, Elasticsearch, API Portal, and so on. Specifying less number of threads implies that processing of events for sending to the desired destinations is slower. Default value is 1. |
events.collectionQueue.size Specifies the size of the collection queue to be used during event data collection. This is used in connection with the events.collectionPool.minThreads and events.collectionPool.maxThreads settings. When events like transaction, error events and performance metrics are generated during API invocations, they will be put in the collection queue for further processing. Each thread in the collection pool is assigned a task of collecting these events and processing them for sending to the desired destinations such as API Gateway, Elasticsearch, API Portal, and so on. If the queue capacity is reached, then any additional event data would be lost. Hence it is better to increase this size when there is an increase in incoming traffic. Specifying a large collection queue size and small collection thread pool size might cause delay in processing the events data but ensures all the data are processed. On the other hand, specifying a small collection queue size and large collection thread pool size might cause faster processing of the events data but keeps the CPUs busier and at the same time when the traffic increases there is a possibility of data loss when the collection queue size is full. Default value is 10000. |
events.reportingPool.maxThreads Specifies the maximum number of threads to be used for the event data reporting pool. Each thread in this pool is assigned a task of sending the events like transaction, error and performance metrics to the desired destinations such as API Gateway, Elasticsearch, API Portal, and so on. Specifying more number of threads implies that sending of events to the desired destinations is faster. At the same time it increases the usage of system resources, which could result in slower service execution. This value must be greater than or equal to the value of events.ReportingPool.minThreads. Default value is 4. |
events.reportingPool.minThreads Specifies the minimum number of threads to be used for the event data reporting pool. Each thread in this pool is assigned a task of sending the events like transaction, error and performance metrics to the desired destinations such as API Gateway, Elasticsearch, API Portal, and so on. Specifying less number of threads implies that sending of events to the desired destinations is slower. Default value is 2. |
events.reportingQueue.size Specifies the size of the reporting queue to be used during event data reporting. This is used in connection with the events.reportingPool.minThreads and events.reportingPool.maxThreads settings. When events like transaction, error events and performance metrics are generated during API invocations, they will be put in the collection queue for further processing. Each thread in the collection pool is assigned a task of collecting these events, processing them and put in the reporting queue for sending to the desired destinations such as API Gateway, Elasticsearch, API Portal, and so on. If the reporting queue capacity is reached, then any additional event data would be lost. Hence it is better to increase this size when there is an increase in incoming traffic. Specifying a large reporting queue size and small reporting thread pool size might cause delay in processing the events data but ensures all the data are processed. On the other hand, specifying a small reporting queue size and large reporting thread pool size might cause faster processing of the events data but keeps the CPUs busier and at the same time when the traffic increases there is a possibility of data loss when the collection queue size is full. Default value is 5000. |
forwardInternalAPIsRequest This parameter is required in the case of a paired gateway deployment scenario using an Advanced Edition license at DMZ. Specifies whether the incoming requests are forwarded to internal APIs that are deployed in the green zone. Possible values: true. API Gateway forwards the incoming requests to the internal APIs that are deployed in the green zone false. API Gateway does not forward the incoming requests. This is the default value. Following are the internal APIs and their URIs for which this parameter is required and its value must be set to true: getOAuthToken - /pub/apigateway/oauth2/getAccessToken OAuth Authorization - /pub/apigateway/oauth2/authorize getOpenIdToken - /pub/apigateway/openid/getOpenIDToken openIDCallbackService - /pub/apigateway/openid/openIDCallback getJWTToken - /pub/apigateway/jwt/getJsonWebToken |
forwardQueryParams Specifies whether API Gateway should forward the query parameter sent by client and query parameters configured in Request Processing stage to the native service if the ${sys_resource_path} variable is not present in the Routing policy URL. true. API Gateway forwards the query parameters sent by client and query parameters configured in Request Processing stage to the native service even if the $(sys_resource_path) is not present in the Routing policy URL. false. API Gateway does not forward the query parameters to the native service if the $(sys_resource_path) is not available in the Routing policy. |
invokeESB_asUser Specifies the username of the user who can run IS services via polices configured in API Gateway. If the Run as User value is included in the policy level for Invoke webMethods IS service section, then the value provided in the policy overrides the user provided in this setting. If no value is provided in either of the above mentioned fields, then the user authenticated from the incoming request can invoke the IS service. |
maxAllowedZipFileSize Specifies the maximum size of the zip file that can be uploaded to create an API from the Create API screen. Default value is 100000000. |
maxBackupsLimit Specifies the maximum number of backups that can be archived. The default value is 10. If you do not provide a value, then infinite number of archives can be stored. The archives are saved in the location provided in the backupSharedFileLocation setting. |
maxWindowSize Specifies the maximum number of search results that Elasticsearch can return for a single search request. Using the index.max_result_window property in Elasticsearch, you can configure the maximum number of records to be retrieved in a single Elasticsearch request. To know more about the property, refer https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html. Default value is 10000. If the value configured in the index.max_result_window setting of Elasticsearch is different from that of the default value, then it is recommended that you provide the same value in this field. If you have a value greater than the configured value, then Elasticsearch displays an error message. Also, you must enable the allowExceedMaxWindowSize setting if the total number of results to be retrieved is more than the value specified here. For example, if you have specified 1000 in this setting and the total number of records to be retrieved is 20000, then API Gateway sends 20 requests to retrieve all records provided the allowExceedMaxWindowSize setting is enabled. In the above example, if the allowExceedMaxWindowSize setting is not enabled, an error message is displayed as the value is lesser than the default value. |
paginationPossibleValues Specifies the list of possible values of the pagination size, that is, number of items listed per page. The default values displayed for pagination options are 10,20,30,40,50. For example, if you select 20, then 20 items are displayed per page. For example, if you change the values to 5,10,15,20,25 then pagination options displayed are 5, 10, 15, 20 and 25. So now when you select 15, the items displayed per page would be 15. On modifying the value, you have to logout and re-login for the changes to reflect. If you do not provide any value in the paginationPossibleValues field, the default value as configured by the parameter apigw.num.results.pagination in the configuration file located at SAGInstallDir\profiles\IS_default\apigateway\config\uiconfiguration.properties is considered. |
pg_Active_OpenID_Provider Specifies the unique identifier (ID) of an active OpenID Provider. |
pg_Cache_autoScalerRunInterval Specifies the run interval, in minutes, for the Auto Scaler thread. Default value is 60 minutes. The Auto Scaler thread checks for system memory load and adjusts the percentage of objects kept in the cache automatically. |
pg_Cache_averageObjectSize Specifies the value used to calculate the average size, in bytes, of the objects that can be loaded into cache. The default value is 64. Software AG recommends you not to modify this value. |
pg_Cache_boundedCacheResizeRunInterval Specifies the run interval, in minutes, for the bounded cache resize thread. The default value is 30 minutes. The bounded cache stores a predefined number of objects in memory. The cache value is configured in terms of percentage and it varies based on the new objects added to database. The bounded cache resize thread computes the memory size at the configured interval. For example, if you specify 50, the cache memory is calculated once every 50 minutes. |
pg_Cache_maxCacheSize Specifies the maximum number of objects that can kept in the unbounded cache memory. The default value is 1048576. Internally, unbounded cache is also a bounded cache with a configured maximum limit. |
pg_Cache_minCachePercent Specifies the minimum cache percent value. API Gateway maintains the configured memory size. That is, if the value that is computed by the auto scaler thread goes below this value, API Gateway resets the cache percent to the value specified for this setting. The default value is 20. The auto scaler thread computes the percentage of objects to be stored in cache. If it computes a lower percentage, say 2%, the value is reset based on the pg_Cache_minCachePercent value. |
pg_Cache_minCacheSize Specifies the minimum number of objects that are kept in the unbounded cache memory. The default value is 1024. For example, if there are 20 objects, and cache size is set to 100%, then the computed cache size is 20. When the actual size becomes lower than the value specified in this setting, then the value is reset to the pg_Cache_minCacheSize value. |
pg_Cache_statisticsProcessorRunInterval Specifies the run interval, in minutes, for the statistics processor thread. The statistics processor thread stores the cache statistics are in Elasticsearch. The default value is 15 minutes. The cache statistics analytics page displays details about the cache statistics. |
pg_JWT_isHTTPS Specifies whether the transport protocol over which the JSON Web Tokens (JWTs) are granted authorization is restricted to HTTPS. Possible values: true. Restricts the transport protocol to HTTPS. This is set by default. false. Allows HTTP and HTTPS transport protocols. |
pg_oauth2_createDefaultScopes Specifies whether default scopes must be created. Possible values: true. When local authorization server is configured as the default authorization server, then API Gateway automatically creates a scope in Integration Server during API creation, and creates a scope mapping between the OAuth scope in the local authorization server and the API. This setting is useful in cases where a service is published from Centrasite. false. API Gateway does not create a scope automatically. Users must manually create and map scopes for the services published from Centrasite. This is the default value. |
pg_oauth2_isHTTPS Specifies whether the transport protocol over which the OAuth 2.0 access tokens are granted authorization is restricted to HTTPS. Possible values: true. Restricts the transport protocol to HTTPS. This is set by default. false. Allows HTTP and HTTPS protocols. |
pg_OpenID_isHTTPS Specifies the transport protocol over which the OpenID (ID) tokens are granted authorization is restricted to HTTPS. Possible values: true. Restricts the transport protocol to HTTPS. This is set by default. false. Allows HTTP and HTTPS protocols. |
pg_xslt_disableDoctypeDeclarations Specifies whether the xslt doc type declarations must be disabled or not. Possible values: true. Disables the xslt doc type declarations. This is the default value. false. Enables the xslt doc type declarations. |
pg_xslt_enableDOM Specifies whether the DOM parsing must be enabled. Possible values: true. Enables the DOM parsing. false. Disables the DOM parsing and enables other parsers. |
pg_xslt_enableSecureProcessing Specifies whether the use of extensions must be disabled. Possible values: true. Enables the use of extensions. This is the default value. false. Disables the use of extensions. |
pg.3pSnmpSender.sendDelay This is an internal parameter. Do not modify. |
pg.cs.snmpTarget.base64Encoded This is an internal parameter. Do not modify. |
pg.cs.snmpTarget.connTimeout Specifies the number of milliseconds before an inactive connection to the SNMP target server is closed. If set to 0, the socket remains open indefinitely. |
pg.cs.snmpTarget.maxRequestSize Specifies the maximum size (in bytes) for SNMP traps. The default value is 10485760. |
pg.cs.snmpTarget.retries Specifies the number of times to resend SNMP traps upon failure. Default value is 1. This parameter works with pg.cs.snmpTarget.sendTimeOut to determine the delay in re-sending SNMP traps to malfunctioning SNMP servers (that is, it retries*sendTimeOut). This means that if the retries parameter is set to 3, and the sendTimeOut parameter is set to 500 milliseconds, there is a 1.5 second delay before the thread sending the alert is available to send another event. Malfunctioning event destinations could delay the amount of time it takes API Gateway to report events, or it could cause discarded events when the queue reaches its maximum level. |
pg.cs.snmpTarget.sendTimeOut Specifies the time (in milliseconds) to wait before the SNMP trap times out because the server destination is not responding. This value schedules a timer that resends an SNMP event that has not yet completed when it expires. You must set a timeout value that ensures that the trap is sent to the SNMP server within the time frame. This parameter does not abort an event that is in progress. Set this parameter higher than the default when sending traps with large payloads. The default value is 500. This parameter works with pg.cs.snmpTarget.retries to determine the delay in resending SNMP traps to malfunctioning SNMP servers (that is, it retries *sendTimeOut). This means that if the retries parameter is set to 3, and the sendTimeOut parameter is set to 500 milliseconds, there is a 1.5 second delay before the thread sending the alert is available to send another event. Malfunctioning event destinations could delay the amount of time it takes API Gateway to report events, or it could cause discarded events when the queue reaches its maximum level. |
pg.endpoint.connectionTimeout Specifies the time interval (in seconds) after which an HTTP connection attempt times out. The default value is 30 seconds. This is a global property that applies to the endpoints of all APIs. If you prefer to specify a connection timeout for the endpoints of an API individually, set the HTTP Connection Timeout parameter in the API's Routing Protocols processing step, which would then take precedence over pg.endpoint.connectionTimeout. 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. |
pg.endpoint.readTimeout Specifies the time interval (in seconds) after which a socket read attempt times out. Default value: 30 seconds. This is a global property that applies to all APIs. If you prefer to specify a read timeout for APIs individually, set the Read Timeout field in the API's's Routing Protocols processing step, which would then take precedence over pg.endpoint.readTimeout. 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. |
pg.lb.failoverOnDowntimeErrorOnly Specifies API Gateway's behavior of endpoints in a load-balanced routing scenario. Possible values: true. Load balancing does not happen when the service fault encountered in the response is a downtime error. This is the default value. For example, the following are some Downtime exceptions and for which fail overs happen: ConnectException, MalformedURLException, NoRouteToHostException, ProtocolException, SocketTimeoutException, UnknownHostException, UnknownServiceException, Web Service not available, The service cannot be found. false. Load balancing happens whenever a service fault is encountered in the response coming from endpoint 1 and API Gateway immediately tries the next configured endpoint. There is no distinction on the type of fault present in the response from endpoint. |
pg.snmp.communityTarget.base64Encoded Specifies whether to use a third-party SNMPv1 community-based connection. The default value is false. When this property is set to true, the Community name of 3rd Party SNMP destination configuration is expected as base64 encoded. |
pg.snmp.communityTarget.maxRequestSize Specifies the maximum size (in bytes) for SNMP traps. The default value is 65535. |
pg.snmp.communityTarget.retries Specifies the number of times to resend SNMP traps upon failure. Default value is 1. This parameter works with pg.snmp.communityTarget.sendTimeOut to determine the delay in re-sending SNMP traps to malfunctioning SNMP servers (that is, it retries *sendTimeOut). This means that if the retries parameter is set to 3, and the sendTimeOut parameter is set to 500 milliseconds, there is a 1.5 second delay before the thread sending the alert is available to send another event. Malfunctioning event destinations could delay the amount of time it takes API Gateway to report events, or it could cause discarded events when the queue reaches its maximum level. |
pg.snmp.communityTarget.sendTimeOut Specifies the time (in milliseconds) to wait before the SNMP trap times out because the server destination is not responding. This value schedules a timer that resends an SNMP event that has not yet completed when it expires. You must set a timeout value that ensures that the trap is sent to the SNMP server within the time frame. This parameter does not abort an event that is in progress. Set this parameter higher than the default when sending traps with large payloads. The default value is 500. This parameter works with pg.snmp.communityTarget.retries to determine the delay in re-sending SNMP traps to non-responsive SNMP servers (that is, it retries *sendTimeOut). This means that if the retries parameter is set to 3, and the sendTimeOut parameter is set to 500 milliseconds, there is a 1.5 second delay before the thread sending the alert is available to send another event. Malfunctioning event destinations could delay the amount of time it takes API Gateway to report events, or it could cause discarded events when the queue reaches its maximum level. |
pg.snmp.customTarget.connTimeout Specifies the number of milliseconds before an inactive connection to the third-party SNMP server is closed. If set to 0, the socket remains open indefinitely. |
pg.snmp.userTarget.maxRequestSize Specifies the maximum size (in bytes) for SNMP traps. The default value is 65535. |
pg.snmp.userTarget.retries Specifies the number of times to resend SNMP traps upon failure. The default value is 1. This parameter works with pg.snmp.userTarget.sendTimeOut to determine the delay in re-sending SNMP traps to malfunctioning SNMP servers (that is, it retries *sendTimeOut). This means that if the retries parameter is set to 3, and the sendTimeOut parameter is set to 500 milliseconds, there is a 1.5 second delay before the thread sending the alert is available to send another event. Malfunctioning event destinations could delay the amount of time it takes API Gateway to report events, or it could cause discarded events when the queue reaches its maximum level. |
pg.snmp.userTarget.sendTimeOut Specifies the time (in milliseconds) to wait before the SNMP trap times out because the server destination is not responding. This value schedules a timer that resends an SNMP event that has not yet completed when it expires. You must set a timeout value that ensures that the trap is sent to the SNMP server within the time frame. This parameter does not abort an event that is in progress. Set this parameter higher than the default when sending traps with large payloads. The default value is 500. This parameter works with pg.snmp.userTarget.retries to determine the delay in resending SNMP traps to malfunctioning SNMP servers (that is, it retries *sendTimeOut). This means that if the retries parameter is set to 3, and the sendTimeOut parameter is set to 500 milliseconds, there is a 1.5 second delay before the thread sending the alert is available to send another event. Malfunctioning event destinations could delay the amount of time it takes API Gateway to report events, or it could cause discarded events when the queue reaches its maximum level. |
pg.uddiClient.publish.maxThreads Specifies the maximum allowed number of threads to publish the performance metrics data to CentraSite. The default value is 2. |
pg.uddiClient.uddiClientTimeout Specifies the connection and read timeout, in milliseconds, for publishing performance metrics to CentraSite. The default value is 5000. |
pgmen.quotaSurvival.addLostIntervals Specifies whether the lost intervals from the recovered quota should be added. |
pgmen.quotaSurvival.interval Specifies the number of seconds that elapses before the quota survival processor task runs. |
portClusteringEnabled Specifies whether the port configuration synchronization across API Gateway cluster nodes is enabled or disabled. Possible values: true. Enables port configuration synchronization across API Gateway cluster nodes. This is the default value. false. Disables port configuration synchronization across API Gateway cluster nodes. Note: Restart all the cluster nodes, when you change this parameter, for the changes to take effect. |
retainResponseStatus Specifies whether the native service status has to be sent to the client when an Outbound Authentication policy action is applied to the API. Possible values: true. The response status received from the native service is passed on to API clients. false. The response status received from the native service is not exposed to API clients. This implies that the 401 HTTP response status resulting from failing outbound authentications are not exposed to the API clients. This is the default value. |
return408ForConnectionTimeout Specifies the status code to be included in the response when a request to the native service times out. Possible values: true. The response contains 408 error code uniformly when a request to the native service is timed out. This is the default value. false. The response does not contain 408 error code. |
saveAuditlogsWithPayload Specifies whether the audit logs have to be saved along with payload. Possible values: true. The audit logs have to be saved along with payload. This is the default value. false. The audit logs are not saved along with payload. |
sendClientRequestURI Specifies whether the URI that is present in a request must be decoded before sending it to the native service. Possible values: true. The URI is not decoded. The unicode characters in a request are encoded. false. The URI is decoded without change in the path of the URL. This is the default value. |
setDefaultContentType Specifies that default content type to be included in the GET and DELETE methods, if the content type is missing in request. Possible values: true. The default content type application/x-www-form-urlencoded is added, if content type is missing in request. This is the default value. false -The default content type is not added. The content-type is sent as is. |
strictResourceMatching Specifies whether API Gateway must perform a strict matching of the resource path from runtime invocation with the API definition of resource paths. Possible values: true. API Gateway uses the strict resource matching criteria and the matching fails if it encounters any other characters than that are specified. This is the default value. false. API Gateway matches the best resource instead of using the strict resource matching criteria. |
transformerPoolSize Specifies the maximum size for transform pool that consists XSLT transformers. To reduce performance impacts, you can reuse the transformers from the pool instead of creating them for every request. |
useTypeInIndexNameForESDestination Specifies the index format used when sending data from API Gateway to a configured Elasticsearch destination. The default value is true. Elasticsearch verison 7.2 supports data with dedicated index for each of the event types. So, API Gateway sends data in different indexes for different event types if the value of this property is set to true. The event type is concatenated with the Elasticsearch destination index name. That is, the index name will be in the following format: {IndexName}_{EventType}. For example, database_transactionalevents; where default is the index name and transactional events in the event type. If the value is set to false, the type name is not concatenated with the index name. In this case, the index created for each event is sub-indexed under a main index when data is sent to configured Elasticsearch destination. The value of this setting must be set to false, if the version of the destination Elasticsearch is 5.x or earlier. |