Logo
MicroStrategy REST API API Documentation

Get Intelligence Server cluster startup membership information

GET {{baseUrl}}/api/iserver/clusterStartupMembership

Get a list of I-Server hostnames which are part of cluster startup membership configuration. There is also a corresponding PUT endpoint to alter the 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 GET 'baseUrl/api/iserver/clusterStartupMembership' -H 'X-MSTR-AuthToken: authToken'

ENDPOINTS