A list of ApiControlPlanes
name | data type | description |
---|---|---|
items | array of ApiControlPlane | A list of installed control planes |
Example
{ "items" : [ { "valuesYaml" : "...", "namespace" : "...", "dnsSuffix" : "...", "uuid" : "...", "dockerRegistry" : "...", "remoteRepoUrl" : "...", "version" : "..." }, { "valuesYaml" : "...", "namespace" : "...", "dnsSuffix" : "...", "uuid" : "...", "dockerRegistry" : "...", "remoteRepoUrl" : "...", "version" : "..." } ] }