Update a cluster
Update a cluster in the Organization.
Path parameters
organizationId
The ID of the Organization to which the cluster belongs.
clusterId
The cluster's ID
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
Update Dedicated Cluster Request
OR
Update Hybrid Cluster Request
Response
OK
cloudProvider
The name of the cluster's cloud provider.
Allowed values:
createdAt
The time when the cluster was created in UTC. formatted as YYYY-MM-DDTHH:MM:SSZ
.
dbInstanceType
The type of database instance that is used for the cluster.
id
The cluster's ID.
name
The cluster's name.
organizationId
The ID of the Organization that the cluster belongs to.
region
The region in which the cluster is created.
status
The status of the cluster.
type
The type of the cluster.
Allowed values:
updatedAt
The time when the cluster was last updated in UTC. formatted as YYYY-MM-DDTHH:MM:SSZ
.
vpcSubnetRange
The VPC subnet range.
healthStatus
isLimited
Whether the cluster is limited.
metadata
nodePools
The list of node pools that are created in the cluster.
podSubnetRange
The subnet range for Pods. For GCP clusters only.
providerAccount
The provider account ID. For GCP clusters only.
servicePeeringRange
The service peering range. For GCP clusters only.
serviceSubnetRange
The service subnet range. For GCP clusters only.
tenantId
The tenant ID. For Azure clusters only.
workspaceIds
The list of Workspaces that are authorized to the cluster.