containerEngine REST Endpoints

containerEngine
The operations from the containerEngine category.
Disable addon for a cluster.
Method: delete
Path: /20180222/clusters/{cluster_id}/addons/{addon_name}
Get addon details.
Method: get
Path: /20180222/clusters/{cluster_id}/addons/{addon_name}
Get list of supported addons for a specific kubernetes version.
Method: get
Path: /20180222/addonOptions
Install addon for a cluster.
Method: post
Path: /20180222/clusters/{cluster_id}/addons
List addon for a cluster.
Method: get
Path: /20180222/clusters/{cluster_id}/addons
Update addon details for a cluster.
Method: put
Path: /20180222/clusters/{cluster_id}/addons/{addon_name}