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
+9-2Lines changed: 9 additions & 2 deletions
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.
@@ -3255,7 +3258,7 @@ components:
3255
3258
x-client-id: dQjapNIAHhF7EQqQToRla3yEII9sUSap
3256
3259
type: oauth2
3257
3260
info:
3258
-
description: 'Use the Control Plane API to manage resources in your Redpanda Cloud organization such as clustersand networks.'
3261
+
description: The Redpanda Cloud Control Plane API allows programmatic management of Redpanda Cloud resources including clusters, networks, and resource groups.
3259
3262
title: Redpanda Cloud Control Plane API
3260
3263
version: v1
3261
3264
openapi: 3.0.3
@@ -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/).
5686
5692
name: Serverless Clusters
5687
-
- name: ServerlessPrivateLinkService
5693
+
- description: Manage Redpanda Serverless Private Links. For detailed steps and information, see [Use the Control Plane API](https://docs.redpanda.com/redpanda-cloud/manage/api/controlplane/).
5694
+
name: Serverless Private Links
5688
5695
- description: See available Redpanda Serverless regions.
5689
5696
name: Serverless Regions
5690
5697
- description: See information about the organization the current user belongs to.
0 commit comments