Create and Install Clusters
Create and Register the Cluster
curl -L 'https://console.<DOMAIN>/api/v1/clusters' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
{
"name": "string",
"domain": "string",
"version": "string",
"tenantId": 1001
}Retrieve Cluster Installation Instructions
Install the Cluster
Upgrade the Cluster
Last updated