Update a cluster
Update a cluster in the Organization.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
organizationId
The ID of the Organization to which the cluster belongs.
clusterId
The cluster's ID
Request
The request body for updating the cluster
DEDICATED
OR
HYBRID
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.
drRegion
The secondary region for Disaster Recovery for the cluster.
id
The cluster's ID.
isDrEnabled
Whether Disaster Recovery is enabled on the cluster
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.
drSecondaryVpcCidr
The secondary CIDR for the DR region. For AWS clusters only.
drVpcSubnetRange
The VPC subnet range for the DR region. For AWS clusters only.
enableReplicationTimeControl
Whether S3 Replication Time Control is enabled for DR.
failoverInProgress
Whether a failover is currently in progress.
healthStatus
isFailedOver
Whether the cluster is currently failed over to the DR region.
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.
secondaryVpcCidr
The secondary VPC CIDR. For AWS 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.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
412
Precondition Failed Error
500
Internal Server Error