Logo
MicroStrategy REST API API Documentation

Updates Intelligence Server cluster startup membership configuration

PUT {{baseUrl}}/api/iserver/clusterStartupMembership

This endpoint allows to add or remove I-Server nodes from a cluster startup membership list. It is not allowed to update the cluster startup membership with an empty list.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
X-MSTR-AuthToken
string (Required) Authorization token




RESPONSES

status OK

[ { "clusterStartupMembership": [ "<string>", "<string>" ] } ]



Curl
curl -X PUT 'baseUrl/api/iserver/clusterStartupMembership' -H 'X-MSTR-AuthToken: authToken' -d '{"clusterStartupMembership":["\u003cstring\u003e","\u003cstring\u003e"]}'

ENDPOINTS