Get REST Server configuration settings
GET {{baseUrl}}/api/mstrServices/library/settings
Get configuration settings for the current REST Server, including settings for authentication, the Collaboration Server, Google Analytics, and the Intelligence Server.
Body
PARAM
Key | Datatype | Required | Description |
fields
|
null | Comma-separated, top-level field whitelist that allows the client to selectively retrieve part of the response model. If specified, extra filtering is applied, and for top-level object (if root model is an array, each array element), only the listed fields are kept in the response. For example, "id,elements" keeps only the "id" field and whole "elements" array field, omitting all other fields in the top-level response model. |
HEADERS
Key | Datatype | Required | Description |
X-MSTR-AuthToken
|
string | (Required) Authorization token | |
|
null |
RESPONSES
status OK
{
"auth": {
"availableModes": [
4194304,
1
],
"defaultMode": 1,
"kerberos": {},
"trusted": {
"provider": 3
},
"inactiveModes": []
},
"collaboration": {
"enabled": true,
"commentsEnabled": true,
"discussionsEnabled": true,
"tlsEnabled": true,
"baseURL": "https://env-276686.customer.cloud.microstrategy.com:3000"
},
"microStrategyWeb": {
"baseURL": "https://env-276686.customer.cloud.microstrategy.com/MicroStrategy"
},
"logging": [
{
"absolutePath": "/opt/mstr/MicroStrategy/log/Audit.log",
"writable": true,
"level": "INFO"
}
],
"globalSearch": {
"enabled": false
},
"relatedContent": {
"status": "all"
},
"modelService": {
"tlsEnabled": true,
"baseUrls": []
},
"iServer": {
"initialPoolSize": 10,
"maxPoolSize": 100,
"requestTimeOut": 120000,
"sessionWorkingSet": 10,
"sessionSearchWorkingSet": 3,
"defaultPort": 39321,
"tlsEnabled": true,
"defaultPollingTimeout": 600000,
"defaultPollingFrequency": 250,
"defaultHostname": "env-276686laiouse1"
}
} |
ENDPOINTS