post https://{serverURL}/api/clusters
This endpoint will create a cluster.
Responses
This endpoint will create a cluster.
xxxxxxxxxx
14curl --request POST \
--url https://changeme/api/clusters \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"cluster": {
"server": {
"visibility": "private"
},
"autoRecoverPowerState": false
}
}
'
Try It!
to start a request and see the response here! Or choose an example: