Scale a MongoDB Cluster Horizontally
Endpoint
Request
curl --include \
--request PATCH \
--user "[email protected]:Mb2.r5oHf-0t" \
--header "Content-Type: application/json" \
--data-binary '{
"properties": {
"instances": 3,
"connections": [
{
"datacenterId": "b72ebcf5-6158-4ddb-8f65-31b20d82b6c7",
"lanId": "2",
"cidrList": [
"10.7.222.3/24",
"10.7.222.4/24",
"10.7.222.5/24"
]
}
]
}
}'
https://api.ionos.com/cloudapi/databases/mongodb/clusters/d02de413-d5af-4104-a6f9-3a3c2766ee61Response
Last updated
Was this helpful?