ApiControlPlane Data Model

A Control Plane in a Cloudera Manager instance

Properties
name data type description
valuesYaml string The content of the values.yaml used to configure the control plane
namespace string The namespace where the control plane is installed. Append the domain to the namespace to get the url of the control plane.
dnsSuffix string The domain where the control plane is installed. Append the domain to the namespace to get the url of the control plane.
uuid string The universally unique ID of this control plane in Cloudera Manager
dockerRegistry string The url of the Docker Registry where images used to deploy the control plane are stored
remoteRepoUrl string The url of the remote repository where the artifacts used to install the control plane are hosted
version string The CDP version of the control plane

Example

{
  "valuesYaml" : "...",
  "namespace" : "...",
  "dnsSuffix" : "...",
  "uuid" : "...",
  "dockerRegistry" : "...",
  "remoteRepoUrl" : "...",
  "version" : "..."
}