latestOpenAPI 3.0.02026-08-2045003.8 MB

72813baf8d47

Ocean AKS

Start system node pool upgrade

Initiates a Kubernetes version upgrade for specified system node pools in an Ocean AKS cluster.

post/ocean/azure/np/cluster/{oceanClusterId}/systemNodePool/upgradeVersion

Parameters

#/paths/~1azure~1costs/get/parameters/0 — unresolved $ref
#/paths/~1ocean~1aws~1k8s~1cluster~1%7BoceanClusterId%7D/get/parameters/1 — unresolved $ref

Request body

oceanIdstring required

The ID of the Ocean AKS cluster.

scope'PATCH' required

The scope of the upgrade operation. Currently, only "PATCH" is supported.

systemNodePoolNamesstring[] required

List of system node pool names to be upgraded.

Example request

{
  "oceanId": "o-12345abc",
  "scope": "PATCH"
}