Ocean AKS
Get all auto-upgrades
Returns a list of all auto-upgrade operations for the specified Ocean AKS cluster.
get/ocean/azure/np/cluster/{oceanClusterId}/autoUpgrade
Parameters
#/paths/~1azure~1costs/get/parameters/0 — unresolved $ref
#/paths/~1ocean~1aws~1k8s~1cluster~1%7BoceanClusterId%7D/get/parameters/1 — unresolved $ref
Response
List of auto upgrade.
Example response
[
{
"oceanId": "o-12e31234",
"scope": "Cluster",
"rollId": "scr-12345abc",
"systemNodePoolsOperationId": "snpo-12345abc",
"oldVersion": "1.0.10",
"newVersion": "1.0.15",
"status": "COMPLETED",
"description": "Failed to upgrade the control plane to the latest patch version. Could not create roll.",
"createdAt": "2019-03-24T15:46:09.000Z"
}
]