Upgrade a cloud provider
Upgrades the Savanna components deployed in a Bring Your Own Cloud (BYOC) provider's cloud account, and optionally resizes its node groups.
Authorizations
x-api-key
string
header
required
Authorization for TigerGraph Savanna. Send the key in the x-api-key request header.
Path parameters
Cloud Provider ID
Body
Kubernetes control-plane log types to enable after the upgrade.
Available options: api, audit, authenticator, controllerManager, scheduler
Components and target versions to apply.
Show child attributes Hide child attributes
namestringName of the component to upgrade.
versionstringTarget version of the component.
Kubernetes node-group configuration to apply during the upgrade.
Show child attributes Hide child attributes
ng_16objectConfiguration of the 16-unit node group.
Show child attributes Hide child attributes
max_sizeintegerMaximum number of nodes in the group.
min_sizeintegerMinimum number of nodes in the group.
overprovisioning_factorintegerAdditional capacity factor reserved above the requested workload.
ng_32objectConfiguration of the 32-unit node group.
Show child attributes Hide child attributes
max_sizeintegerMaximum number of nodes in the group.
min_sizeintegerMinimum number of nodes in the group.
overprovisioning_factorintegerAdditional capacity factor reserved above the requested workload.
ng_48objectConfiguration of the 48-unit node group.
Show child attributes Hide child attributes
max_sizeintegerMaximum number of nodes in the group.
min_sizeintegerMinimum number of nodes in the group.
overprovisioning_factorintegerAdditional capacity factor reserved above the requested workload.
ng_64objectConfiguration of the 64-unit node group.
Show child attributes Hide child attributes
max_sizeintegerMaximum number of nodes in the group.
min_sizeintegerMinimum number of nodes in the group.
overprovisioning_factorintegerAdditional capacity factor reserved above the requested workload.
ng_systemobjectConfiguration of the system node group.
Show child attributes Hide child attributes
max_sizeintegerMaximum number of nodes in the group.
min_sizeintegerMinimum number of nodes in the group.
overprovisioning_factorintegerAdditional capacity factor reserved above the requested workload.
prefetch_image_liststring[]Container images to prefetch onto the nodes.
Response
Indicates whether the request returned an error.
Details about each error returned by the request.
Show child attributes Hide child attributes
FieldNamestringField associated with the error.
ReasonstringExplanation of why the error occurred.
TypestringCategory of the error.
Available options: Internal-Error, Bad-Request, Not-Found, Forbidden, Unauthorized, API-Disabled, Quota-Exceed, Unknown
Human-readable summary of the request result.
Unique identifier for tracing the request.
Payload returned by the request.