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>"
]
}
] |
ENDPOINTS