ID of a control plane
Control Plane Group Member Status
Determines the group membership status of a control plane.
Path Parameters
Response
application/json
Response
Determines the group membership status of a control plane.
GroupMemberStatus
Object with information determining the group membership status of a control plane.
Boolean indicating if a control plane is a member of a control plane group.
Example:true
Authentication
Path Parameters
Get Control Plane Group Status
Returns the status of a control plane group, including existing conflicts.
Path Parameters
ID of a control plane group
Response
application/json
Response
Status of a control plane group, including existing conflicts.
The Group Status object contains information about the status of a control plane group.
Show Child Parameters
Authentication
Path Parameters
GroupMembership
objectShow Child Parameters
CreateControlPlaneRequest
objectThe request schema for the create control plane request.
The name of the control plane.
Example:Test Control Plane
The description of the control plane in Konnect.
Example:A test control plane for exploration.
The ClusterType value of the cluster associated with the Control Plane.
Allowed values:CLUSTER_TYPE_CONTROL_PLANECLUSTER_TYPE_K8S_INGRESS_CONTROLLERCLUSTER_TYPE_CONTROL_PLANE_GROUPCLUSTER_TYPE_SERVERLESS
Example:CLUSTER_TYPE_CONTROL_PLANE
The auth type value of the cluster associated with the Runtime Group.
Allowed values:pinned_client_certspki_client_certs
Example:pinned_client_certs
Whether this control-plane can be used for cloud-gateways.
Proxy URL associated with reaching the data-planes connected to a control-plane.
Example:{"host":"example.com","port":443,"protocol":"https"}
Show Child Parameters
Labels to facilitate tagged search on control planes. Keys must be of length 1-63 characters, and cannot start with ‘kong’, ‘konnect’, ‘mesh’, ‘kic’, or ‘_’.
Example:{"env":"test"}
UpdateControlPlaneRequest
objectThe request schema for the update control plane request.
The name of the control plane.
Example:Test Control Plane
The description of the control plane in Konnect.
Example:A test control plane for exploration.
The auth type value of the cluster associated with the Runtime Group.
Allowed values:pinned_client_certspki_client_certs
Example:pinned_client_certs
Proxy URL associated with reaching the data-planes connected to a control-plane.
Example:{"host":"example.com","port":443,"protocol":"https"}
Show Child Parameters
Labels to facilitate tagged search on control planes. Keys must be of length 1-63 characters, and cannot start with ‘kong’, ‘konnect’, ‘mesh’, ‘kic’, or ‘_’.
Example:{"env":"test"}