clustergroup features
Get All Features of Cluster Group
retrieve info about a cluster group feature and it's status on each member cluster
get/api/v1/orgs/{orgid}/clustergroups/{clusterGroupId}/features
Path parameters
orgIdinteger required
Organization identifier
clusterGroupIdinteger required
Cluster Group ID
Response
OK
Example response
[
{
"lastReconcileError": "lastReconcileError",
"clusterGroup": {
"organizationId": 0,
"uid": "uid",
"enabledFeatures": [
"enabledFeatures",
"enabledFeatures"
],
"members": [
{
"cloud": "google",
"name": "clusterName",
"id": 1001,
"distribution": "gke",
"status": "status"
},
{
"cloud": "google",
"name": "clusterName",
"id": 1001,
"distribution": "gke",
"status": "status"
}
],
"name": "name",
"id": 10
},
"reconcileState": "reconcileState",
"name": "name",
"enabled": true,
"properties": "{}",
"status": "{}"
}
]