Limits
|
ID
|
Usage
|
Description
|
MaxFetchRows
|
1
|
All levels
|
Maximum number of rows allowed to be fetched for a single query.
|
PasswordLockoutInterval
|
2
|
System level
|
The duration, in seconds, for counting the number of consecutive failed authentication attempts.
|
PasswordLockoutLimit
|
3
|
System level
|
The number of consecutive failed authentication attempts that are allowed before locking the user account.
|
PasswordLockoutPeriod
|
4
|
System level
|
The duration, in seconds, for which a user account will not be allowed to authenticate to the system when the PasswordLockoutLimit is reached.
|
CORSBehavior
|
5
|
System level
|
Configuration parameter for CORS behavior. Setting the value to 0 disables the CORS filter. Setting the value to 1 enables the CORS filter. Setting the value to 2 enables the CORS filter with the whitelist option.
|
ODataMaxConcurrentQueries
|
6
|
All levels
|
Maximum number of concurrent active OData queries per data source.
|
LogRetentionDays
|
7
|
System level
|
Number of days log files should be retained.
|
OAuthAccessTokenDuration
|
8
|
System level
|
The duration, in minutes, for which a Access token is valid.
|
MonitorRetentionDays
|
9
|
System level
|
Number of days monitor details should be retained
|
UserMeterRetentionDays
|
10
|
System level
|
Number of days user meter details should be retained
|
UserMeterWriteInterval
|
11
|
System level
|
The number of seconds the system waits before scanning sessions for current metrics. A lower setting will result in more rows written to the meter table
|
UserMeterMaxAge
|
12
|
System level
|
The number seconds the system waits before writing out meter records. A lower setting will result in the rows written to meter table to occur more frequently
|
OAuthAccessTokenCacheSize
|
13
|
System level
|
Number of oauth access tokens to be cached in memory for OAuth Authentication. By default up to 2000 tokens will be cached in memory.
|
TransactionTimeout
|
14
|
All levels
|
The number of seconds the system allows a transaction to be idle before rolling it back.
|
XdbcMaxResponse
|
15
|
All levels
|
Approximate maximum size of JDBC/ODBC HTTP result data in KB.
|
Operation
|
Request
|
URL
|
GET
|
https://<myserver>:<port>/api/admin/limits
|
|
GET
|
https://<myserver>:<port>/api/admin/limits/system
|
|
GET
|
https://<myserver>:<port>/api/admin/limits/system/{limitId}
|
|
POST
|
https://<myserver>:<port>/api/admin/limits/system/{limitId}
|
|
PUT
|
https://<myserver>:<port>/api/admin/limits/system/{limitId}
|
|
DELETE
|
https://<myserver>:<port>/api/admin/limits/system/{limitId}
|
|
GET
|
https://<myserver>:<port>/api/admin/limits/tenants
|
|
GET
|
https://<myserver>:<port>/api/admin/limits/tenants/{tenantId}/{limitId}
|
|
POST
|
https://<myserver>:<port>/api/admin/limits/tenants/{tenantId}/{limitId}
|
|
PUT
|
https://<myserver>:<port>/api/admin/limits/tenants/{tenantId}/{limitId}
|
|
DELETE
|
https://<myserver>:<port>/api/admin/limits/tenants/{tenantId}/{limitId}
|
|
GET
|
https://<myserver>:<port>/api/admin/limits/users
|
|
GET
|
https://<myserver>:<port>/api/admin/limits/users/{userId}/{limitId}
|
|
POST
|
https://<myserver>:<port>/api/admin/limits/users/{userId}/{limitId}
|
|
PUT
|
https://<myserver>:<port>/api/admin/limits/users/{userId}/{limitId}
|
|
DELETE
|
https://<myserver>:<port>/api/admin/limits/users/{userId}/{limitId}
|
|
GET
|
https://<myserver>:<port>/api/admin/
limits/users/{userId}/datasources
|
|
GET
|
https://<myserver>:<port>/api/admin/
limits/users/{userId}/datasources/{datasourceId}/{limitId}
|
|
POST
|
https://<myserver>:<port>/api/admin/
limits/users/{userId}/datasources/{datasourceId}/{limitId}
|
|
PUT
|
https://<myserver>:<port>/api/admin/
limits/users/{userId}/datasources/{datasourceId}/{limitId}}
|
|
DELETE
|
https://<myserver>:<port>/api/admin/
limits/users/{userId}/datasources/{datasourceId}/{limitId}
|