Logo
MicroStrategy REST API API Documentation

Update the iServer diagnostic and performance config settings for current instance

PUT {{baseUrl}}/api/iserver/logging/config?nodeName={{clusterNodeName}}

Update the iServer diagnostic and performance config settings for current instance

 

Body PARAM

Key Datatype Required Description 
nodeName
string (Required) Node Name
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
Content-Type
string




RESPONSES

status OK



Curl
curl -X PUT 'baseUrl/api/iserver/logging/config?nodeName=clusterNodeName?nodeName=clusterNodeName&fields=' -H 'X-MSTR-AuthToken: authToken' -H 'Content-Type: application/json' -d '{"CastorServer":{"diagnostics":{"components":[{"dispatchers":[{"console":false,"file":"DSSErrors","name":"Error","system":false},{"console":false,"file":"DSSErrors","name":"Fatal","system":false}],"name":"(Default)"},{"dispatchers":[{"console":true,"file":"DSSErrors","name":"Error","system":false},{"console":false,"file":"","name":"Info","system":false}],"name":"Analytical Engine"}],"frequency":30,"logDestination":"DSSPerformanceMonitor","persistPerfCounter":true,"persistStatistics":false,"statsFrequency":10}}}'

ENDPOINTS