You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloud-controlplane/cloud-controlplane.yaml
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1999,6 +1999,9 @@ components:
1999
1999
- TYPE_DELETE_SERVERLESS_CLUSTER
2000
2000
- TYPE_CREATE_CLUSTER_WITH_DEPENDENCIES
2001
2001
- TYPE_DELETE_CLUSTER_WITH_DEPENDENCIES
2002
+
- TYPE_CREATE_SERVERLESS_PRIVATE_LINK
2003
+
- TYPE_UPDATE_SERVERLESS_PRIVATE_LINK
2004
+
- TYPE_DELETE_SERVERLESS_PRIVATE_LINK
2002
2005
type: string
2003
2006
OperationMetadata:
2004
2007
description: Metadata of the long-running Operation. Contains in-progress information.
@@ -3961,6 +3964,9 @@ paths:
3961
3964
- TYPE_DELETE_SERVERLESS_CLUSTER
3962
3965
- TYPE_CREATE_CLUSTER_WITH_DEPENDENCIES
3963
3966
- TYPE_DELETE_CLUSTER_WITH_DEPENDENCIES
3967
+
- TYPE_CREATE_SERVERLESS_PRIVATE_LINK
3968
+
- TYPE_UPDATE_SERVERLESS_PRIVATE_LINK
3969
+
- TYPE_DELETE_SERVERLESS_PRIVATE_LINK
3964
3970
type: string
3965
3971
type: array
3966
3972
- in: query
@@ -5684,7 +5690,8 @@ tags:
5684
5690
name: Resource Groups
5685
5691
- description: Manage [Redpanda Serverless](https://docs.redpanda.com/redpanda-cloud/get-started/cloud-overview/#redpanda-cloud-cluster-types) clusters. For detailed steps, see [Use the Control Plane API with Serverless](https://docs.redpanda.com/redpanda-cloud/manage/api/cloud-serverless-controlplane-api/).
- description: Unique name of target connect cluster. For Redpanda Cloud, use `redpanda`.
3076
+
- description: Unique name of target Connect cluster. For Redpanda Cloud, use `redpanda`.
3078
3077
in: path
3079
3078
name: cluster_name
3080
3079
required: true
@@ -3112,7 +3111,7 @@ paths:
3112
3111
description: Update the configuration for an existing connector with the specified name, or create a new connector using the given configuration. Returns information about the connector after the change has been made.
3113
3112
operationId: KafkaConnectService_UpsertConnector
3114
3113
parameters:
3115
-
- description: Unique name of target connect cluster. For Redpanda Cloud, use `redpanda`.
3114
+
- description: Unique name of target Connect cluster. For Redpanda Cloud, use `redpanda`.
3116
3115
in: path
3117
3116
name: cluster_name
3118
3117
required: true
@@ -4015,7 +4014,7 @@ paths:
4015
4014
description: An unexpected error response.
4016
4015
summary: Retrieve the schema for Redpanda Connect pipeline configurations
4017
4016
tags:
4018
-
- Redpanda Connect Pipeline
4017
+
- Redpanda Connect Pipelines
4019
4018
/v1/redpanda-connect/pipelines:
4020
4019
get:
4021
4020
description: 'List Redpanda Connect pipelines. Optional: filter based on pipeline name.'
@@ -4071,7 +4070,7 @@ paths:
4071
4070
description: An unexpected error response.
4072
4071
summary: List Redpanda Connect pipelines
4073
4072
tags:
4074
-
- Redpanda Connect Pipeline
4073
+
- Redpanda Connect Pipelines
4075
4074
post:
4076
4075
description: Create a new Redpanda Connect pipeline.
4077
4076
operationId: PipelineService_CreatePipeline
@@ -4109,7 +4108,7 @@ paths:
4109
4108
description: An unexpected error response.
4110
4109
summary: Create Redpanda Connect pipeline
4111
4110
tags:
4112
-
- Redpanda Connect Pipeline
4111
+
- Redpanda Connect Pipelines
4113
4112
/v1/redpanda-connect/pipelines-by-secrets:
4114
4113
get:
4115
4114
description: Get Redpanda Connect pipelines by secrets.
@@ -4141,7 +4140,7 @@ paths:
4141
4140
description: An unexpected error response.
4142
4141
summary: Get Redpanda Connect pipelines by secrets
4143
4142
tags:
4144
-
- Redpanda Connect Pipeline
4143
+
- Redpanda Connect Pipelines
4145
4144
/v1/redpanda-connect/pipelines-for-secret:
4146
4145
get:
4147
4146
description: Get Redpanda Connect pipelines for a given secret.
@@ -4180,7 +4179,7 @@ paths:
4180
4179
description: An unexpected error response.
4181
4180
summary: Get Redpanda Connect pipelines for secret
4182
4181
tags:
4183
-
- Redpanda Connect Pipeline
4182
+
- Redpanda Connect Pipelines
4184
4183
/v1/redpanda-connect/pipelines/{id}:
4185
4184
delete:
4186
4185
description: Delete a Redpanda Connect pipeline.
@@ -4224,7 +4223,7 @@ paths:
4224
4223
description: An unexpected error response.
4225
4224
summary: Delete a Redpanda Connect pipeline
4226
4225
tags:
4227
-
- Redpanda Connect Pipeline
4226
+
- Redpanda Connect Pipelines
4228
4227
get:
4229
4228
description: Get a specific Redpanda Connect pipeline.
4230
4229
operationId: PipelineService_GetPipeline
@@ -4268,7 +4267,7 @@ paths:
4268
4267
description: An unexpected error response.
4269
4268
summary: Get Redpanda Connect pipeline
4270
4269
tags:
4271
-
- Redpanda Connect Pipeline
4270
+
- Redpanda Connect Pipelines
4272
4271
put:
4273
4272
description: Update the [configuration](https://docs.redpanda.com/redpanda-cloud/develop/connect/configuration/about) of a Redpanda Connect pipeline.
4274
4273
operationId: PipelineService_UpdatePipeline
@@ -4320,7 +4319,7 @@ paths:
4320
4319
description: An unexpected error response.
4321
4320
summary: Update a Redpanda Connect pipeline
4322
4321
tags:
4323
-
- Redpanda Connect Pipeline
4322
+
- Redpanda Connect Pipelines
4324
4323
/v1/redpanda-connect/pipelines/{id}/start:
4325
4324
put:
4326
4325
description: Start a stopped Redpanda Connect pipeline.
@@ -4365,7 +4364,7 @@ paths:
4365
4364
description: An unexpected error response.
4366
4365
summary: Start a Redpanda Connect pipeline
4367
4366
tags:
4368
-
- Redpanda Connect Pipeline
4367
+
- Redpanda Connect Pipelines
4369
4368
/v1/redpanda-connect/pipelines/{id}/stop:
4370
4369
put:
4371
4370
description: Stop a running Redpanda Connect pipeline.
@@ -4410,7 +4409,7 @@ paths:
4410
4409
description: An unexpected error response.
4411
4410
summary: Stops a Redpanda Connect pipeline
4412
4411
tags:
4413
-
- Redpanda Connect Pipeline
4412
+
- Redpanda Connect Pipelines
4414
4413
/v1/redpanda-connect/pipelines:lint-config:
4415
4414
post:
4416
4415
description: Validates a supplied Redpanda Connect pipeline YAML and returns a list of linting hints. If no problems are found, the list is empty.
@@ -4449,7 +4448,7 @@ paths:
4449
4448
description: An unexpected error response.
4450
4449
summary: Lint a Redpanda Connect pipeline configuration
4451
4450
tags:
4452
-
- Redpanda Connect Pipeline
4451
+
- Redpanda Connect Pipelines
4453
4452
/v1/roles:
4454
4453
get:
4455
4454
description: 'List roles. Optional: filter based on role name and principal.'
@@ -5585,7 +5584,7 @@ paths:
5585
5584
description: An unexpected error response.
5586
5585
summary: List transforms
5587
5586
tags:
5588
-
- WASM Transforms
5587
+
- Wasm Transforms
5589
5588
put:
5590
5589
description: Initiate deployment of a new Wasm transform. This endpoint uses multipart/form-data encoding. Following deployment, a brief period is required before the Wasm transform becomes operational. Monitor the partition statuses to check whether the transform is active. This usually takes around 3s, but no longer than 10s.
5591
5590
operationId: TransformService_DeployTransform
@@ -5613,7 +5612,7 @@ paths:
5613
5612
description: Created
5614
5613
summary: Deploy transform
5615
5614
tags:
5616
-
- WASM Transforms
5615
+
- Wasm Transforms
5617
5616
/v1/transforms/{name}:
5618
5617
delete:
5619
5618
description: Delete a Wasm transform with the requested name.
@@ -5660,7 +5659,7 @@ paths:
5660
5659
description: An unexpected error response.
5661
5660
summary: Delete transform
5662
5661
tags:
5663
-
- WASM Transforms
5662
+
- Wasm Transforms
5664
5663
get:
5665
5664
description: Get a specific Wasm transform.
5666
5665
operationId: TransformService_GetTransform
@@ -5719,7 +5718,7 @@ paths:
5719
5718
description: An unexpected error response.
5720
5719
summary: Get transform
5721
5720
tags:
5722
-
- WASM Transforms
5721
+
- Wasm Transforms
5723
5722
/v1/users:
5724
5723
get:
5725
5724
description: 'List users. Optional: filter based on username.'
- description: Manage Wasm transforms in Redpanda.
6009
-
name: WASM Transforms
6008
+
name: Wasm Transforms
6010
6009
- description: Manage [connectors](https://docs.redpanda.com/redpanda-cloud/develop/managed-connectors/) and interact with the Kafka Connect API.
6011
6010
name: Kafka Connect
6012
6011
- description: Create and manage [Redpanda Connect](https://docs.redpanda.com/redpanda-cloud/develop/connect/about) pipelines and their configurations.
6013
-
name: Redpanda Connect Pipeline
6012
+
name: Redpanda Connect Pipelines
6014
6013
- description: Manage client throughput limits. See [Redpanda Client Throughput Limits](https://docs.redpanda.com/current/manage/cluster-maintenance/manage-throughput/#client-throughput-limits) for more information.
6015
6014
name: Quotas
6016
6015
- description: Manage [secrets](https://docs.redpanda.com/redpanda-cloud/security/secrets) for Redpanda Cloud.
@@ -6019,5 +6018,5 @@ tags:
6019
6018
name: Security
6020
6019
- description: Manage Redpanda topics.
6021
6020
name: Topics
6022
-
- description: Manage Redpanda users. To manage access, see the Data Plane [ACL endpoints](https://docs.redpanda.com/api/doc/cloud-dataplane/group/endpoint-redpanda-users).
6021
+
- description: Manage Redpanda users. For more information, see [Role-Based Access Control](https://docs.redpanda.com/redpanda-cloud/security/authorization/rbac/).
0 commit comments