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.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
X-MSTR-AuthToken | string | (Required) Authorization token |
RESPONSES
status: OK
[{"clusterStartupMembership":["\u003cstring\u003e","\u003cstring\u003e"]}]