arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Get cluster configuration list

hashtag
Get cluster configuration list

get

Get the list of settings for that cluster.

Path parameters
clusterIdstringRequired
Responses
chevron-right
200

OK

*/*
get
/v1/clusters/{clusterId}/settings
200

OK

GET /v1/clusters/{clusterId}/settings HTTP/1.1
Accept: */*
[
  {
    "creationTimestamp": "2023-06-12 01:16:43",
    "name": "cocktail-api-cmdb",
    "namespaceName": "cocktail-system",
    "type": "ConfigMap"
  }
]