Change a PostgreSQL Connection
Endpoint
Request
curl --include \
--request PATCH \
--user "[email protected]:Mb2.r5oHf-0t" \
--header "Content-Type: application/json" \
--data-binary '{
"properties": {
"connections": [
{
"datacenterId": "b4f86015-9918-443d-be14-aa2eb7529f40",
"lanId": "2",
"cidr": "192.168.1.100/24"
}
]
}
}' \
https://api.ionos.com/databases/postgresql/clusters/498ae72f-411f-11eb-9d07-046c59cc737eResponse
Last updated
Was this helpful?