Logo
MicroStrategy REST API API Documentation

Update Intelligence Server configuration settings

PUT {{baseUrl}}/api/admin/restServerSettings/iServer

Update the Intelligence Server configuration settings. In the body parameter of the request, you specify the default port and hostname, the initial and max connection pool size, the request timeout, the number of reports/documents and searches that can be kept in memory, whether a trust relationship has been set with the Intelligence Server.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'baseUrl/api/admin/restServerSettings/iServer' -H 'Content-Type: application/json' -d '{"initialPoolSize":10,"maxPoolSize":100,"requestTimeOut":120000,"sessionWorkingSet":10,"sessionSearchWorkingSet":3}'

ENDPOINTS