From 1be4d66e89c8299096992bf90f333c3c93dbf752 Mon Sep 17 00:00:00 2001 From: vbotbuildovich <62446873+vbotbuildovich@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:27:29 +0000 Subject: [PATCH] auto-docs: Update Cloud API spec --- cloud-controlplane/cloud-controlplane.yaml | 90 ++++++++++++++++++++++ cloud-dataplane/cloud-dataplane.yaml | 2 +- 2 files changed, 91 insertions(+), 1 deletion(-) diff --git a/cloud-controlplane/cloud-controlplane.yaml b/cloud-controlplane/cloud-controlplane.yaml index d3d6fe8..981897b 100644 --- a/cloud-controlplane/cloud-controlplane.yaml +++ b/cloud-controlplane/cloud-controlplane.yaml @@ -549,6 +549,8 @@ components: items: type: string type: array + redpanda_connect: + $ref: '#/components/schemas/RedpandaConnect' redpanda_console: $ref: '#/components/schemas/RedpandaConsole' redpanda_node_count: @@ -2729,6 +2731,16 @@ components: created: $ref: '#/components/schemas/Created' type: object + NetworkUpdate: + description: Resource describing an Update Network. + properties: + id: + description: ID of the network. + type: string + required: + - id + title: NetworkUpdate + type: object NullValue: description: |- `NullValue` is a singleton enumeration to represent the null value for the @@ -2759,6 +2771,7 @@ components: - TYPE_DELETE_SERVERLESS_PRIVATE_LINK - TYPE_CREATE_NETWORK_PEERING - TYPE_DELETE_NETWORK_PEERING + - TYPE_UPDATE_NETWORK - TYPE_CREATE_SHADOW_LINK - TYPE_UPDATE_SHADOW_LINK - TYPE_DELETE_SHADOW_LINK @@ -3190,6 +3203,14 @@ components: developer project id>". type: string type: object + RedpandaConnect: + description: Cluster's Redpanda Connect properties. + properties: + version: + description: Version of the Redpanda Connect engine running on the Cluster. + readOnly: true + type: string + type: object RedpandaConsole: description: Cluster's Redpanda Console properties. properties: @@ -4342,6 +4363,16 @@ components: group: $ref: '#/components/schemas/Group' type: object + UpdateNetworkMetadata: + description: Resource describing an in-progress UpdateNetwork Operation. + title: UpdateNetworkMetadata + type: object + UpdateNetworkOperation: + description: UpdateNetworkOperation is the response of the update network rpc. + properties: + operation: + $ref: '#/components/schemas/v1.Operation' + type: object UpdateOrganizationResponse: properties: organization: @@ -5319,6 +5350,7 @@ paths: prometheus: url: https://console-aa0000l0.cjd3r21c4vs870t0ku30.fmc.prd.cloud.redpanda.com/api/cloud/prometheus/public_metrics read_replica_cluster_ids: [] + redpanda_connect: null redpanda_console: url: https://console-aa0000l0.cjd3r21c4vs870t0ku30.fmc.prd.cloud.redpanda.com/api redpanda_node_count: 0 @@ -5668,6 +5700,7 @@ paths: prometheus: url: https://console-aa0000l0.cjd3r21c4vs870t0ku30.fmc.prd.cloud.redpanda.com/api/cloud/prometheus/public_metrics read_replica_cluster_ids: [] + redpanda_connect: null redpanda_console: url: https://console-aa0000l0.cjd3r21c4vs870t0ku30.fmc.prd.cloud.redpanda.com/api redpanda_node_count: 0 @@ -6332,6 +6365,60 @@ paths: summary: Get network tags: - Networks + /v1/networks/{network.id}: + patch: + description: Update a Redpanda network. + operationId: NetworkService_UpdateNetwork + parameters: + - description: ID of the network. + in: path + name: network.id + required: true + schema: + type: string + requestBody: + content: + application/json: + schema: + description: Resource describing an Update Network. + required: + - network + title: NetworkUpdate + type: object + description: |- + NetworkUpdate + + Resource describing an Update Network. + required: true + x-originalParamName: network + responses: + "202": + content: + application/json: + schema: + $ref: '#/components/schemas/UpdateNetworkOperation' + description: Accepted + "404": + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: Not Found + "500": + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: Internal Server Error. Please reach out to support. + default: + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: An unexpected error response. + summary: Update network + tags: + - Networks /v1/operations: get: description: List operations. This is a generic endpoint and can be used to list any type of operation. @@ -6356,6 +6443,7 @@ paths: - TYPE_DELETE_SERVERLESS_PRIVATE_LINK - TYPE_CREATE_NETWORK_PEERING - TYPE_DELETE_NETWORK_PEERING + - TYPE_UPDATE_NETWORK - TYPE_CREATE_SHADOW_LINK - TYPE_UPDATE_SHADOW_LINK - TYPE_DELETE_SHADOW_LINK @@ -6477,6 +6565,7 @@ paths: prometheus: url: https://console-aa0000l0.cjb69h1c4vs42pca89s0.fmc.prd.cloud.redpanda.com/api/cloud/prometheus/public_metrics read_replica_cluster_ids: [] + redpanda_connect: null redpanda_console: url: https://console-aa0000l0.cjb69h1c4vs42pca89s0.fmc.prd.cloud.redpanda.com/api redpanda_node_count: 0 @@ -6608,6 +6697,7 @@ paths: prometheus: url: https://console-aa0000l0.cjb69h1c4vs42pca89s0.fmc.prd.cloud.redpanda.com/api/cloud/prometheus/public_metrics read_replica_cluster_ids: [] + redpanda_connect: null redpanda_console: url: https://console-aa0000l0.cjb69h1c4vs42pca89s0.fmc.prd.cloud.redpanda.com/api redpanda_node_count: 0 diff --git a/cloud-dataplane/cloud-dataplane.yaml b/cloud-dataplane/cloud-dataplane.yaml index e0b311b..3992089 100644 --- a/cloud-dataplane/cloud-dataplane.yaml +++ b/cloud-dataplane/cloud-dataplane.yaml @@ -7856,7 +7856,7 @@ paths: schema: $ref: '#/components/schemas/TransformMetadata' description: Created - summary: Deploy transform + summary: Deploy Transform tags: - Wasm Transforms /v1/transforms/{name}: