Get cluster configuration list
Get the list of settings for that cluster.
Path parameters
clusterIdstringRequired
Responses
200
OK
*/*
get
GET /v1/clusters/{clusterId}/settings HTTP/1.1
Host:
Accept: */*
200
OK
[
{
"creationTimestamp": "2023-06-12 01:16:43",
"name": "cocktail-api-cmdb",
"namespaceName": "cocktail-system",
"type": "ConfigMap"
}
]
Was this helpful?